Skip to content

Commit

Permalink
[FLINK-36332] exclude syntax take 4
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBarker committed Oct 14, 2024
1 parent a1010fc commit 2e9039e
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,11 @@ jobs:
- test_autoscaler.sh
- test_dynamic_config.sh
excludes:
- mode: standalone
test: test_autoscaler.sh
- mode: standalone
test: test_dynamic_config.sh
- tag: "v1_17"
test: test_dynamic_config.sh
- tag: "v1_16"
test: test_autoscaler.sh
- tag: "v1_16"
test: test_dynamic_config.sh
- { mode: standalone, test: test_autoscaler.sh }
- { mode: standalone, test: test_dynamic_config.sh }
- { flink_version: {tag: "v1_17", image: "flink:1.17"}, test: test_dynamic_config.sh }
- { flink_version: {tag: "v1_16", image: "flink:1.16"}, test: test_autoscaler.sh }
- { flink_version: {tag: "v1_16", image: "flink:1.16"}, test: test_dynamic_config.sh }
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
Expand Down

0 comments on commit 2e9039e

Please sign in to comment.