Skip to content

Commit 481f573

Browse files
committed
esp/ci: Set retries number for 'build_and_test' job to 1
1 parent a38fe66 commit 481f573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ build_and_test:
216216
- ./esp-dsp/scripts/
217217
when: always
218218
expire_in: 1 day
219-
retry: 2
219+
retry: 1
220220
variables:
221221
TEST_APP_ESP_DSP_CUSTOM_BRANCH: "llvm-21-optimization-test-v2"
222222
before_script:

0 commit comments

Comments
 (0)