mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
build: Increase ARM64 CI build timeouts
The builds are flaking due to reaching the timeouts. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
6ecca29aa6
commit
f38fc94115
4
.github/workflows/integration-arm64.yaml
vendored
4
.github/workflows/integration-arm64.yaml
vendored
@ -6,7 +6,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
timeout-minutes: 60
|
timeout-minutes: 120
|
||||||
name: Tests (ARM64)
|
name: Tests (ARM64)
|
||||||
runs-on: bookworm-arm64
|
runs-on: bookworm-arm64
|
||||||
steps:
|
steps:
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Load openvswitch module
|
- name: Load openvswitch module
|
||||||
run: sudo modprobe openvswitch
|
run: sudo modprobe openvswitch
|
||||||
- name: Run integration tests (musl)
|
- name: Run integration tests (musl)
|
||||||
timeout-minutes: 30
|
timeout-minutes: 60
|
||||||
run: scripts/dev_cli.sh tests --integration --libc musl
|
run: scripts/dev_cli.sh tests --integration --libc musl
|
||||||
- name: Install Azure CLI
|
- name: Install Azure CLI
|
||||||
if: ${{ github.event_name != 'pull_request' }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user