Skip to content

Commit e516a43

Browse files
committed
[FlINK-36460] cleanup naming
1 parent 4c3f3f3 commit e516a43

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
jobs:
3535
test_ci:
3636
runs-on: ubuntu-latest
37-
name: test_ci
37+
name: maven build
3838
strategy:
3939
matrix:
4040
java-version: [ 11, 17, 21 ]
@@ -72,7 +72,7 @@ jobs:
7272
mvn -B verify -Dit.skip=false
7373
cd ..
7474
e2e_smoke_test:
75-
name: Operator smoke test
75+
name: Smoke test
7676
runs-on: ubuntu-latest
7777
strategy:
7878
matrix:
@@ -131,7 +131,7 @@ jobs:
131131
source e2e-tests/utils.sh
132132
stop_minikube
133133
e2e_namespace_tests:
134-
name: Test outside the default namespaces
134+
name: Namespace aware tests
135135
runs-on: ubuntu-latest
136136
needs: e2e_smoke_test
137137
strategy:
@@ -140,6 +140,7 @@ jobs:
140140
mode: ["native", "standalone"]
141141
namespace: ["flink"]
142142
java-version: ["11"]
143+
image: ["flink:1.20"]
143144
test:
144145
- test_application_operations.sh
145146
- test_multi_sessionjob.sh

0 commit comments

Comments
 (0)