Skip to content

Commit d43c11e

Browse files
committed
esp/ci: Retry build jobs only
1 parent 8684df2 commit d43c11e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ image: ${CI_DOCKER_REGISTRY}/llvm-build:5
1212

1313
default:
1414
interruptible: true
15-
retry: 2
1615

1716
variables:
1817
ESP_LLVM_EMBEDDED_TOOLCHAIN_REF: "esp-19.1.2_20250211"
@@ -51,6 +50,7 @@ before_script:
5150
when: always
5251
expire_in: 1 day
5352
dependencies: []
53+
retry: 2
5454
variables:
5555
TARGET: "Xtensa;RISCV"
5656
USE_LINKER: "ld"
@@ -210,6 +210,7 @@ build_and_test:
210210
- ./esp-dsp/scripts/
211211
when: always
212212
expire_in: 1 day
213+
retry: 2
213214
variables:
214215
TEST_APP_ESP_DSP_CUSTOM_BRANCH: "llvm-19.1.2-optimization-test"
215216
after_script:

0 commit comments

Comments
 (0)