File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff 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- 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
You can’t perform that action at this time.
0 commit comments