Skip to content

Commit

Permalink
Update benchmarks CI image and artifacts uploading (DataDog#2161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddyurchenko authored Aug 2, 2023
1 parent 5ebe300 commit 4c4f51f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ stages:
- test-apps

variables:
# This base image is created here: https://gitlab.ddbuild.io/DataDog/apm-reliability/benchmarking-platform/-/pipelines/17228699
BASE_CI_IMAGE: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:dd-trace-go-18217874
# This base image is created here: https://gitlab.ddbuild.io/DataDog/apm-reliability/benchmarking-platform/-/pipelines/18455613
BASE_CI_IMAGE: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/benchmarking-platform:dd-trace-go-18455613
INDEX_FILE: index.txt
KUBERNETES_SERVICE_ACCOUNT_OVERWRITE: dd-trace-go
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
Expand Down
1 change: 1 addition & 0 deletions .gitlab/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ benchmark:
- "./steps/upload-results-to-s3.sh || :"
- "./steps/post-pr-comment.sh || :"
artifacts:
when: always
name: "reports"
paths:
- reports/
Expand Down

0 comments on commit 4c4f51f

Please sign in to comment.