File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
CIRRUS_SHELL : bash
21
21
22
22
container_definition : &CONTAINER_DEFINITION
23
- image : ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j11 -latest
23
+ image : ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j17 -latest
24
24
cluster_name : ${CIRRUS_CLUSTER_NAME}
25
25
region : eu-central-1
26
26
namespace : default
@@ -92,7 +92,7 @@ build_win_task:
92
92
- source cirrus-env CI
93
93
- mvn test
94
94
cleanup_before_cache_script : cleanup_maven_repository
95
-
95
+
96
96
plugin_qa_task :
97
97
depends_on :
98
98
- build
@@ -103,7 +103,7 @@ plugin_qa_task:
103
103
memory : 8G
104
104
env :
105
105
matrix :
106
- - SQ_VERSION : LATEST_RELEASE[8.9]
106
+ - SQ_VERSION : LATEST_RELEASE
107
107
- SQ_VERSION : DEV
108
108
maven_cache :
109
109
folder : ${CIRRUS_WORKING_DIR}/.m2/repository
@@ -132,7 +132,7 @@ ruling_task:
132
132
- cd its/ruling
133
133
- mvn verify -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -B -e -V
134
134
cleanup_before_cache_script : cleanup_maven_repository
135
-
135
+
136
136
promote_task :
137
137
depends_on :
138
138
- build
You can’t perform that action at this time.
0 commit comments