Skip to content

Commit ddbe3d2

Browse files
committed
add artifacts
1 parent aa8c633 commit ddbe3d2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: .gitlab/benchmarks/microbenchmarks.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ run-benchmarks:
2727
AWS_EPHEMERAL_INFRA_ARTIFACTS_BUCKET_URI: "s3://windows-benchmarking-results/$CI_PROJECT_NAME/$CI_COMMIT_REF_NAME/$CI_JOB_ID"
2828
AWS_EPHEMERAL_INFRA_REGION: "us-east-1"
2929

30-
upload-tp-bp-ui:
30+
upload-to-bp-ui:
3131
stage: benchmarks
3232
tags: ["arch:amd64"]
3333
interruptible: true
@@ -41,6 +41,13 @@ upload-tp-bp-ui:
4141
# - ./platform/steps/post-pr-comment.sh
4242
# Temporarely commented out pending issue resolution with sending files to backend
4343
- ./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
4451

4552
rules:
4653
- when: manual

0 commit comments

Comments
 (0)