diff options
author | Marek Pikuła <m.pikula@partner.samsung.com> | 2025-04-17 14:43:16 +0200 |
---|---|---|
committer | Marek Pikuła <m.pikula@partner.samsung.com> | 2025-04-17 14:44:58 +0200 |
commit | b10c2262242e94fb180a4f9eba1d4fc1f730f26c (patch) | |
tree | c74fdcd7623b51d79b53d8c37358aa3d693261e1 | |
parent | b546053dbacf0b6f5367eca4d9ec85d53c1058e1 (diff) |
ci: Increase number of retries for Windows targets
In case there are intermittent errors which can be "fixed" by running
the job again.
Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>
-rw-r--r-- | .gitlab-ci.d/03-test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.d/03-test.yml b/.gitlab-ci.d/03-test.yml index 5136fcf..3657c54 100644 --- a/.gitlab-ci.d/03-test.yml +++ b/.gitlab-ci.d/03-test.yml @@ -108,6 +108,7 @@ include: - "sse2 ssse3" - "mmx ssse3" - "mmx sse2" + retry: 2 - local: .gitlab-ci.d/templates/test.yml inputs: target: windows-amd64 @@ -121,3 +122,4 @@ include: target: windows-arm64-v8 toolchain: [llvm] runner_tags: [aarch64] + retry: 2 |