Skip to content

Commit

Permalink
[ci] Set the cifmw_polarion_jump_result_dir to fvt report output
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Dec 3, 2024
1 parent 02cb479 commit 3b6e959
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/vars-functional-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# temp: skip os-net-setup
cifmw_os_net_setup_config: []
cifmw_polarion_jump_result_dir: “{{ ansible_user_dir }}/ci-framework-data/logs/feature-verification-tests”
post_deploy_00_run_functional_test:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/run_autoscaling_osp18.yml"
type: playbook
Expand Down
1 change: 1 addition & 0 deletions ci/vars-graphing-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# temp: skip os-net-setup
cifmw_os_net_setup_config: []
cifmw_polarion_jump_result_dir: “{{ ansible_user_dir }}/ci-framework-data/logs/feature-verification-tests”
post_deploy_00_run_graphing_test:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/run_graphing_test.yml"
config_file: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/ansible.cfg"
Expand Down
1 change: 1 addition & 0 deletions ci/vars-logging-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
# pre_tests or post_tests are also options for when the FVT roles are run
cifmw_polarion_jump_result_dir: “{{ ansible_user_dir }}/ci-framework-data/logs/feature-verification-tests”
post_deploy_00_fvt_logging:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/logging_tests_all.yml"
config_file: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/ansible.cfg"
Expand Down
1 change: 1 addition & 0 deletions ci/vars-metric-verification-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
cifmw_polarion_jump_result_dir: “{{ ansible_user_dir }}/ci-framework-data/logs/feature-verification-tests”
post_deploy_00_fvt_verify_metrics:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/run_verify_metrics_osp18.yml"
type: playbook
Expand Down

0 comments on commit 3b6e959

Please sign in to comment.