mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
.cirrus.yml: Add persistent worker
As we have received an external box sponsored by NetActuate we can now enable the pre-commit tasks to be run in this box. Once we have enabled this debug if there are any errors and after confirmation we can enable this for other tasks too. Sponsored by: NetActuate Sponsored by: The FreeBSD Foundation Approved by: emaste, lwhsu Differential Revision: https://reviews.freebsd.org/D54220
This commit is contained in:
parent
3527e7e9f7
commit
41e9414e26
1 changed files with 3 additions and 2 deletions
|
|
@ -191,16 +191,17 @@ task:
|
|||
- du -m -s /usr/obj
|
||||
|
||||
precommit_task:
|
||||
persistent_worker:
|
||||
labels:
|
||||
jail: FreeBSD-src
|
||||
matrix:
|
||||
- name: amd64 smoke test using internal ci systems
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
|
||||
trigger_type: manual
|
||||
env:
|
||||
TARGET: amd64
|
||||
TARGET_ARCH: amd64
|
||||
- name: aarch64 smoke test using internal ci systems
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
|
||||
trigger_type: manual
|
||||
env:
|
||||
TARGET: arm64
|
||||
TARGET_ARCH: aarch64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue