We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361aaf6 commit 92f9783Copy full SHA for 92f9783
.gitlab/macrobenchmarks.yml
@@ -112,6 +112,12 @@ check-slo-breaches:
112
done
113
- ls -lah "$ARTIFACTS_DIR"
114
- 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
121
variables:
122
UPSTREAM_PROJECT_ID: $CI_PROJECT_ID # The ID of the current project. This ID is unique across all projects on the GitLab instance.
123
UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME # "dd-trace-java"
0 commit comments