Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions .gitlab/java-benchmark-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
- if: '$POPULATE_CACHE'
when: never
- if: '$CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
when: manual
allow_failure: true
when: never
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
interruptible: false
Expand All @@ -23,8 +22,7 @@
- if: '$POPULATE_CACHE'
when: never
- if: '$CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
when: manual
allow_failure: true
when: never
Comment thread
sarahchen6 marked this conversation as resolved.
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
interruptible: false
Expand All @@ -38,9 +36,18 @@
interruptible: true
allow_failure: true

# Ensure the tracer artifact publish finishes before the benchmark jobs start.
linux-java-spring-petclinic-parallel:
needs: ["publish-artifacts-to-s3"]
rules:
- if: '$CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+\.[0-9]+$/'
Comment thread
sarahchen6 marked this conversation as resolved.
when: never
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: on_success
- if: '$CI_COMMIT_BRANCH == "master"'
when: on_success
interruptible: false
- when: manual
Comment thread
sarahchen6 marked this conversation as resolved.
allow_failure: true

linux-java-insecure-bank-load-parallel:
needs: ["publish-artifacts-to-s3"]
Expand Down