Date: Mon, 5 Jun 2023 16:01:43 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7d947ad81079 - stable/13 - Cirrus-CI: hide manual tasks from official runs Message-ID: <202306051601.355G1hVe065666@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=7d947ad810791fa4fa11ce9b63308e8205cd5ccc commit 7d947ad810791fa4fa11ce9b63308e8205cd5ccc Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-05-11 15:16:51 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-06-05 14:35:15 +0000 Cirrus-CI: hide manual tasks from official runs Sponsored by: The FreeBSD Foundation (cherry picked from commit 9244506a1b314d9ad5bcb1bd5cc0b75939464174) --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index eeb4bf83fb07..1c6bb1d8e5a4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -22,12 +22,14 @@ task: TARGET_ARCH: amd64 TOOLCHAIN_PKG: llvm15 - name: World and kernel arm64 build and boot smoke test + only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' trigger_type: manual env: TARGET: arm64 TARGET_ARCH: aarch64 TOOLCHAIN_PKG: llvm15 - name: World and kernel gcc12 amd64 build and boot smoke test (manual) + only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' trigger_type: manual env: TARGET: amd64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306051601.355G1hVe065666>