Skip to content

Commit e7ddf27

Browse files
pb8owearyzen
authored andcommitted
ci: capture artifacts from the pr_no_block pipeline
This way CPU fingerprints will be uploaded to S3. Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent 899c677 commit e7ddf27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline_pr_no_block.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
# some non-blocking tests are performance, so make sure they get ag=1 instances
2828
"priority": DEFAULT_PRIORITY + 1,
2929
"agents": {"ag": 1},
30+
"artifacts": ["./test_results/**/*"],
3031
}
3132
defaults = overlay_dict(defaults, args.step_param)
3233

0 commit comments

Comments
 (0)