git: 7d947ad81079 - stable/13 - Cirrus-CI: hide manual tasks from official runs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 16:01:43 UTC
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