Skip to content

Commit 22b3b49

Browse files
committed
build script
Signed-off-by: Tullio Sebastiani <tsebasti@redhat.com>
1 parent 90ceda8 commit 22b3b49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
SCENARIOS=( application-outages container-scenarios network-chaos node-cpu-hog node-io-hog \
22
node-memory-hog node-scenarios node-scenarios-bm pod-network-chaos pod-scenarios power-outages pvc-scenario \
3-
service-disruption-scenarios service-hijacking syn-flood time-scenarios zone-outages node-network-filter pod-network-filter kubevirt-outage)
3+
service-disruption-scenarios service-hijacking syn-flood time-scenarios zone-outages node-network-filter pod-network-filter kubevirt-outage \
4+
node-network-chaos-ng pod-network-chaos-ng)
45
for i in "${SCENARIOS[@]}"; do
56
export KRKNCTL_INPUT=$(cat $i/krknctl-input.json|tr -d "\n")
67
envsubst < $i/Dockerfile.template > $i/Dockerfile

0 commit comments

Comments
 (0)