diff options
-rw-r--r-- | .azure-pipelines.yml | 1 | ||||
-rw-r--r-- | .gitlab-ci.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index db6d676a13..b7dc7e860f 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -460,6 +460,7 @@ stages: fi # Some tests using libguestfs-tools need the fuse device to run docker run "$@" --device /dev/fuse:/dev/fuse -v $PWD:$(work_dir) $(ci_runner_image) /bin/bash $(work_dir)/test.sh + retryCountOnTaskFailure: 2 # QEMU may be too slow, etc. - stage: world_build jobs: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99b1e73f0f..98195c7108 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ stages: .buildman_and_testpy_template: &buildman_and_testpy_dfn stage: test.py + retry: 2 # QEMU may be too slow, etc. before_script: # Clone uboot-test-hooks - git config --global --add safe.directory "${CI_PROJECT_DIR}" |