Skip to content

Commit

Permalink
Merge pull request #524 from vyzigold/disable_tempest_if_not_required
Browse files Browse the repository at this point in the history
Disable tempest tests where not required
  • Loading branch information
openshift-merge-bot[bot] authored Nov 6, 2024
2 parents 2b01f1a + 490f652 commit 7a782d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/vars-autoscaling-tempest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
cifmw_run_tests: true
cifmw_run_test_role: test_operator
cifmw_test_operator_tempest_namespace: podified-antelope-centos9
cifmw_test_operator_tempest_container: openstack-tempest-all
Expand Down
1 change: 1 addition & 0 deletions ci/vars-autoscaling.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
cifmw_run_tests: false
cifmw_edpm_prepare_timeout: 60
pre_deploy_create_coo_subscription:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/create-coo-subscription-playbook.yaml"
Expand Down
1 change: 1 addition & 0 deletions ci/vars-default-telemetry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
cifmw_run_tests: false
pre_tests_check_default_telemetry:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/check-default-telemetry.yml"
type: playbook
Expand Down
1 change: 1 addition & 0 deletions ci/vars-logging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
cifmw_run_tests: false
pre_deploy_deploy_logging_dependencies:
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/telemetry-operator'].src_dir }}/ci/deploy-logging-dependencies.yml"
type: playbook
Expand Down

0 comments on commit 7a782d7

Please sign in to comment.