Skip to content

Commit cd71ff0

Browse files
committed
common: do not cancel running jobs on failure
For purose of figuring out to what extent the current autorun.sh and jobs are ready for execution on GitHub - disabled cancelation of the jobs and extended timeout. Signed-off-by: Tomasz Zawadzki <[email protected]>
1 parent ae669c3 commit cd71ff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/per_patch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
autorun:
2727
needs: get_qcow
2828
runs-on: ubuntu-latest
29-
timeout-minutes: 35
29+
timeout-minutes: 60
3030
env:
3131
REPOSITORY_TARBALL_PATH: ${{ github.workspace }}/repository.tar.gz
3232
CI_CFGS_REPOSITORY_PATH: ${{ github.workspace }}/ci/cijoe/configs/autorun_configs
3333
strategy:
34+
fail-fast: false
3435
matrix:
3536
workflow:
3637
- autorun_unittest

0 commit comments

Comments
 (0)