1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

CI: don't retry jobs

We can't retry jobs blindly because if a build fails with warnings we want
to fail the job.  With retries enabled the job fails, but is immediately
retried and builds quickly from sstate without any warnings.

Thus, all and any warnings are hidden.

Disabling retries. We may get occasional failures from Docker, we'll have
to see how bad they are.

Change-Id: Ib726f14a264c029fdf372fc1b8a02aca52bf5e4c
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2021-01-12 18:05:41 +00:00
parent 9e2ff72858
commit 75c9cc3bf8
-2
View File
@@ -8,8 +8,6 @@ stages:
# Common job fragment to get a worker ready # Common job fragment to get a worker ready
.setup: .setup:
# Retry because the runner is flakey (see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2890)
retry: 2
stage: build stage: build
variables: variables:
KAS_WORK_DIR: $CI_PROJECT_DIR/work KAS_WORK_DIR: $CI_PROJECT_DIR/work