Skip to content

Commit

Permalink
enclave name to be job_id not run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 28, 2024
1 parent b9d2ffd commit ab1c8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
kubernetes_storage_class: "standard"
ethereum_package_branch: "${{ github.head_ref || github.ref_name }}"
ethereum_package_args: "${{ matrix.file_name }}"
enclave_name: "ethereum-package-${{ github.run_id }}"
enclave_name: "ethereum-package-${{ github.job }}"
persistent_logs: "true"

- name: Notify
Expand All @@ -53,4 +53,4 @@ jobs:
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
with:
args: "The nightly test for ${{matrix.file_name}} on ethereum-package has failed find it here ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
args: "The k8s nightly/per PR test for ${{matrix.file_name}} on ethereum-package has failed find it here ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit ab1c8ca

Please sign in to comment.