Skip to content

Commit d99b080

Browse files
committed
CI: Fix ironic scenario image builds
Needed after I2f2bdbc9e1c6ad6da4ac7098ddd36143123c3062 Change-Id: I218a7a4245065115e5823c761704fcee9995d275
1 parent fa736f8 commit d99b080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setup_gate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function prepare_images {
3737
GATE_IMAGES+=",^aodh,^tacker,^mistral,^redis,^barbican"
3838
fi
3939
if [[ $SCENARIO == "ironic" ]]; then
40-
GATE_IMAGES+=",^dnsmasq,^ironic,^iscsid"
40+
GATE_IMAGES+=",^dnsmasq,^ironic,^iscsid,^prometheus"
4141
fi
4242
if [[ $SCENARIO == "magnum" ]]; then
4343
GATE_IMAGES+=",^designate,^magnum,^trove"

0 commit comments

Comments
 (0)