
On Saturday 30 January 2021 22:17:45 Simon Glass wrote:
This test is not reliable. Quite often (20%?) it makes the build fail and a retry succeeds.
This test should work. Are there any logs with issues?
Move it to the end so it does not cause the whole build to above.
Signed-off-by: Simon Glass sjg@chromium.org
.gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b0680887b5..d920b4b0192 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,12 @@ image: trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020
# We run some tests in different order, to catch some failures quicker. +# 'probation' is for tests that are flaky (pass and fail on the same commit) stages:
- testsuites
- test.py
- world build
- probation
.buildman_and_testpy_template: &buildman_and_testpy_dfn tags: [ 'all' ] @@ -174,7 +176,7 @@ Run binman, buildman, dtoc, Kconfig and patman testsuites:
Run tests for Nokia RX-51 (aka N900): tags: [ 'all' ]
- stage: testsuites
- stage: probation script:
- ./tools/buildman/buildman --fetch-arch arm; export PATH=~/.buildman-toolchains/gcc-9.2.0-nolibc/arm-linux-gnueabi/bin/:$PATH;
-- 2.30.0.365.g02bc693789-goog