Skip to content

Commit f5f62fe

Browse files
committed
Test Not for review holodeck kernel version change
1 parent ec2a013 commit f5f62fe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/.DS_Store

6 KB
Binary file not shown.

.github/workflows/precompiled.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ jobs:
329329
driver_branch_json="${{ needs.set-driver-version-matrix.outputs.driver_branch }}"
330330
DRIVER_BRANCHES=($(echo "$driver_branch_json" | jq -r '.[]'))
331331
echo "DRIVER_BRANCHES=${DRIVER_BRANCHES[*]}" >> $GITHUB_ENV
332+
- name: Set kernel version in holodeck_${{ env.DIST }}.yaml
333+
uses: mikefarah/yq@master
334+
run: |
335+
yq e '.spec.kernel.version = "${{ env.KERNEL_VERSION }}"' -i tests/holodeck_${{ env.DIST }}.yaml
332336
333337
- name: Set up Holodeck
334338
uses: NVIDIA/holodeck@main

0 commit comments

Comments
 (0)