Skip to content

Commit b9e25f6

Browse files
[Github][CI] Name Premerge Jobs Experimental (llvm#128227)
As discussed on Discourse (https://discourse.llvm.org/t/googles-plan-for-the-llvm-presubmit-infrastructure/78940/8), this patch renames the premerge jobs to include experimental in them to hopefully better signal that these are still a prototype. This patch does not mark the MacOS job as experimental as that is being used in production on the release branch.
1 parent 9e8d11d commit b9e25f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/premerge.yaml

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

2626
jobs:
2727
premerge-checks-linux:
28+
name: Linux Premerge Checks (Test Only - Please Ignore Results)
2829
if: >-
2930
github.repository_owner == 'llvm' &&
3031
(github.event_name != 'pull_request' || github.event.action != 'closed')
@@ -83,6 +84,7 @@ jobs:
8384
./.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"
8485
8586
premerge-checks-windows:
87+
name: Windows Premerge Checks (Test Only - Please Ignore Results)
8688
if: >-
8789
github.repository_owner == 'llvm' &&
8890
(github.event_name != 'pull_request' || github.event.action != 'closed')
@@ -143,6 +145,7 @@ jobs:
143145
bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
144146
145147
premerge-check-macos:
148+
name: MacOS Premerge Checks
146149
runs-on: macos-14
147150
if: >-
148151
github.repository_owner == 'llvm' &&

0 commit comments

Comments
 (0)