Skip to content

Commit 301e9f8

Browse files
committed
feat(ci): Explicitly rely on job artifacts, drop dacapo
1 parent 55e53a6 commit 301e9f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitlab/benchmarks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ benchmarks-post-results:
7070

7171
check-big-regressions:
7272
extends: .benchmarks
73-
needs: [ benchmarks-startup, benchmarks-load, benchmarks-dacapo ]
73+
needs:
74+
- job: benchmarks-startup
75+
artifacts: true
76+
- job: benchmarks-load
77+
artifacts: true
7478
when: on_success
7579
tags: ["arch:amd64"]
7680
# ARTIFACTS_DIR /go/src/github.com/DataDog/apm-reliability/dd-trace-java/reports/

0 commit comments

Comments
 (0)