We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb0318 commit 4d2bc8fCopy full SHA for 4d2bc8f
.buildkite/llvm_passes.yml
@@ -6,7 +6,7 @@ agents:
6
# Only run on `sandbox.jl` machines (not `docker`-isolated ones) since we need nestable sandboxing
7
sandbox.jl: "true"
8
os: "linux"
9
-
+
10
steps:
11
- label: "analyzegc"
12
plugins:
@@ -22,6 +22,9 @@ steps:
22
make -j 6 -C test/clangsa
23
make -j 6 -C src analyzegc
24
timeout_in_minutes: 60
25
+ notify:
26
+ - github_commit_status:
27
+ context: "analyzegc"
28
29
- label: "llvmpasses"
30
@@ -38,3 +41,6 @@ steps:
38
41
make -j 6 -C src install-analysis-deps
39
42
make -j 6 -C test/llvmpasses
40
43
44
45
46
+ context: "llvm passes"
0 commit comments