From 9244506a1b314d9ad5bcb1bd5cc0b75939464174 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 11 May 2023 11:16:51 -0400 Subject: [PATCH] Cirrus-CI: hide manual tasks from official runs Sponsored by: The FreeBSD Foundation --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 9d97ca74e75b..ea3683c1169d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -21,12 +21,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