Merge pull request #4582 from danfengliu/add-timeout-for-ci-e2e-job

Add timeout for CI e2e job
pull/4583/head
qiuming 2022-01-26 20:27:00 +08:00 committed by GitHub
commit b40bbda2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ jobs:
ADDITIONAL_CREDS_FILE=/tmp/credential ADDITIONAL_BSL_BUCKET=additional-bucket \
GINKGO_FOCUS=Basic VELERO_IMAGE=velero:pr-test \
make -C test/e2e run
timeout-minutes: 30
- name: Upload debug bundle
if: ${{ failure() }}
uses: actions/upload-artifact@v2