All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gitlab: Move the n900 test into its own section
@ 2021-01-31  5:17 Simon Glass
  2021-01-31  5:17 ` [PATCH 2/2] buildman: Support single-threaded operation Simon Glass
  2021-01-31 12:15 ` [PATCH 1/2] gitlab: Move the n900 test into its own section Pali Rohár
  0 siblings, 2 replies; 14+ messages in thread
From: Simon Glass @ 2021-01-31  5:17 UTC (permalink / raw)
  To: u-boot

This test is not reliable. Quite often (20%?) it makes the build fail and
a retry succeeds. 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

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-03-05  2:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31  5:17 [PATCH 1/2] gitlab: Move the n900 test into its own section Simon Glass
2021-01-31  5:17 ` [PATCH 2/2] buildman: Support single-threaded operation Simon Glass
2021-03-05  2:02   ` Tom Rini
2021-01-31 12:15 ` [PATCH 1/2] gitlab: Move the n900 test into its own section Pali Rohár
2021-01-31 13:49   ` Tom Rini
2021-01-31 15:04     ` Pali Rohár
2021-01-31 15:43       ` Simon Glass
2021-01-31 15:51         ` Pali Rohár
2021-01-31 16:51           ` Simon Glass
2021-01-31 17:05             ` Pali Rohár
2021-01-31 17:10               ` Simon Glass
2021-01-31 17:31                 ` Pali Rohár
2021-02-01  2:54     ` Heinrich Schuchardt
2021-02-01  4:01       ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.