We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8c633 commit ddbe3d2Copy full SHA for ddbe3d2
.gitlab/benchmarks/microbenchmarks.yml
@@ -27,7 +27,7 @@ run-benchmarks:
27
AWS_EPHEMERAL_INFRA_ARTIFACTS_BUCKET_URI: "s3://windows-benchmarking-results/$CI_PROJECT_NAME/$CI_COMMIT_REF_NAME/$CI_JOB_ID"
28
AWS_EPHEMERAL_INFRA_REGION: "us-east-1"
29
30
-upload-tp-bp-ui:
+upload-to-bp-ui:
31
stage: benchmarks
32
tags: ["arch:amd64"]
33
interruptible: true
@@ -41,6 +41,13 @@ upload-tp-bp-ui:
41
# - ./platform/steps/post-pr-comment.sh
42
# Temporarely commented out pending issue resolution with sending files to backend
43
- ./platform/steps/upload-to-bp-ui.sh
44
+
45
+ artifacts:
46
+ name: "artifacts"
47
+ when: always
48
+ paths:
49
+ - artifacts/
50
+ expire_in: 3 months
51
52
rules:
53
- when: manual
0 commit comments