Skip to content

Commit 67142b9

Browse files
committed
[libc++] [WIP] Add metrics collection for libc++ premerge testing.
** DRAFT!! DO NOT REVIEW! DO NOT MERGE! ** Work-in-progress, playing around with adding metrics collection and dashboard for libc++ premerge testing data.
1 parent 4698631 commit 67142b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ concurrency:
3535

3636
jobs:
3737
stage1:
38+
name: libc++ Stage1 Testing
3839
if: github.repository_owner == 'llvm'
3940
runs-on: llvm-premerge-libcxx-runners
4041
continue-on-error: false
@@ -72,6 +73,7 @@ jobs:
7273
**/CMakeOutput.log
7374
**/crash_diagnostics/*
7475
stage2:
76+
name: libc++ Stage2 Testing
7577
if: github.repository_owner == 'llvm'
7678
runs-on: llvm-premerge-libcxx-runners
7779
needs: [ stage1 ]
@@ -117,6 +119,7 @@ jobs:
117119
**/CMakeOutput.log
118120
**/crash_diagnostics/*
119121
stage3:
122+
name: libc++ Stage3 Testing
120123
if: github.repository_owner == 'llvm'
121124
needs: [ stage2 ]
122125
continue-on-error: false

0 commit comments

Comments
 (0)