Skip to content

Commit

Permalink
Fix ci_gen_kustomize_values role name in files
Browse files Browse the repository at this point in the history
Fix the ci_gen_kustomize_values role name in the files section for the
downstream hci va job, which was missing the _values suffix.
  • Loading branch information
cescgina authored and openshift-merge-bot[bot] committed Sep 30, 2024
1 parent 4cad2d3 commit 19fa476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zuul.d/trigger_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- ^roles/cert_manager/(defaults|files|handlers|library|lookup_plugins|module_utils|tasks|templates|vars).*
- ^roles/cifmw_ceph*/(defaults|files|handlers|library|lookup_plugins|module_utils|tasks|templates|vars).*
- ^roles/cifmw_external_dns/(defaults|files|handlers|library|lookup_plugins|module_utils|tasks|templates|vars).*
- ^roles/ci_gen_kustomize/(defaults|files|handlers|library|lookup_plugins|module_utils|tasks|templates|vars).*
- ^roles/ci_gen_kustomize_values/(defaults|files|handlers|library|lookup_plugins|module_utils|tasks|templates|vars).*
- ^roles/ci_lvms_storage/(defaults|files|handlers|library|lookup_plugins|module_utils|tasks|templates|vars).*
- ^roles/ci_nmstate/(defaults|files|handlers|library|lookup_plugins|module_utils|tasks|templates|vars).*
- ^roles/config_drive/(defaults|files|handlers|library|lookup_plugins|module_utils|tasks|templates|vars).*
Expand Down

0 comments on commit 19fa476

Please sign in to comment.