hw4: finalize selenoid and ansible workflow with citrus tests
This commit is contained in:
11
ansible/playbooks/tests.yml
Normal file
11
ansible/playbooks/tests.yml
Normal 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
|
||||
Reference in New Issue
Block a user