File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 28
28
# Lists the Github workflows we want to track. Maps the Github job name to
29
29
# the metric name prefix in grafana.
30
30
# This metric name is also used as a key in the job->name map.
31
- GITHUB_WORKFLOW_TO_TRACK = {"CI Checks" : "github_llvm_premerge_checks" }
31
+ GITHUB_WORKFLOW_TO_TRACK = {
32
+ "CI Checks" : "github_llvm_premerge_checks" ,
33
+ "Build and Test libc++" : "github_libc++_premerge_checks" ,
34
+ }
32
35
33
36
# Lists the Github jobs to track for a given workflow. The key is the stable
34
37
# name (metric name) of the workflow (see GITHUB_WORKFLOW_TO_TRACK).
39
42
"Build and Test Linux" : "premerge_linux" ,
40
43
"Build and Test Windows" : "premerge_windows" ,
41
44
}
45
+ "github_libc++_premerge_checks" : {
46
+ "libc++ Stage1 Testing" : "premerge_libcxx_stage1" ,
47
+ "libc++ Stage2 Testing" : "premerge_libcxx_stage2" ,
48
+ "libc++ Stage3 Testing" : "premerge_libcxx_stage3" ,
49
+ }
42
50
}
43
51
44
52
# The number of workflows to pull when sampling Github workflows.
You can’t perform that action at this time.
0 commit comments