We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2a013 commit f5f62feCopy full SHA for f5f62fe
.github/.DS_Store
6 KB
.github/workflows/precompiled.yaml
@@ -329,6 +329,10 @@ jobs:
329
driver_branch_json="${{ needs.set-driver-version-matrix.outputs.driver_branch }}"
330
DRIVER_BRANCHES=($(echo "$driver_branch_json" | jq -r '.[]'))
331
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
336
337
- name: Set up Holodeck
338
uses: NVIDIA/holodeck@main
0 commit comments