On Mon, Nov 14, 2022 at 12:05:48PM +0000, Daniel P. Berrangé wrote:
Two notable changes:
* the macOS platform has switched from x86_64 to aarch64
* if a new pipeline starts before a previous one finishes,
jobs marked 'interruptible: true' will be auto-cancelled
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
NB: the macOS changes are pending on approval of:
https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/333
ci/gitlab.yml | 1 +
ci/gitlab/build-templates.yml | 37 ++++++++++++++++++-------------
ci/gitlab/builds.yml | 6 ++---
ci/gitlab/container-templates.yml | 1 +
ci/gitlab/sanity-checks.yml | 1 +
ci/manifest.yml | 2 +-
6 files changed, 28 insertions(+), 20 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>