.github/workflows: reduce integration retry to 3
Build / build-nix (push) Waiting to run
Build / build-cross (GOARCH=386 GOOS=linux) (push) Waiting to run
Build / build-cross (GOARCH=amd64 GOOS=darwin) (push) Waiting to run
Build / build-cross (GOARCH=amd64 GOOS=linux) (push) Waiting to run
Build / build-cross (GOARCH=arm GOOS=linux GOARM=5) (push) Waiting to run
Build / build-cross (GOARCH=arm GOOS=linux GOARM=6) (push) Waiting to run
Build / build-cross (GOARCH=arm GOOS=linux GOARM=7) (push) Waiting to run
Build / build-cross (GOARCH=arm64 GOOS=darwin) (push) Waiting to run
Build / build-cross (GOARCH=arm64 GOOS=linux) (push) Waiting to run
Tests / test (push) Waiting to run

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2025-07-08 08:09:46 +02:00
committed by Kristoffer Dalby
parent 22e6094a90
commit 4a8d2d9ed3
@@ -15,7 +15,7 @@ on:
type: string type: string
jobs: jobs:
integration-test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
# Github does not allow us to access secrets in pull requests, # Github does not allow us to access secrets in pull requests,
@@ -75,7 +75,7 @@ jobs:
# Some of the jobs might still require manual restart as they are really # Some of the jobs might still require manual restart as they are really
# slow and this will cause them to eventually be killed by Github actions. # slow and this will cause them to eventually be killed by Github actions.
attempt_delay: 300000 # 5 min attempt_delay: 300000 # 5 min
attempt_limit: 10 attempt_limit: 3
command: | command: |
nix develop --command -- hi run "^${{ inputs.test }}$" \ nix develop --command -- hi run "^${{ inputs.test }}$" \
--timeout=120m \ --timeout=120m \