Skip to content

Commit

Permalink
[tempest]Try to enable more test coverage
Browse files Browse the repository at this point in the history
We are focusing only the scenario tests as we assume api tests are run
on the service operator level and also we want to keep the run time of
the test job reasonable.
  • Loading branch information
gibizer committed Nov 1, 2023
1 parent 1bd9286 commit c254d19
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
---
- job:
name: openstack-operator-tempest-multinode
parent: podified-multinode-edpm-deployment-crc-3comp
dependencies: ["openstack-k8s-operators-content-provider"]
vars:
cifmw_tempest_tempestconf_profile:
overrides:
compute.min_compute_nodes: 3
compute-feature-enabled.vnc_console: true
compute-feature-enabled.stable_rescue: true
compute_feature_enabled.hostname_fqdn_sanitization: true
validation.run_validation: true
# NOTE(gibi): This is a WA to force the publicURL as otherwise
# tempest gets configured with adminURL and that causes test
# instability.
identity.v3_endpoint_type: public
cifmw_tempest_tests_allowed:
- tempest.scenario
- project:
name: openstack-k8s-operators/openstack-operator
templates:
- podified-multinode-edpm-baremetal-pipeline
github-check:
jobs:
- openstack-operator-tempest-multinode

0 comments on commit c254d19

Please sign in to comment.