Skip to content

using primary and slave DBs to solve the panic problem caused by DB c… #657

using primary and slave DBs to solve the panic problem caused by DB c…

using primary and slave DBs to solve the panic problem caused by DB c… #657

name: Robustness Test
on: [push, pull_request]
permissions: read-all
jobs:
amd64:
uses: ./.github/workflows/robustness_template.yaml
with:
count: 10
testTimeout: 30m
runs-on: "['ubuntu-latest']"
arm64:
uses: ./.github/workflows/robustness_template.yaml
with:
count: 10
testTimeout: 30m
runs-on: "['actuated-arm64-4cpu-8gb']"