hw4: finalize selenoid and ansible workflow with citrus tests

This commit is contained in:
2026-02-27 01:38:06 +03:00
parent c06e9a89f1
commit 7ddea2e997
36 changed files with 1171 additions and 122 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Run tests on provisioned host
hosts: ggr_gateway
become: true
tags:
- tests
tasks:
- name: Execute test runner role when enabled
ansible.builtin.include_role:
name: test_runner
when: run_tests_via_ansible | bool