Skip to content

Commit

Permalink
Update project.yaml file to use meta-content-provider job
Browse files Browse the repository at this point in the history
  • Loading branch information
slawqo committed Jun 26, 2024
1 parent cc7363f commit 47a4765
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- job:
name: neutron-operator-tempest-multinode
parent: podified-multinode-edpm-deployment-crc
dependencies: ["openstack-k8s-operators-content-provider"]
dependencies: ["openstack-meta-content-provider"]
irrelevant-files:
- .*/*.md
- ^.github/.*$
Expand All @@ -28,6 +28,7 @@
vars:
cifmw_tempest_container: openstack-tempest-all
cifmw_run_test_role: tempest
cifmw_repo_setup_branch: master
cifmw_tempest_tempestconf_profile:
overrides:
compute-feature-enabled.vnc_console: true
Expand Down
6 changes: 5 additions & 1 deletion zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
name: openstack-k8s-operators/neutron-operator
github-check:
jobs:
- openstack-k8s-operators-content-provider
- openstack-meta-content-provider:
vars:
cifmw_bop_openstack_release: master
cifmw_bop_dlrn_baseurl: "https://trunk.rdoproject.org/centos9-master"
cifmw_repo_setup_branch: master
- neutron-operator-tempest-multinode

0 comments on commit 47a4765

Please sign in to comment.