Skip to content

Commit ffc87e5

Browse files
committed
Specifically notify llvm passes
1 parent 1e80ff0 commit ffc87e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .buildkite/llvm_passes.yml

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ steps:
2323
make -j$${JULIA_NUM_CORES} -C test/clangsa
2424
make -j$${JULIA_NUM_CORES} -C src analyzegc
2525
timeout_in_minutes: 60
26+
notify:
27+
- github_commit_status:
28+
context: "analyzegc"
2629

2730
- label: "llvmpasses"
2831
key: llvmpasses
@@ -40,3 +43,6 @@ steps:
4043
make -j$${JULIA_NUM_CORES} -C src install-analysis-deps
4144
make -j$${JULIA_NUM_CORES} -C test/llvmpasses
4245
timeout_in_minutes: 60
46+
notify:
47+
- github_commit_status:
48+
context: "llvm passes"

0 commit comments

Comments
 (0)