Skip to content

Commit 37017d1

Browse files
markgoddardmnasiadka
authored andcommitted
CI: Fix nfv job with kolla dependency
Change-Id: Ifb3e51891de33e5d698571b898f7a471cfe89718 (cherry picked from commit ec36eb0)
1 parent 567fb01 commit 37017d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/setup_gate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function prepare_images {
5757
fi
5858

5959
if [[ $SCENARIO == "scenario_nfv" ]]; then
60-
GATE_IMAGES+=",^tacker,^mistral,^redis,^barbican"
60+
GATE_IMAGES+=",^aodh,^tacker,^mistral,^redis,^barbican"
6161
fi
6262
if [[ $SCENARIO == "ironic" ]]; then
6363
GATE_IMAGES+=",^dnsmasq,^ironic,^iscsid"

zuul.d/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
parent: kolla-ansible-base
166166
voting: false
167167
files:
168-
- ^ansible/roles/(barbican|heat|mistral|redis|tacker)/
168+
- ^ansible/roles/(aodh|barbican|heat|mistral|redis|tacker)/
169169
- ^tests/test-scenario-nfv.sh
170170
- ^tests/test-dashboard.sh
171171
vars:

0 commit comments

Comments
 (0)