Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/misc/gitlab-ci.yml.in: specify image to use
@ 2020-09-15 19:38 Arnout Vandecappelle
  2020-09-15 19:47 ` Romain Naour
  2020-09-15 19:50 ` Yann E. MORIN
  0 siblings, 2 replies; 5+ messages in thread
From: Arnout Vandecappelle @ 2020-09-15 19:38 UTC (permalink / raw)
  To: buildroot

Commit 93a2870966 split off the generated gitlab-ci.yml into a child
pipeline. However, the generated gitlab-ci.yml file no longer had an
'image' tag. The result is that the jobs will use whatever image happens
to be configured on the runner - which leads to frequent pipeline
failures.

Fix this by explicitly specifying the image to use (the same one as in
top-level .gitlab-ci.yml).

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 support/misc/gitlab-ci.yml.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/support/misc/gitlab-ci.yml.in b/support/misc/gitlab-ci.yml.in
index fcfff5c6aa..892eb9ed64 100644
--- a/support/misc/gitlab-ci.yml.in
+++ b/support/misc/gitlab-ci.yml.in
@@ -1,3 +1,5 @@
+image: buildroot/base:20200814.2228
+
 .check-DEVELOPERS_base:
     # get-developers should print just "No action specified"; if it prints
     # anything else, it's a parse error.
-- 
2.26.2

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

end of thread, other threads:[~2020-09-16  7:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 19:38 [Buildroot] [PATCH] support/misc/gitlab-ci.yml.in: specify image to use Arnout Vandecappelle
2020-09-15 19:47 ` Romain Naour
2020-09-15 19:50 ` Yann E. MORIN
2020-09-16  6:32   ` Yann E. MORIN
2020-09-16  7:27     ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox