Merge "CI: Fix nfv job with kolla dependency"

This commit is contained in:
Zuul 2021-05-19 08:58:29 +00:00 committed by Gerrit Code Review
commit c009bb907a
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ function prepare_images {
fi fi
if [[ $SCENARIO == "scenario_nfv" ]]; then if [[ $SCENARIO == "scenario_nfv" ]]; then
GATE_IMAGES+=",^tacker,^mistral,^redis,^barbican" GATE_IMAGES+=",^aodh,^tacker,^mistral,^redis,^barbican"
fi fi
if [[ $SCENARIO == "ironic" ]]; then if [[ $SCENARIO == "ironic" ]]; then
GATE_IMAGES+=",^dnsmasq,^ironic,^iscsid" GATE_IMAGES+=",^dnsmasq,^ironic,^iscsid"

View File

@ -182,7 +182,7 @@
parent: kolla-ansible-base parent: kolla-ansible-base
voting: false voting: false
files: files:
- ^ansible/roles/(barbican|heat|mistral|redis|tacker)/ - ^ansible/roles/(aodh|barbican|heat|mistral|redis|tacker)/
- ^tests/test-scenario-nfv.sh - ^tests/test-scenario-nfv.sh
- ^tests/test-dashboard.sh - ^tests/test-dashboard.sh
vars: vars: