Skip to content

Commit ad79f7d

Browse files
committed
Debugging the Blue/Green e2e tests
1 parent f9f131a commit ad79f7d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,17 @@ jobs:
219219
- test_flink_operator_ha.sh
220220
- test_snapshot.sh
221221
- test_batch_job.sh
222+
- test_bluegreen_laststate.sh
223+
- test_bluegreen_stateless.sh
222224
exclude:
223225
- mode: standalone
224226
test: test_autoscaler.sh
225227
- flink-version: v1_19
226228
test: test_snapshot.sh
229+
- flink-version: v1_19
230+
test: test_bluegreen_laststate.sh
231+
- flink-version: v1_19
232+
test: test_bluegreen_stateless.sh
227233
uses: ./.github/workflows/e2e.yaml
228234
with:
229235
java-version: 17

0 commit comments

Comments
 (0)