Skip to content

Commit 2e9039e

Browse files
committed
[FLINK-36332] exclude syntax take 4
1 parent a1010fc commit 2e9039e

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,11 @@ jobs:
152152
- test_autoscaler.sh
153153
- test_dynamic_config.sh
154154
excludes:
155-
- mode: standalone
156-
test: test_autoscaler.sh
157-
- mode: standalone
158-
test: test_dynamic_config.sh
159-
- tag: "v1_17"
160-
test: test_dynamic_config.sh
161-
- tag: "v1_16"
162-
test: test_autoscaler.sh
163-
- tag: "v1_16"
164-
test: test_dynamic_config.sh
155+
- { mode: standalone, test: test_autoscaler.sh }
156+
- { mode: standalone, test: test_dynamic_config.sh }
157+
- { flink_version: {tag: "v1_17", image: "flink:1.17"}, test: test_dynamic_config.sh }
158+
- { flink_version: {tag: "v1_16", image: "flink:1.16"}, test: test_autoscaler.sh }
159+
- { flink_version: {tag: "v1_16", image: "flink:1.16"}, test: test_dynamic_config.sh }
165160
steps:
166161
- uses: actions/checkout@v4
167162
- name: Set up JDK ${{ matrix.java-version }}

0 commit comments

Comments
 (0)