Skip to content

Commit 92f9783

Browse files
committed
tweak: Store artifacts that were used for checking regression, so we can debug
1 parent 361aaf6 commit 92f9783

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab/macrobenchmarks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ check-slo-breaches:
112112
done
113113
- ls -lah "$ARTIFACTS_DIR"
114114
- bp-runner .gitlab/benchmarks/bp-runner.fail-on-breach.yml
115+
artifacts:
116+
name: "artifacts"
117+
when: always
118+
paths:
119+
- platform/artifacts/
120+
expire_in: 1 week
115121
variables:
116122
UPSTREAM_PROJECT_ID: $CI_PROJECT_ID # The ID of the current project. This ID is unique across all projects on the GitLab instance.
117123
UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME # "dd-trace-java"

0 commit comments

Comments
 (0)