Skip to content

Commit

Permalink
chore: increase vib timeout (#1509)
Browse files Browse the repository at this point in the history
**Description of the change**
Increase the timeout for VIB pipelines to 7200 seconds (2 hours) from
the default 90 minutes as OpenShift sometimes takes more than 90 minutes
to run.

Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>
  • Loading branch information
alemorcuq committed Apr 11, 2024
1 parent c0aa5da commit d471d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-vib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
- uses: vmware-labs/vmware-image-builder-action@v0.6.0
with:
pipeline: ${{ matrix.target-pipeline }}
max-pipeline-duration: 7200
env:
TARGET_PLATFORM: ${{ matrix.target-platform-id }}

0 comments on commit d471d85

Please sign in to comment.