From c95fc2b9de9d90902ba4a960d6e5cde17de4c649 Mon Sep 17 00:00:00 2001 From: Aleksandra Fedorova Date: Oct 27 2023 20:52:10 +0000 Subject: Support tmt path --- diff --git a/roles/testing-farm-run-generic-test/tasks/main.yml b/roles/testing-farm-run-generic-test/tasks/main.yml index 1377e4b..b17c6ea 100644 --- a/roles/testing-farm-run-generic-test/tasks/main.yml +++ b/roles/testing-farm-run-generic-test/tasks/main.yml @@ -5,9 +5,10 @@ { "api_key": "yes:)", "test": { - "{{ test_type | default('fmf') }}": { + "{{ test_type | default('tmt') }}": { "url": "{{ tmt_url }}", - "ref": "{{ tmt_ref }}" + "ref": "{{ tmt_ref }}", + "path": "{{ tmt_path | default('.') }}" } }, "environments": [{ @@ -41,9 +42,10 @@ { "api_key": "{{ testing_farm_zuul_ci_key.apikey }}", "test": { - "{{ test_type | default('fmf') }}": { + "{{ test_type | default('tmt') }}": { "url": "{{ tmt_url }}", - "ref": "{{ tmt_ref }}" + "ref": "{{ tmt_ref }}", + "path": "{{ tmt_path | default('.') }}" } }, "environments": [{