Skip to content

Commit 130f087

Browse files
committed
chore: run the local-resume-test 5 times
1 parent d433864 commit 130f087

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ jobs:
10321032
TEST_DATA_BYTES: 10000
10331033
run: |
10341034
date
1035-
make FLUVIO_MODE=local FLUVIO_BIN=~/bin/fluvio resume-test
1035+
make FLUVIO_BIN=~/bin/fluvio resume-test
10361036
10371037
- name: Run diagnostics
10381038
if: ${{ !success() }}

makefiles/test.mk

+3
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ ifeq (${CI},true)
181181
# In CI, we expect all artifacts to already be built and loaded for the script
182182
upgrade-test:
183183
./tests/upgrade-test.sh
184+
else ifeq (${FLUVIO_MODE},local)
185+
upgrade-test: build-cli
186+
./tests/upgrade-test.sh
184187
else
185188
# When not in CI (i.e. development), load the dev k8 image before running test
186189
upgrade-test: build-cli build_k8_image

0 commit comments

Comments
 (0)