From 94d7b7846cfd67c2b70e91d04a290d686a192031 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 25 Jul 2021 14:59:35 -0700 Subject: [PATCH] GitLab CI: Add a retry to the Windows builds. The Windows runners (Win32 in particular) sometimes time out during tests. Add a retry. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59791ecb8b..dd2564fafb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -152,6 +152,7 @@ variables: .build-windows: stage: build + retry: 1 before_script: - if (-Not (Test-Path C:\Development)) { New-Item -Path C:\Development -ItemType "directory" } - $env:WIRESHARK_BASE_DIR = "C:\Development"