File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - if : ' $POPULATE_CACHE'
44 when : never
55 - if : ' $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
6- when : never
6+ when : manual
7+ allow_failure : true
78 - if : ' $CI_COMMIT_BRANCH == "master"'
89 when : on_success
910 interruptible : false
2223 - if : ' $POPULATE_CACHE'
2324 when : never
2425 - if : ' $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
25- when : never
26+ when : manual
27+ allow_failure : true
2628 - if : ' $CI_COMMIT_BRANCH == "master"'
2729 when : on_success
2830 interruptible : false
3638 interruptible : true
3739 allow_failure : true
3840
41+ # Ensure the tracer artifact publish finishes before the benchmark jobs start.
3942linux-java-spring-petclinic-parallel :
4043 needs : ["publish-artifacts-to-s3"]
41- rules :
42- - if : ' $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
43- when : never
44- - if : ' $CI_PIPELINE_SOURCE == "schedule"'
45- when : on_success
46- - if : ' $CI_COMMIT_BRANCH == "master"'
47- when : on_success
48- interruptible : false
49- - when : manual
50- allow_failure : true
5144
5245linux-java-insecure-bank-load-parallel :
5346 needs : ["publish-artifacts-to-s3"]
You can’t perform that action at this time.
0 commit comments