aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-05-11 15:16:51 +0000
committerEd Maste <emaste@FreeBSD.org>2023-05-11 18:20:43 +0000
commit9244506a1b314d9ad5bcb1bd5cc0b75939464174 (patch)
tree3f5600920cc834f3d78d2f359f374d11f6ab4c5d /.cirrus.yml
parent90951695207fb974ddc3493049812d5bf2131468 (diff)
downloadsrc-9244506a1b314d9ad5bcb1bd5cc0b75939464174.tar.gz
src-9244506a1b314d9ad5bcb1bd5cc0b75939464174.zip
Cirrus-CI: hide manual tasks from official runs
Sponsored by: The FreeBSD Foundation
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 2 insertions, 0 deletions
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