All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v2 0/2] automation: avoid unnecessary analyses
@ 2023-08-21  8:54 Simone Ballarin
  2023-08-21  8:54 ` [XEN PATCH v2 1/2] automation/eclair: avoid unintentional ECLAIR analysis Simone Ballarin
  2023-08-21  8:54 ` [XEN PATCH v2 2/2] automation: avoid pipelines on specific branches Simone Ballarin
  0 siblings, 2 replies; 5+ messages in thread
From: Simone Ballarin @ 2023-08-21  8:54 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, andrew.cooper3, Simone Ballarin, Doug Goldstein,
	Stefano Stabellini

This series aims to reduce the analyses performed by the ECLAIR
runner by avoiding some branches already excluded by other jobs
and requiring analyses on people/.* to be manually triggered.

---
Changes in v2:
- move some changes from 1/2 to 2/2.
- remove useless except clause in .yocto-test
- avoid ECLAIR jobs if the WTOKEN variable is not defined

Simone Ballarin (2):
  automation/eclair: avoid unintentional ECLAIR analysis
  automation: avoid pipelines on specific branches

 .gitlab-ci.yml                    |  6 ++++++
 automation/gitlab-ci/analyze.yaml | 22 +++++++++++++++++-----
 automation/gitlab-ci/build.yaml   | 11 -----------
 automation/gitlab-ci/test.yaml    |  5 -----
 automation/scripts/eclair         |  5 -----
 5 files changed, 23 insertions(+), 26 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-08-22  0:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-21  8:54 [XEN PATCH v2 0/2] automation: avoid unnecessary analyses Simone Ballarin
2023-08-21  8:54 ` [XEN PATCH v2 1/2] automation/eclair: avoid unintentional ECLAIR analysis Simone Ballarin
2023-08-22  0:45   ` Stefano Stabellini
2023-08-21  8:54 ` [XEN PATCH v2 2/2] automation: avoid pipelines on specific branches Simone Ballarin
2023-08-22  0:45   ` Stefano Stabellini

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.