Skip to content

Commit bf79f76

Browse files
committed
Test Not for review holodeck kernel version change
1 parent 1e89035 commit bf79f76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/precompiled.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
echo "DRIVER_BRANCHES=${DRIVER_BRANCHES[*]}" >> $GITHUB_ENV
332332
- name: Set kernel version in holodeck_${{ env.DIST }}.yaml
333333
run: |
334-
yq e '. + {"kernel": {"version": strenv(KERNEL_VERSION)}}' -i tests/holodeck_${{ env.DIST }}.yaml
334+
yq e '.spec += {"kernel": {"version": strenv(KERNEL_VERSION)}}' -i tests/holodeck_${{ env.DIST }}.yaml
335335
cat tests/holodeck_${{ env.DIST }}.yaml
336336
337337
- name: Set up Holodeck
@@ -346,7 +346,6 @@ jobs:
346346
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
347347
aws_ssh_key: ${{ secrets.AWS_SSH_KEY }}
348348
holodeck_config: "tests/holodeck_${{ env.DIST }}.yaml"
349-
no-cache: true
350349
- name: Get holodeck file content
351350
id: get_file_content
352351
uses: mikefarah/yq@master

0 commit comments

Comments
 (0)