All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] gitlab-ci: Make mainstream CI green again
@ 2021-05-25  8:25 Philippe Mathieu-Daudé
  2021-05-25  8:25 ` [PATCH 1/9] gitlab-ci: Extract all default build/test jobs to buildtest.yml Philippe Mathieu-Daudé
                   ` (9 more replies)
  0 siblings, 10 replies; 30+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-05-25  8:25 UTC (permalink / raw)
  To: qemu-devel
  Cc: Willian Rampazzo, Alex Bennée, Thomas Huth,
	Daniel P . Berrange, Philippe Mathieu-Daudé

Various patches to make mainstream CI green again:

- rebased "gitlab-ci: Ease forks pipeline workflow" on testing-next
- split gprof-gcov job
- run avocado tests manually (except on mainstream)
- fix firmware jobs to only run when files changed
- discard avocado results on success, keep them longer on failures

Some patches were already sent in different series. I addressed
Thomas / Alex / Daniel comments and included them here as an
omnibus series, hoping it can get queued via Thomas testing-next
tree.

Based-on: thuth testing-next
https://gitlab.com/thuth/qemu/-/commits/testing-next/

Alex Bennée (1):
  gitlab-ci: explicitly reference the upstream registry

Philippe Mathieu-Daudé (8):
  gitlab-ci: Extract all default build/test jobs to buildtest.yml
  gitlab-ci: Move current job set to qemu-project.yml
  gitlab-ci: Document how forks can use different set of jobs
  gitlab-ci: Extract cross-container jobs to container-cross.yml
  gitlab-ci: Split gprof-gcov job
  gitlab-ci: Keep Avocado reports during 1 week
  gitlab-ci: Run Avocado tests manually (except mainstream CI)
  gitlab-ci: Use absolute path and simplify firmware jobs

 .gitlab-ci.d/buildtest-template.yml |  16 +-
 .gitlab-ci.d/buildtest.yml          | 747 ++++++++++++++++++++++++++
 .gitlab-ci.d/container-cross.yml    | 164 ++++++
 .gitlab-ci.d/container-template.yml |   3 +-
 .gitlab-ci.d/containers.yml         | 166 +-----
 .gitlab-ci.d/edk2.yml               |  11 +-
 .gitlab-ci.d/opensbi.yml            |  11 +-
 .gitlab-ci.d/qemu-project.yml       |  11 +
 .gitlab-ci.yml                      | 780 ++--------------------------
 9 files changed, 987 insertions(+), 922 deletions(-)
 create mode 100644 .gitlab-ci.d/buildtest.yml
 create mode 100644 .gitlab-ci.d/container-cross.yml
 create mode 100644 .gitlab-ci.d/qemu-project.yml

-- 
2.26.3



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

end of thread, other threads:[~2021-06-07 11:38 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25  8:25 [PATCH 0/9] gitlab-ci: Make mainstream CI green again Philippe Mathieu-Daudé
2021-05-25  8:25 ` [PATCH 1/9] gitlab-ci: Extract all default build/test jobs to buildtest.yml Philippe Mathieu-Daudé
2021-05-25 11:05   ` Alex Bennée
2021-05-25  8:25 ` [PATCH 2/9] gitlab-ci: Move current job set to qemu-project.yml Philippe Mathieu-Daudé
2021-05-25 11:05   ` Alex Bennée
2021-05-25  8:25 ` [PATCH 3/9] gitlab-ci: Document how forks can use different set of jobs Philippe Mathieu-Daudé
2021-05-25 11:06   ` Alex Bennée
2021-05-25 14:30   ` Willian Rampazzo
2021-05-25  8:25 ` [PATCH 4/9] gitlab-ci: Extract cross-container jobs to container-cross.yml Philippe Mathieu-Daudé
2021-05-25 11:06   ` Alex Bennée
2021-05-25 14:32   ` Willian Rampazzo
2021-05-25  8:25 ` [PATCH 5/9] gitlab-ci: explicitly reference the upstream registry Philippe Mathieu-Daudé
2021-05-25 11:10   ` Alex Bennée
2021-05-25 11:39     ` Philippe Mathieu-Daudé
2021-05-25  8:25 ` [PATCH 6/9] gitlab-ci: Split gprof-gcov job Philippe Mathieu-Daudé
2021-05-25 10:21   ` Philippe Mathieu-Daudé
2021-05-27  6:03     ` Thomas Huth
2021-05-27 13:04       ` Alex Bennée
2021-05-25 14:34   ` Willian Rampazzo
2021-06-07 11:36   ` Alex Bennée
2021-05-25  8:25 ` [PATCH 7/9] gitlab-ci: Keep Avocado reports during 1 week Philippe Mathieu-Daudé
2021-05-25 11:11   ` Alex Bennée
2021-05-25 14:35   ` Willian Rampazzo
2021-05-25  8:25 ` [PATCH 8/9] gitlab-ci: Run Avocado tests manually (except mainstream CI) Philippe Mathieu-Daudé
2021-05-25 11:25   ` Alex Bennée
2021-05-27  6:08   ` Thomas Huth
2021-05-25  8:25 ` [PATCH 9/9] gitlab-ci: Use absolute path and simplify firmware jobs Philippe Mathieu-Daudé
2021-05-25  8:56   ` Daniel P. Berrangé
2021-05-25  9:02     ` Philippe Mathieu-Daudé
2021-05-27 16:04 ` [PATCH 0/9] gitlab-ci: Make mainstream CI green again Philippe Mathieu-Daudé

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.