We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899c677 commit e7ddf27Copy full SHA for e7ddf27
.buildkite/pipeline_pr_no_block.py
@@ -27,6 +27,7 @@
27
# some non-blocking tests are performance, so make sure they get ag=1 instances
28
"priority": DEFAULT_PRIORITY + 1,
29
"agents": {"ag": 1},
30
+ "artifacts": ["./test_results/**/*"],
31
}
32
defaults = overlay_dict(defaults, args.step_param)
33
0 commit comments