Skip to content

Commit

Permalink
Disable tempest tests where not required
Browse files Browse the repository at this point in the history
Some of our jobs use ansible tests instead of tempest. This
disables tempest on those jobs.
  • Loading branch information
vyzigold committed Nov 6, 2024
1 parent 2b01f1a commit 490f652
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 490f652

Please sign in to comment.