Skip to content

Commit

Permalink
Set when: always to artifacts; set new name and new path
Browse files Browse the repository at this point in the history
  • Loading branch information
igoragoli committed Oct 4, 2023
1 parent 2bf90a6 commit c08c79e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab/benchmarks/macrobenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ variables:
- git clone --branch trace-agent https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform /platform && cd /platform
- ./steps/run-benchmarks.sh
artifacts:
name: "reports"
name: "artifacts"
when: always
paths:
- reports/
- platform/artifacts/
expire_in: 3 months
variables:
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true" # Important tweak for stability of benchmarks
Expand Down

0 comments on commit c08c79e

Please sign in to comment.