Skip to content

Commit 4d2bc8f

Browse files
authored
Specifically notify llvm passes
1 parent 5fb0318 commit 4d2bc8f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: .buildkite/llvm_passes.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ agents:
66
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing
77
sandbox.jl: "true"
88
os: "linux"
9-
9+
1010
steps:
1111
- label: "analyzegc"
1212
plugins:
@@ -22,6 +22,9 @@ steps:
2222
make -j 6 -C test/clangsa
2323
make -j 6 -C src analyzegc
2424
timeout_in_minutes: 60
25+
notify:
26+
- github_commit_status:
27+
context: "analyzegc"
2528

2629
- label: "llvmpasses"
2730
plugins:
@@ -38,3 +41,6 @@ steps:
3841
make -j 6 -C src install-analysis-deps
3942
make -j 6 -C test/llvmpasses
4043
timeout_in_minutes: 60
44+
notify:
45+
- github_commit_status:
46+
context: "llvm passes"

0 commit comments

Comments
 (0)