From ed6ed54c9581f62dc51f1bbfafc9904076c1d87a Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Fri, 13 Dec 2024 09:14:20 +0100 Subject: [PATCH] try hyerstack --- .../concrete_compiler_benchmark_gpu.yml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/concrete_compiler_benchmark_gpu.yml b/.github/workflows/concrete_compiler_benchmark_gpu.yml index b6f608e91..82cc80f6a 100644 --- a/.github/workflows/concrete_compiler_benchmark_gpu.yml +++ b/.github/workflows/concrete_compiler_benchmark_gpu.yml @@ -86,13 +86,13 @@ jobs: with: name: compiler-benchmarks-result path: compilers/concrete-compiler/compiler/benchmarks_results.json - - name: Slack Notification - if: ${{ failure() && github.ref == 'refs/heads/main' }} - continue-on-error: true - uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 - env: - SLACK_COLOR: ${{ job.status }} - SLACK_MESSAGE: "build-and-run-benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" + # - name: Slack Notification + # if: ${{ failure() && github.ref == 'refs/heads/main' }} + # continue-on-error: true + # uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 + # env: + # SLACK_COLOR: ${{ job.status }} + # SLACK_MESSAGE: "build-and-run-benchmarks finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" parse-and-send-results: name: Parse and send results @@ -139,13 +139,13 @@ jobs: -H "X-Hub-Signature-256: sha256=${SIGNATURE}" \ -d @parsed_benchmark_results.json \ ${{ secrets.SLAB_URL }} - - name: Slack Notification - if: ${{ failure() && github.ref == 'refs/heads/main' }} - continue-on-error: true - uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 - env: - SLACK_COLOR: ${{ job.status }} - SLACK_MESSAGE: "parse-and-send-results finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" + # - name: Slack Notification + # if: ${{ failure() && github.ref == 'refs/heads/main' }} + # continue-on-error: true + # uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 + # env: + # SLACK_COLOR: ${{ job.status }} + # SLACK_MESSAGE: "parse-and-send-results finished with status: ${{ job.status }}. (${{ env.ACTION_RUN_URL }})" teardown-instance: name: Teardown instance