Skip to content

Commit

Permalink
[FlINK-36392] don't start the full matrix until smoke testing passes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBarker committed Oct 6, 2024
1 parent 231d5d1 commit bb6c577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cd flink-autoscaler-plugin-jdbc
mvn -B verify -Dit.skip=false
cd ..
e2e_smoketest:
e2e_smoke_test:
name: HTTP Client smoke test
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -128,6 +128,7 @@ jobs:
source e2e-tests/utils.sh
stop_minikube
e2e_ci:
needs: e2e_smoke_test
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit bb6c577

Please sign in to comment.