File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6363 - '.github/workflows/gpu_signed_integer_tests.yml'
6464 - scripts/integer-tests.sh
6565 - ci/slab.toml
66+
6667 setup-instance :
6768 name : Setup instance (cuda-signed-integer-tests)
6869 runs-on : ubuntu-latest
@@ -108,7 +109,7 @@ jobs:
108109 include :
109110 - os : ubuntu-22.04
110111 cuda : " 12.2"
111- gcc : 11
112+ gcc : 11
112113 steps :
113114 - name : Checkout tfhe-rs
114115 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -148,10 +149,11 @@ jobs:
148149 continue-on-error : true
149150 steps :
150151 - name : Send message
152+ if : env.SECRETS_AVAILABLE == 'true'
151153 uses : rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990
152154 env :
153155 SLACK_COLOR : ${{ needs.cuda-signed-integer-tests.result }}
154- SLACK_MESSAGE : " Base GPU tests finished with status: ${{ needs.cuda-signed-integer-tests.result }} on '${{ env.BRANCH }}'. (${{ env.ACTION_RUN_URL }})"
156+ SLACK_MESSAGE : " Signed GPU tests finished with status: ${{ needs.cuda-signed-integer-tests.result }} on '${{ env.BRANCH }}'. (${{ env.ACTION_RUN_URL }})"
155157
156158 teardown-instance :
157159 name : Teardown instance (cuda-tests)
You can’t perform that action at this time.
0 commit comments