File tree 3 files changed +3
-3
lines changed
build-logic/src/main/kotlin/org/sonarsource/php
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def build_test_analyze_task():
94
94
"only_if" : is_branch_qa_eligible (),
95
95
"depends_on" : "build" ,
96
96
"env" : build_test_env (),
97
- "eks_container" : base_image_container_builder (cpu = 2 , memory = "4G " ),
97
+ "eks_container" : base_image_container_builder (cpu = 2 , memory = "6G " ),
98
98
"gradle_cache" : gradle_cache (),
99
99
"gradle_wrapper_cache" : gradle_wrapper_cache (),
100
100
"build_script" : build_script (),
Original file line number Diff line number Diff line change 16
16
with :
17
17
publishToBinaries : true
18
18
mavenCentralSync : true
19
- slackChannel : squad-cloud-notifs
19
+ slackChannel : squad-security- cloud-notifs
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ fun enforceJarSize(
38
38
39
39
fun Project.signingCondition (): Boolean {
40
40
val branch = System .getenv()[" CIRRUS_BRANCH" ] ? : " "
41
- return (branch == " master" || branch.matches(" branch-[ \\ d.] +" .toRegex())) &&
41
+ return (branch == " master" || branch.matches(" branch-. +" .toRegex())) &&
42
42
gradle.taskGraph.hasTask(" :artifactoryPublish" )
43
43
}
44
44
You can’t perform that action at this time.
0 commit comments