Skip to content

Commit 693ada9

Browse files
Do not checkout the full zephyr repo
Only download the script to rescan pcie at the same git reference Signed-off-by: Dimitri Gnidash <[email protected]>
1 parent 301cdb9 commit 693ada9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/hardware-long.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,10 @@ jobs:
173173
run: |
174174
apt update
175175
apt install -y git-lfs
176-
- name: Checkout Zephyr Platforms (only for rescan-pcie.sh)
177-
uses: actions/checkout@v4
178-
with:
179-
path: tt-zephyr-platforms
180-
ref: ${{ github.ref }}
181176
- name: Run the rescan-pcie.sh script
182177
run: |
183-
./tt-zephyr-platforms/scripts/rescan-pcie.sh
178+
curl -o /tmp/rescan-pcie.sh https://raw.githubusercontent.com/tenstorrent/tt-zephyr-platforms/${{ github.ref }}/scripts/rescan-pcie.sh
179+
. /tmp/rescan-pcie.sh
184180
- name: Checkout Metal
185181
uses: actions/checkout@v4
186182
with:

0 commit comments

Comments
 (0)