Skip to content

Commit 676d64e

Browse files
committed
.cirrus.yml: Reenable CI with pre-commit CI scripts
These CI works were disabled as we had been suppressing build logs for developers running CI. That has been addressed by adding a new variable called CIENV. So reenable the tests. Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D51178 Event: Oslo Hackthon 202508
1 parent 932cf5f commit 676d64e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,11 @@ precommit_task:
194194
matrix:
195195
- name: amd64 smoke test using internal ci systems
196196
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
197-
trigger_type: manual
198197
env:
199198
TARGET: amd64
200199
TARGET_ARCH: amd64
201200
- name: aarch64 smoke test using internal ci systems
202201
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
203-
trigger_type: manual
204202
env:
205203
TARGET: arm64
206204
TARGET_ARCH: aarch64
@@ -213,7 +211,7 @@ precommit_task:
213211
- pkg --version
214212

215213
ci_script:
216-
- make -C tests/ci TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} CITYPE=smoke ci
214+
- make -C tests/ci TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} CIENV=cirrus CITYPE=smoke ci
217215

218216
post_script:
219217
- df -m

0 commit comments

Comments
 (0)