mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-17 11:24:01 +00:00
GHA: Increase kbs-client install timeout to 20 minutes
The `kbs-client` installation step was timing out at 10 minutes on the downgraded zVSI profile (4 vCPU x 8 GB). Double the timeout to 20 minutes to accommodate the slower build/download speed on this instance profile. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
committed by
Fabiano Fidêncio
parent
42e7b9844f
commit
f10f0f16e9
2
.github/workflows/run-k8s-tests-on-zvsi.yaml
vendored
2
.github/workflows/run-k8s-tests-on-zvsi.yaml
vendored
@@ -134,7 +134,7 @@ jobs:
|
||||
if: ${{ startsWith(matrix.vmm, 'qemu-coco-dev') }}
|
||||
|
||||
- name: Install `kbs-client`
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
run: bash tests/integration/kubernetes/gha-run.sh install-kbs-client
|
||||
if: ${{ startsWith(matrix.vmm, 'qemu-coco-dev') }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user