Skip to content

Commit 7c8e238

Browse files
committed
Add R580 support for precompiled driver
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent 37a0738 commit 7c8e238

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.github/workflows/precompiled.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -278,18 +278,18 @@ jobs:
278278
279279
# slack notification for new kernel release before e2e tests starts
280280
# as e2e tests may fail for new kernel release
281-
- name: Slack notification
282-
if: steps.set_kernel_version.outputs.matrix_values_not_empty == '1'
283-
uses: slackapi/[email protected]
284-
with:
285-
token: ${{ secrets.SLACK_BOT_TOKEN }}
286-
method: chat.postMessage
287-
payload: |
288-
{
289-
"channel": "${{ secrets.SLACK_CHANNEL_ID }}",
290-
"text": "${{ secrets.DETECTED_PRECOMPILED_KERNEL_MESSAGE }} ${{ steps.set_kernel_version.outputs.published_kernels }} \n
291-
Details: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
292-
}
281+
# - name: Slack notification
282+
# if: steps.set_kernel_version.outputs.matrix_values_not_empty == '1'
283+
# uses: slackapi/[email protected]
284+
# with:
285+
# token: ${{ secrets.SLACK_BOT_TOKEN }}
286+
# method: chat.postMessage
287+
# payload: |
288+
# {
289+
# "channel": "${{ secrets.SLACK_CHANNEL_ID }}",
290+
# "text": "${{ secrets.DETECTED_PRECOMPILED_KERNEL_MESSAGE }} ${{ steps.set_kernel_version.outputs.published_kernels }} \n
291+
# Details: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
292+
# }
293293

294294
e2e-tests-nvidiadriver:
295295
runs-on: linux-amd64-cpu4
@@ -444,7 +444,7 @@ jobs:
444444
image_path="./base-images-${{ matrix.driver_branch }}-${{ matrix.kernel_version }}.tar"
445445
echo "uploading $image_path"
446446
docker load -i $image_path
447-
docker push ${PRIVATE_REGISTRY}/nvidia/driver:base-${BASE_TARGET}-${LTS_KERNEL}-${KERNEL_FLAVOR}-${{ matrix.driver_branch }}
447+
# docker push ${PRIVATE_REGISTRY}/nvidia/driver:base-${BASE_TARGET}-${LTS_KERNEL}-${KERNEL_FLAVOR}-${{ matrix.driver_branch }}
448448
449449
- name: Download built image artifact
450450
if: ${{ ! (matrix.driver_branch == 535 && contains(matrix.kernel_version, 'ubuntu24.04')) }}
@@ -459,16 +459,16 @@ jobs:
459459
image_path="./driver-images-${{ matrix.driver_branch }}-${{ matrix.kernel_version }}.tar"
460460
echo "uploading $image_path"
461461
docker load -i $image_path
462-
docker push ${PRIVATE_REGISTRY}/nvidia/driver:${{ matrix.driver_branch }}-${{ matrix.kernel_version }}
463-
464-
- name: Slack notification
465-
if: ${{ ! (matrix.driver_branch == 535 && contains(matrix.kernel_version, 'ubuntu24.04')) }}
466-
uses: slackapi/[email protected]
467-
with:
468-
token: ${{ secrets.SLACK_BOT_TOKEN }}
469-
method: chat.postMessage
470-
payload: |
471-
{
472-
"channel": "${{ secrets.SLACK_CHANNEL_ID }}",
473-
"text": "${{ secrets.PUBLISHED_PRECOMPILED_IMAGE_MESSAGE }} ${{ env.PRIVATE_REGISTRY }}/nvidia/driver:${{ matrix.driver_branch }}-${{ matrix.kernel_version }}"
474-
}
462+
# docker push ${PRIVATE_REGISTRY}/nvidia/driver:${{ matrix.driver_branch }}-${{ matrix.kernel_version }}
463+
464+
# - name: Slack notification
465+
# if: ${{ ! (matrix.driver_branch == 535 && contains(matrix.kernel_version, 'ubuntu24.04')) }}
466+
# uses: slackapi/[email protected]
467+
# with:
468+
# token: ${{ secrets.SLACK_BOT_TOKEN }}
469+
# method: chat.postMessage
470+
# payload: |
471+
# {
472+
# "channel": "${{ secrets.SLACK_CHANNEL_ID }}",
473+
# "text": "${{ secrets.PUBLISHED_PRECOMPILED_IMAGE_MESSAGE }} ${{ env.PRIVATE_REGISTRY }}/nvidia/driver:${{ matrix.driver_branch }}-${{ matrix.kernel_version }}"
474+
# }

0 commit comments

Comments
 (0)