Skip to content

Commit

Permalink
Add missing molecule jobs for roles
Browse files Browse the repository at this point in the history
The adoption_osp_deploy and ci_dcn_sites roles are missing molecule
jobs, which makes the cifmw-pod-zuul-files check fail in another PR[1].
This change adds the output of `make role_molecule` so the molecule job
list is up-to-date.

[1] #2485
  • Loading branch information
cescgina committed Oct 29, 2024
1 parent e68fd3a commit 084db04
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions zuul.d/molecule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,24 @@
parent: cifmw-molecule-base
vars:
TEST_RUN: virtualbmc
- job:
files:
- ^common-requirements.txt
- ^test-requirements.txt
- ^roles/adoption_osp_deploy/defaults|files|handlers|library|lookup_plugins|module_utils|molecule|tasks|templates|vars.*
- ^ci/playbooks/molecule.*
- ^.config/molecule/.*
name: cifmw-molecule-adoption_osp_deploy
parent: cifmw-molecule-noop
- job:
files:
- ^common-requirements.txt
- ^test-requirements.txt
- ^roles/ci_dcn_site/defaults|files|handlers|library|lookup_plugins|module_utils|molecule|tasks|templates|vars.*
- ^ci/playbooks/molecule.*
- ^.config/molecule/.*
name: cifmw-molecule-ci_dcn_site
parent: cifmw-molecule-noop
- job:
files:
- ^common-requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions zuul.d/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
- cifmw-architecture-validate-hci
- ci-framework-openstack-meta-content-provider
- build-push-container-cifmw-client
- cifmw-molecule-adoption_osp_deploy
- cifmw-molecule-artifacts
- cifmw-molecule-build_containers
- cifmw-molecule-build_openstack_packages
- cifmw-molecule-build_push_container
- cifmw-molecule-cert_manager
- cifmw-molecule-ci_dcn_site
- cifmw-molecule-ci_gen_kustomize_values
- cifmw-molecule-ci_local_storage
- cifmw-molecule-ci_lvms_storage
Expand Down

0 comments on commit 084db04

Please sign in to comment.