Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Set the cifmw_polarion_jump_result_dir to fvt report output #172

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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”
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% convinced that this works from here. Also, we don't have polarion running here, so this should be closed IMHO

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
Loading