Skip to content

Commit 2853554

Browse files
committed
[FlINK-36392] don't start the full matrix until smoke testing passes.
1 parent 231d5d1 commit 2853554

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cd flink-autoscaler-plugin-jdbc
6565
mvn -B verify -Dit.skip=false
6666
cd ..
67-
e2e_smoketest:
67+
e2e_smoke_test:
6868
name: HTTP Client smoke test
6969
runs-on: ubuntu-latest
7070
strategy:
@@ -128,6 +128,7 @@ jobs:
128128
source e2e-tests/utils.sh
129129
stop_minikube
130130
e2e_ci:
131+
needs: e2e_smoke_test
131132
runs-on: ubuntu-latest
132133
strategy:
133134
matrix:

0 commit comments

Comments
 (0)