File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ concurrency:
3434jobs :
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 ]
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
You can’t perform that action at this time.
0 commit comments