From 8682102972bc8f71673631c79ba7006f86e1f8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 02:27:29 +0000 Subject: [PATCH] chore(deps): bump rtCamp/action-slack-notify from 2.3.0 to 2.3.1 Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](https://github.com/rtcamp/action-slack-notify/compare/4e5fb42d249be6a45a298f3c9543b111b02f7907...65e6fc1ce697e2df8149d9ae9909acc5ec5599ce) --- updated-dependencies: - dependency-name: rtCamp/action-slack-notify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/aws_tfhe_backward_compat_tests.yml | 4 ++-- .github/workflows/aws_tfhe_fast_tests.yml | 4 ++-- .github/workflows/aws_tfhe_integer_tests.yml | 4 ++-- .github/workflows/aws_tfhe_signed_integer_tests.yml | 4 ++-- .github/workflows/aws_tfhe_tests.yml | 4 ++-- .github/workflows/aws_tfhe_wasm_tests.yml | 4 ++-- .github/workflows/benchmark_boolean.yml | 4 ++-- .github/workflows/benchmark_core_crypto.yml | 4 ++-- .github/workflows/benchmark_erc20.yml | 4 ++-- .github/workflows/benchmark_gpu_4090.yml | 4 ++-- .github/workflows/benchmark_gpu_core_crypto.yml | 4 ++-- .github/workflows/benchmark_gpu_erc20.yml | 4 ++-- .github/workflows/benchmark_gpu_integer.yml | 4 ++-- .github/workflows/benchmark_gpu_integer_2H100_full.yml | 4 ++-- .github/workflows/benchmark_gpu_integer_full.yml | 4 ++-- .github/workflows/benchmark_gpu_integer_multi_bit.yml | 4 ++-- .../workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml | 4 ++-- .github/workflows/benchmark_gpu_integer_multi_gpu_full.yml | 4 ++-- .github/workflows/benchmark_gpu_l40.yml | 4 ++-- .github/workflows/benchmark_integer.yml | 4 ++-- .github/workflows/benchmark_shortint.yml | 4 ++-- .github/workflows/benchmark_signed_integer.yml | 4 ++-- .github/workflows/benchmark_wasm_client.yml | 4 ++-- .github/workflows/benchmark_zk_pke.yml | 4 ++-- .github/workflows/code_coverage.yml | 4 ++-- .github/workflows/csprng_randomness_tests.yml | 4 ++-- .github/workflows/data_pr_close.yml | 2 +- .github/workflows/gpu_4090_tests.yml | 2 +- .github/workflows/gpu_fast_h100_tests.yml | 4 ++-- .github/workflows/gpu_fast_tests.yml | 4 ++-- .github/workflows/gpu_full_h100_tests.yml | 4 ++-- .github/workflows/gpu_full_multi_gpu_tests.yml | 4 ++-- .github/workflows/gpu_pcc.yml | 4 ++-- .github/workflows/gpu_signed_integer_h100_tests.yml | 4 ++-- .github/workflows/gpu_signed_integer_tests.yml | 4 ++-- .github/workflows/gpu_unsigned_integer_h100_tests.yml | 4 ++-- .github/workflows/gpu_unsigned_integer_tests.yml | 4 ++-- .github/workflows/m1_tests.yml | 2 +- .github/workflows/make_release.yml | 4 ++-- .github/workflows/make_release_concrete_csprng.yml | 2 +- .github/workflows/make_release_cuda.yml | 4 ++-- .github/workflows/make_release_tfhe_versionable.yml | 2 +- .github/workflows/make_release_zk_pok.yml | 2 +- .github/workflows/parameters_check.yml | 2 +- 44 files changed, 81 insertions(+), 81 deletions(-) diff --git a/.github/workflows/aws_tfhe_backward_compat_tests.yml b/.github/workflows/aws_tfhe_backward_compat_tests.yml index a810cb3498..18c0d086e5 100644 --- a/.github/workflows/aws_tfhe_backward_compat_tests.yml +++ b/.github/workflows/aws_tfhe_backward_compat_tests.yml @@ -87,7 +87,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Backward compatibility tests finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -111,7 +111,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (backward-compat-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index 64d5c7dcad..259a97167f 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -225,7 +225,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Fast AWS tests finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -249,7 +249,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (fast-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/aws_tfhe_integer_tests.yml b/.github/workflows/aws_tfhe_integer_tests.yml index b119bddbd8..5bca2a31a8 100644 --- a/.github/workflows/aws_tfhe_integer_tests.yml +++ b/.github/workflows/aws_tfhe_integer_tests.yml @@ -124,7 +124,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Unsigned Integer tests finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -148,7 +148,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (unsigned-integer-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/aws_tfhe_signed_integer_tests.yml b/.github/workflows/aws_tfhe_signed_integer_tests.yml index c5d3bd1a15..294f706e6b 100644 --- a/.github/workflows/aws_tfhe_signed_integer_tests.yml +++ b/.github/workflows/aws_tfhe_signed_integer_tests.yml @@ -128,7 +128,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Signed Integer tests finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -152,7 +152,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (signed-integer-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/aws_tfhe_tests.yml b/.github/workflows/aws_tfhe_tests.yml index 312cd67033..355ad003a3 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -221,7 +221,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "CPU tests finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -245,7 +245,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cpu-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/aws_tfhe_wasm_tests.yml b/.github/workflows/aws_tfhe_wasm_tests.yml index 9942f0d0f8..df8d85b4eb 100644 --- a/.github/workflows/aws_tfhe_wasm_tests.yml +++ b/.github/workflows/aws_tfhe_wasm_tests.yml @@ -76,7 +76,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "WASM tests finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -100,7 +100,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (wasm-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_boolean.yml b/.github/workflows/benchmark_boolean.yml index 8c38d71146..524ffd6bc5 100644 --- a/.github/workflows/benchmark_boolean.yml +++ b/.github/workflows/benchmark_boolean.yml @@ -120,7 +120,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Boolean benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -144,7 +144,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (boolean-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_core_crypto.yml b/.github/workflows/benchmark_core_crypto.yml index 970e4d05cc..0c85064d39 100644 --- a/.github/workflows/benchmark_core_crypto.yml +++ b/.github/workflows/benchmark_core_crypto.yml @@ -108,7 +108,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "PBS benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -132,7 +132,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (core-crypto-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_erc20.yml b/.github/workflows/benchmark_erc20.yml index 25d2582315..29fbb34c52 100644 --- a/.github/workflows/benchmark_erc20.yml +++ b/.github/workflows/benchmark_erc20.yml @@ -116,7 +116,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "ERC20 benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -140,7 +140,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (erc20-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_4090.yml b/.github/workflows/benchmark_gpu_4090.yml index ef061620be..5261824707 100644 --- a/.github/workflows/benchmark_gpu_4090.yml +++ b/.github/workflows/benchmark_gpu_4090.yml @@ -97,7 +97,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Integer RTX 4090 full benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -179,7 +179,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Core crypto RTX 4090 full benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_core_crypto.yml b/.github/workflows/benchmark_gpu_core_crypto.yml index 71c9677236..b766006505 100644 --- a/.github/workflows/benchmark_gpu_core_crypto.yml +++ b/.github/workflows/benchmark_gpu_core_crypto.yml @@ -156,7 +156,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-core-crypto-benchmarks.result }} SLACK_MESSAGE: "PBS GPU benchmarks finished with status: ${{ needs.cuda-core-crypto-benchmarks.result }}. (${{ env.ACTION_RUN_URL }})" @@ -180,7 +180,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-core-crypto-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_erc20.yml b/.github/workflows/benchmark_gpu_erc20.yml index d795f80617..56fad5de4e 100644 --- a/.github/workflows/benchmark_gpu_erc20.yml +++ b/.github/workflows/benchmark_gpu_erc20.yml @@ -165,7 +165,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-erc20-benchmarks.result }} SLACK_MESSAGE: "Integer GPU benchmarks finished with status: ${{ needs.cuda-erc20-benchmarks.result }}. (${{ env.ACTION_RUN_URL }})" @@ -189,7 +189,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-erc20-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_integer.yml b/.github/workflows/benchmark_gpu_integer.yml index 39c2a400bb..f7aad640b2 100644 --- a/.github/workflows/benchmark_gpu_integer.yml +++ b/.github/workflows/benchmark_gpu_integer.yml @@ -171,7 +171,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-integer-benchmarks.result }} SLACK_MESSAGE: "Integer GPU benchmarks finished with status: ${{ needs.cuda-integer-benchmarks.result }}. (${{ env.ACTION_RUN_URL }})" @@ -195,7 +195,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-integer-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_integer_2H100_full.yml b/.github/workflows/benchmark_gpu_integer_2H100_full.yml index dcae96defb..c262e088df 100644 --- a/.github/workflows/benchmark_gpu_integer_2H100_full.yml +++ b/.github/workflows/benchmark_gpu_integer_2H100_full.yml @@ -164,7 +164,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-integer-full-2-gpu-benchmarks.result }} SLACK_MESSAGE: "Integer GPU 2xH100 benchmarks finished with status: ${{ needs.cuda-integer-full-2-gpu-benchmarks.result }}. (${{ env.ACTION_RUN_URL }})" @@ -188,7 +188,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-integer-full-2-gpu-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_integer_full.yml b/.github/workflows/benchmark_gpu_integer_full.yml index 72fcbfd235..be6c02e09a 100644 --- a/.github/workflows/benchmark_gpu_integer_full.yml +++ b/.github/workflows/benchmark_gpu_integer_full.yml @@ -170,7 +170,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-integer-full-benchmarks.result }} SLACK_MESSAGE: "Integer GPU full benchmarks finished with status: ${{ needs.cuda-integer-full-benchmarks.result }}. (${{ env.ACTION_RUN_URL }})" @@ -194,7 +194,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-integer-full-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_integer_multi_bit.yml b/.github/workflows/benchmark_gpu_integer_multi_bit.yml index dee5c05dc6..578a6c1b7f 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_bit.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_bit.yml @@ -194,7 +194,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-integer-multi-bit-benchmarks.result }} SLACK_MESSAGE: "Integer GPU multi-bit benchmarks finished with status: ${{ needs.cuda-integer-multi-bit-benchmarks.result }}. (${{ env.ACTION_RUN_URL }})" @@ -218,7 +218,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-integer-multi-bit-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml b/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml index ef3435c247..b0dec54bcd 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml @@ -184,7 +184,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-integer-multi-bit-multi-gpu-benchmarks.result }} SLACK_MESSAGE: "Integer multi GPU multi-bit benchmarks finished with status: ${{ needs.cuda-integer-multi-bit-multi-gpu-benchmarks.result }}. (${{ env.ACTION_RUN_URL }})" @@ -208,7 +208,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-integer-multi-bit-multi-gpu-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml index 4e454e6065..e21d8d9806 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml @@ -164,7 +164,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-integer-full-multi-gpu-benchmarks.result }} SLACK_MESSAGE: "Integer GPU full benchmarks finished with status: ${{ needs.cuda-integer-full-multi-gpu-benchmarks.result }}. (${{ env.ACTION_RUN_URL }})" @@ -188,7 +188,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-integer-full-multi-gpu-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_gpu_l40.yml b/.github/workflows/benchmark_gpu_l40.yml index c179e5d043..12d006f3bd 100644 --- a/.github/workflows/benchmark_gpu_l40.yml +++ b/.github/workflows/benchmark_gpu_l40.yml @@ -176,7 +176,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-l40-benchmarks.result }} SLACK_MESSAGE: "Cuda benchmarks (L40) finished with status: ${{ needs.cuda-l40-benchmarks.result }}. (${{ env.ACTION_RUN_URL }})" @@ -200,7 +200,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-l40-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_integer.yml b/.github/workflows/benchmark_integer.yml index c2b62315fa..38b8dd2f94 100644 --- a/.github/workflows/benchmark_integer.yml +++ b/.github/workflows/benchmark_integer.yml @@ -160,7 +160,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Integer full benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -184,7 +184,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (integer-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_shortint.yml b/.github/workflows/benchmark_shortint.yml index 485763d3de..6e817b5b37 100644 --- a/.github/workflows/benchmark_shortint.yml +++ b/.github/workflows/benchmark_shortint.yml @@ -156,7 +156,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Shortint full benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -180,7 +180,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (shortint-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_signed_integer.yml b/.github/workflows/benchmark_signed_integer.yml index 07d23227da..4cc676f32f 100644 --- a/.github/workflows/benchmark_signed_integer.yml +++ b/.github/workflows/benchmark_signed_integer.yml @@ -154,7 +154,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Signed integer full benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -178,7 +178,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (signed-integer-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_wasm_client.yml b/.github/workflows/benchmark_wasm_client.yml index 58717b0b6c..f2bd0a2bce 100644 --- a/.github/workflows/benchmark_wasm_client.yml +++ b/.github/workflows/benchmark_wasm_client.yml @@ -160,7 +160,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "WASM benchmarks (${{ matrix.browser }}) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -184,7 +184,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (wasm-client-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/benchmark_zk_pke.yml b/.github/workflows/benchmark_zk_pke.yml index 50ac1042f2..f7bcfe3ee0 100644 --- a/.github/workflows/benchmark_zk_pke.yml +++ b/.github/workflows/benchmark_zk_pke.yml @@ -160,7 +160,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "PKE ZK benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -184,7 +184,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (pke-zk-benchmarks) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 5d4b77a356..1f9531e900 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -108,7 +108,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Code coverage finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -132,7 +132,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (code-coverage) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/csprng_randomness_tests.yml b/.github/workflows/csprng_randomness_tests.yml index f9f6d3385a..6d56488673 100644 --- a/.github/workflows/csprng_randomness_tests.yml +++ b/.github/workflows/csprng_randomness_tests.yml @@ -62,7 +62,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "concrete-csprng randomness check finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -86,7 +86,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (csprng-randomness-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/data_pr_close.yml b/.github/workflows/data_pr_close.yml index 9ec393c7ed..cdb4869afb 100644 --- a/.github/workflows/data_pr_close.yml +++ b/.github/workflows/data_pr_close.yml @@ -117,7 +117,7 @@ jobs: - name: Slack Notification if: ${{ always() && job.status == 'failure' }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Failed to auto-${{ env.CLOSE_TYPE }} PR on data repo: ${{ fromJson(env.GH_API_RES || env.TARGET_REPO_PR).message }}" diff --git a/.github/workflows/gpu_4090_tests.yml b/.github/workflows/gpu_4090_tests.yml index c7124aa056..1ad0468dba 100644 --- a/.github/workflows/gpu_4090_tests.yml +++ b/.github/workflows/gpu_4090_tests.yml @@ -77,7 +77,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "CUDA RTX 4090 tests finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/gpu_fast_h100_tests.yml b/.github/workflows/gpu_fast_h100_tests.yml index 690f71dfd2..c96ee7c4f4 100644 --- a/.github/workflows/gpu_fast_h100_tests.yml +++ b/.github/workflows/gpu_fast_h100_tests.yml @@ -171,7 +171,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-tests-linux.result }} SLACK_MESSAGE: "Fast H100 tests finished with status: ${{ needs.cuda-tests-linux.result }}. (${{ env.ACTION_RUN_URL }})" @@ -195,7 +195,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-h100-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/gpu_fast_tests.yml b/.github/workflows/gpu_fast_tests.yml index 46bfef8003..d1dc0b8532 100644 --- a/.github/workflows/gpu_fast_tests.yml +++ b/.github/workflows/gpu_fast_tests.yml @@ -169,7 +169,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-tests-linux.result }} SLACK_MESSAGE: "Base GPU tests finished with status: ${{ needs.cuda-tests-linux.result }}. (${{ env.ACTION_RUN_URL }})" @@ -193,7 +193,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/gpu_full_h100_tests.yml b/.github/workflows/gpu_full_h100_tests.yml index 3f30bd6372..09bffeb291 100644 --- a/.github/workflows/gpu_full_h100_tests.yml +++ b/.github/workflows/gpu_full_h100_tests.yml @@ -127,7 +127,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-tests-linux.result }} SLACK_MESSAGE: "Full H100 tests finished with status: ${{ needs.cuda-tests-linux.result }}. (${{ env.ACTION_RUN_URL }})" @@ -150,7 +150,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-h100-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/gpu_full_multi_gpu_tests.yml b/.github/workflows/gpu_full_multi_gpu_tests.yml index 26d5eb73a6..9524a96164 100644 --- a/.github/workflows/gpu_full_multi_gpu_tests.yml +++ b/.github/workflows/gpu_full_multi_gpu_tests.yml @@ -174,7 +174,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-tests-linux.result }} SLACK_MESSAGE: "Multi-GPU tests finished with status: ${{ needs.cuda-tests-linux.result }}. (${{ env.ACTION_RUN_URL }})" @@ -198,7 +198,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-tests-multi-gpu) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/gpu_pcc.yml b/.github/workflows/gpu_pcc.yml index a5f4e0fa36..874ee373a5 100644 --- a/.github/workflows/gpu_pcc.yml +++ b/.github/workflows/gpu_pcc.yml @@ -97,7 +97,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "CUDA AWS post-commit checks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -121,7 +121,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-pcc) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/gpu_signed_integer_h100_tests.yml b/.github/workflows/gpu_signed_integer_h100_tests.yml index b74199a092..792dbc062d 100644 --- a/.github/workflows/gpu_signed_integer_h100_tests.yml +++ b/.github/workflows/gpu_signed_integer_h100_tests.yml @@ -160,7 +160,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-tests-linux.result }} SLACK_MESSAGE: "Integer GPU H100 tests finished with status: ${{ needs.cuda-tests-linux.result }}. (${{ env.ACTION_RUN_URL }})" @@ -184,7 +184,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-h100-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/gpu_signed_integer_tests.yml b/.github/workflows/gpu_signed_integer_tests.yml index 1aa1f2caad..3deeb82b98 100644 --- a/.github/workflows/gpu_signed_integer_tests.yml +++ b/.github/workflows/gpu_signed_integer_tests.yml @@ -174,7 +174,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-signed-integer-tests.result }} SLACK_MESSAGE: "Base GPU tests finished with status: ${{ needs.cuda-signed-integer-tests.result }}. (${{ env.ACTION_RUN_URL }})" @@ -198,7 +198,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-signed-integer-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/gpu_unsigned_integer_h100_tests.yml b/.github/workflows/gpu_unsigned_integer_h100_tests.yml index ba034f1eb2..3bcd8c1b69 100644 --- a/.github/workflows/gpu_unsigned_integer_h100_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_h100_tests.yml @@ -160,7 +160,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-tests-linux.result }} SLACK_MESSAGE: "Unsigned integer GPU H100 tests finished with status: ${{ needs.cuda-tests-linux.result }}. (${{ env.ACTION_RUN_URL }})" @@ -184,7 +184,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-h100-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/gpu_unsigned_integer_tests.yml b/.github/workflows/gpu_unsigned_integer_tests.yml index cc2a0bb6f2..3a001f4401 100644 --- a/.github/workflows/gpu_unsigned_integer_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_tests.yml @@ -171,7 +171,7 @@ jobs: continue-on-error: true steps: - name: Send message - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cuda-unsigned-integer-tests.result }} SLACK_MESSAGE: "Unsigned integer GPU tests finished with status: ${{ needs.cuda-unsigned-integer-tests.result }}. (${{ env.ACTION_RUN_URL }})" @@ -195,7 +195,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (cuda-unsigned-integer-tests) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/m1_tests.yml b/.github/workflows/m1_tests.yml index a12b824997..5ff2d7645e 100644 --- a/.github/workflows/m1_tests.yml +++ b/.github/workflows/m1_tests.yml @@ -149,7 +149,7 @@ jobs: - name: Slack Notification if: ${{ needs.cargo-builds.result != 'skipped' }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ needs.cargo-builds.result }} SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 2d0482a591..b889841f1d 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -101,7 +101,7 @@ jobs: - name: Slack notification (hashes comparison) if: ${{ needs.package.outputs.hash != steps.published_hash.outputs.pub_hash }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: failure SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} @@ -146,7 +146,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} diff --git a/.github/workflows/make_release_concrete_csprng.yml b/.github/workflows/make_release_concrete_csprng.yml index aa3b761e2e..a035ffeada 100644 --- a/.github/workflows/make_release_concrete_csprng.yml +++ b/.github/workflows/make_release_concrete_csprng.yml @@ -31,7 +31,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} diff --git a/.github/workflows/make_release_cuda.yml b/.github/workflows/make_release_cuda.yml index 3b4a31835e..83b73f0419 100644 --- a/.github/workflows/make_release_cuda.yml +++ b/.github/workflows/make_release_cuda.yml @@ -99,7 +99,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "tfhe-cuda-backend release finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" @@ -123,7 +123,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_MESSAGE: "Instance teardown (publish-cuda-release) finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" diff --git a/.github/workflows/make_release_tfhe_versionable.yml b/.github/workflows/make_release_tfhe_versionable.yml index 16e82e6d5e..1150a8ddb3 100644 --- a/.github/workflows/make_release_tfhe_versionable.yml +++ b/.github/workflows/make_release_tfhe_versionable.yml @@ -38,7 +38,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} diff --git a/.github/workflows/make_release_zk_pok.yml b/.github/workflows/make_release_zk_pok.yml index ae8fbbb261..2b8306cfeb 100644 --- a/.github/workflows/make_release_zk_pok.yml +++ b/.github/workflows/make_release_zk_pok.yml @@ -32,7 +32,7 @@ jobs: - name: Slack Notification if: ${{ failure() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} diff --git a/.github/workflows/parameters_check.yml b/.github/workflows/parameters_check.yml index ba4b2c5746..f3fc8d9417 100644 --- a/.github/workflows/parameters_check.yml +++ b/.github/workflows/parameters_check.yml @@ -42,7 +42,7 @@ jobs: - name: Slack Notification if: ${{ always() }} continue-on-error: true - uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 + uses: rtCamp/action-slack-notify@65e6fc1ce697e2df8149d9ae9909acc5ec5599ce env: SLACK_COLOR: ${{ job.status }} SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}