Skip to content

Commit

Permalink
try hyerstack
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Dec 13, 2024
1 parent b1008d6 commit ed6ed54
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/concrete_compiler_benchmark_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ed6ed54

Please sign in to comment.