Skip to content

Commit 94a2d1d

Browse files
committed
Test Not for review holodeck kernel version change
1 parent bcf3a0f commit 94a2d1d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/precompiled.yaml

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

299299
e2e-tests-nvidiadriver:
300300
runs-on: linux-amd64-cpu4

0 commit comments

Comments
 (0)