-
Couldn't load subscription status.
- Fork 138
Allow setting order and hooks for test role #2374
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -25,12 +25,12 @@ Role for triggering Openshift on Openstack QA automation (installation and tests | |||||
| The role is imported in the test playbook, i.e. when: | ||||||
| ``` | ||||||
| cifmw_run_tests: true | ||||||
| cifmw_run_tempest: false | ||||||
| cifmw_test_operator_stages: [] | ||||||
| cifmw_run_test_role: shiftstack | ||||||
| cifmw_run_test_shiftstack_testconfig: | ||||||
| - 4.17_ovnkubernetes_ipi.yaml | ||||||
| - 4.17_ovnkubernetes_upi.yaml | ||||||
| cifmw_shiftstack_qa_gerrithub_change: refs/changes/29/1188429/50 #optional | ||||||
|
|
||||||
| $ ansible-playbook deploy-edpm.yml -e 'cifmw_run_tests=true cifmw_run_tempest=false cifmw_run_test_role=shiftstack cifmw_openshift_kubeconfig={{ ansible_user_dir }}/.kube/config cifmw_shiftstack_qa_gerrithub_change=refs/changes/29/1188429/50' -e 'cifmw_run_test_shiftstack_testconfig=["4.17_ovnkubernetes_ipi.yaml","4.17_ovnkubernetes_upi.yaml"]' | ||||||
| $ ansible-playbook deploy-edpm.yml --extra-vars "cifmw_run_tests=true cifmw_run_test_role=shiftstack cifmw_test_operator_stages=[] cifmw_openshift_kubeconfig={{ ansible_user_dir }}/.kube/config cifmw_run_test_shiftstack_testconfig=4.15_ovnkubernetes_ipi_va1.yaml cifmw_shiftstack_qa_gerrithub_change=refs/changes/29/1188429/50" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey Ella, thanks for adapting the shiftstack part too. I'm suggesting a change (even if it's a md file) just because
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We'll address this in a follow up patch, so ok from shiftstack side! |
||||||
| ``` | ||||||
Uh oh!
There was an error while loading. Please reload this page.