Skip to content

Commit 6f2ec1a

Browse files
committed
[FLINK-36332] dispatch a level higher
1 parent 04510b0 commit 6f2ec1a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,18 @@ jobs:
7373
cd ..
7474
e2e_smoke_test:
7575
name: Smoke test
76-
runs-on: ubuntu-latest
7776
strategy:
7877
matrix:
7978
http-client: [ "okhttp", "jdk", "jetty", "vertx" ]
8079
java-version: [ "11", "17", "21" ]
8180
test:
8281
- test_application_operations.sh
83-
steps:
84-
- uses: .github/workflows/e2e.yaml
85-
with:
86-
java-version: ${{ matrix.java-version }}
87-
flink-version: "v1_20"
88-
flink-image: "flink:1.20"
89-
http-client: ${{ matrix.http-client }}
82+
uses: ./.github/workflows/e2e.yaml
83+
with:
84+
java-version: ${{ matrix.java-version }}
85+
flink-version: "v1_20"
86+
flink-image: "flink:1.20"
87+
http-client: ${{ matrix.http-client }}
9088

9189
# e2e_namespace_tests:
9290
# name: Namespace aware tests

0 commit comments

Comments
 (0)