Skip to content
Snippets Groups Projects
Commit c009bb90 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Fix nfv job with kolla dependency"

parents 66e9a646 ec36eb01
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ function prepare_images {
fi
if [[ $SCENARIO == "scenario_nfv" ]]; then
GATE_IMAGES+=",^tacker,^mistral,^redis,^barbican"
GATE_IMAGES+=",^aodh,^tacker,^mistral,^redis,^barbican"
fi
if [[ $SCENARIO == "ironic" ]]; then
GATE_IMAGES+=",^dnsmasq,^ironic,^iscsid"
......
......@@ -182,7 +182,7 @@
parent: kolla-ansible-base
voting: false
files:
- ^ansible/roles/(barbican|heat|mistral|redis|tacker)/
- ^ansible/roles/(aodh|barbican|heat|mistral|redis|tacker)/
- ^tests/test-scenario-nfv.sh
- ^tests/test-dashboard.sh
vars:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment