Skip to content

implementing heartbeat critical tolerance for unhealthy detection #87

implementing heartbeat critical tolerance for unhealthy detection

implementing heartbeat critical tolerance for unhealthy detection #87

Workflow file for this run

name: test-core
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
test-core-amd64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write
uses: ./.github/workflows/run-core-tests.yaml
with:
WORKFLOW_AGENT: ubuntu-latest
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
test-core-arm64:
permissions:
contents: read
issues: read
checks: write
pull-requests: write
uses: ./.github/workflows/run-core-tests.yaml
with:
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}