Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143451044
D36257.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
872 B
Referenced Files
None
Subscribers
None
D36257.diff
View Options
diff --git a/.cirrus.yml b/.cirrus.yml
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -189,3 +189,30 @@
post_script:
- df -m
- du -m -s /usr/obj
+
+precommit_task:
+ matrix:
+ - name: amd64 smoke test using internal ci systems
+ only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
+ 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/.*'
+ env:
+ TARGET: arm64
+ TARGET_ARCH: aarch64
+ timeout_in: 120m
+
+ setup_script:
+ - uname -a
+ - gpart show
+ - df -m
+ - pkg --version
+
+ ci_script:
+ - make -C tests/ci TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} CITYPE=smoke ci
+
+ post_script:
+ - df -m
+ - du -m -s /usr/obj
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 3:03 PM (15 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28119500
Default Alt Text
D36257.diff (872 B)
Attached To
Mode
D36257: Pre-commit CI with CIRRUS-CI
Attached
Detach File
Event Timeline
Log In to Comment