mirror of
https://github.com/corda/corda.git
synced 2025-04-08 11:54:44 +00:00
INFRA-331 Improving Jenkins PR build performance (#6252)
* INFRA-331 increasing shard number and reintroducing pre allocation * INFRA-331 removing preallocation * INFRA-331 reintroducing preallocation as it cuts 10 mins from the build * INFRA-331 test performance with 20 pods * INFRA-331 test performance with 10 pods and preallocation * INFRA-331 more tests on 15 pods + prealloc
This commit is contained in:
parent
ac03ba63e8
commit
862de46c5b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,7 +27,7 @@ pipeline {
|
||||
"-Ddocker.push.password=\"\${DOCKER_PUSH_PWD}\" " +
|
||||
"-Ddocker.work.dir=\"/tmp/\${EXECUTOR_NUMBER}\" " +
|
||||
"-Ddocker.build.tag=\"\${DOCKER_TAG_TO_USE}\"" +
|
||||
" clean pushBuildImage --stacktrace"
|
||||
" clean pushBuildImage preAllocateForAllParallelIntegrationTest preAllocateForAllParallelIntegrationTest --stacktrace"
|
||||
}
|
||||
sh "kubectl auth can-i get pods"
|
||||
}
|
||||
|
@ -672,7 +672,7 @@ buildScan {
|
||||
}
|
||||
|
||||
ext.generalPurpose = [
|
||||
numberOfShards: 10,
|
||||
numberOfShards: 15,
|
||||
streamOutput: false,
|
||||
coresPerFork: 2,
|
||||
memoryInGbPerFork: 12,
|
||||
|
Loading…
x
Reference in New Issue
Block a user