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
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ stages:
- java-spring-petclinic-parallel
- java-spring-petclinic-parallel-slo
- java-startup-parallel
- java-startup-parallel-slo
- java-load-parallel
- java-load-parallel-slo
- java-dacapo-parallel
- java-dacapo-parallel-slo
- shared-pipeline
- benchmarks
- macrobenchmarks
Expand All @@ -40,7 +43,6 @@ variables:
# Gitlab runner features; see https://docs.gitlab.com/runner/configuration/feature-flags.html
# Fold and time all script sections
FF_SCRIPT_SECTIONS: 1

REGISTRY: 486234852809.dkr.ecr.us-east-1.amazonaws.com
BUILD_JOB_NAME: "build"
DEPENDENCY_CACHE_POLICY: pull
Expand Down
Loading