Changeset View
Changeset View
Standalone View
Standalone View
.cirrus.yml
| Show First 20 Lines • Show All 188 Lines • ▼ Show 20 Lines | task: | ||||
| post_script: | post_script: | ||||
| - df -m | - df -m | ||||
| - du -m -s /usr/obj | - du -m -s /usr/obj | ||||
| precommit_task: | precommit_task: | ||||
| matrix: | matrix: | ||||
| - name: amd64 smoke test using internal ci systems | - name: amd64 smoke test using internal ci systems | ||||
| only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*' | only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*' | ||||
| trigger_type: manual | |||||
| env: | env: | ||||
| TARGET: amd64 | TARGET: amd64 | ||||
| TARGET_ARCH: amd64 | TARGET_ARCH: amd64 | ||||
| - name: aarch64 smoke test using internal ci systems | - name: aarch64 smoke test using internal ci systems | ||||
| only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*' | only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*' | ||||
| trigger_type: manual | |||||
| env: | env: | ||||
| TARGET: arm64 | TARGET: arm64 | ||||
| TARGET_ARCH: aarch64 | TARGET_ARCH: aarch64 | ||||
| timeout_in: 120m | timeout_in: 120m | ||||
| setup_script: | setup_script: | ||||
| - uname -a | - uname -a | ||||
| - gpart show | - gpart show | ||||
| Show All 9 Lines | |||||