File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
etc/kayobe/environments/ci-builder Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,6 @@ jobs:
171171 if ${{ inputs.push }} == 'true'; then
172172 args="$args --push"
173173 fi
174- if [[ "${{ github.event.inputs.regexes }}" == "" ]]; then
175- args="$args -e kolla_build_neutron_ovs=true"
176- fi
177174 source venvs/kayobe/bin/activate &&
178175 source src/kayobe-config/kayobe-env --environment ci-builder &&
179176 kayobe overcloud container image build $args
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ kolla_enable_ovn: true
2929kolla_enable_prometheus : true
3030kolla_enable_redis : true
3131kolla_enable_skydive : true
32+ kolla_build_neutron_ovs : true
3233
3334# ##############################################################################
3435# StackHPC configuration.
You can’t perform that action at this time.
0 commit comments