Skip to content

Commit 8684df2

Browse files
committed
esp/ci: Retry failed jobs
1 parent 891b8fc commit 8684df2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ stages:
1010

1111
image: ${CI_DOCKER_REGISTRY}/llvm-build:5
1212

13+
default:
14+
interruptible: true
15+
retry: 2
16+
1317
variables:
1418
ESP_LLVM_EMBEDDED_TOOLCHAIN_REF: "esp-19.1.2_20250211"
1519
ESP_GNU_TOOLCHAIN_VER: "14.2.0_20241119"

0 commit comments

Comments
 (0)