Skip to content

Commit 2249baf

Browse files
committed
Change the variable definition location
1 parent a9a3980 commit 2249baf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ kolla_enable_ovn: true
2929
kolla_enable_prometheus: true
3030
kolla_enable_redis: true
3131
kolla_enable_skydive: true
32+
kolla_build_neutron_ovs: true
3233

3334
###############################################################################
3435
# StackHPC configuration.

0 commit comments

Comments
 (0)