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 : manual
7- allow_failure : true
6+ when : never
87 - if : ' $CI_COMMIT_BRANCH == "master"'
98 when : on_success
109 interruptible : false
2322 - if : ' $POPULATE_CACHE'
2423 when : never
2524 - if : ' $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
26- when : manual
27- allow_failure : true
25+ when : never
2826 - if : ' $CI_COMMIT_BRANCH == "master"'
2927 when : on_success
3028 interruptible : false
3836 interruptible : true
3937 allow_failure : true
4038
41- # Ensure the tracer artifact publish finishes before the benchmark jobs start.
4239linux-java-spring-petclinic-parallel :
4340 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
4451
4552linux-java-insecure-bank-load-parallel :
4653 needs : ["publish-artifacts-to-s3"]
You can’t perform that action at this time.
0 commit comments