Skip to content

Commit 2000467

Browse files
committed
DO NOT COMMIT: tweak premerge to use custom image
For help in testing the prior commit
1 parent b67b29f commit 2000467

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
github.repository_owner == 'llvm' &&
3636
(github.event_name != 'pull_request' || github.event.action != 'closed')
3737
runs-on: llvm-premerge-linux-runners
38+
container:
39+
image: ghcr.io/gburgessiv/llvm-ci-with-checkout:latest
3840
steps:
3941
- name: Checkout LLVM
4042
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -52,6 +54,8 @@ jobs:
5254
# are ready for people to start recieving notifications.
5355
continue-on-error: true
5456
run: |
57+
ls /home/gha
58+
exit 1
5559
git config --global --add safe.directory '*'
5660
5761
modified_files=$(git diff --name-only HEAD~1...HEAD)
@@ -110,6 +114,7 @@ jobs:
110114
- name: Compute Projects
111115
id: vars
112116
run: |
117+
exit 1
113118
modified_files=$(git diff --name-only HEAD~1...HEAD)
114119
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort | uniq)
115120
@@ -170,6 +175,7 @@ jobs:
170175
uses: llvm/actions/install-ninja@main
171176
- name: Build and Test
172177
run: |
178+
exit 1
173179
modified_files=$(git diff --name-only HEAD~1...HEAD)
174180
modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
175181

0 commit comments

Comments
 (0)