diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-09-19 14:09:48 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-09-21 13:34:30 +0000 |
| commit | 2b8bfdcad1f46076eaf40938634538fbcb13cb1c (patch) | |
| tree | d2f3951a3262dbd9386a20ead18181ecfddc4552 | |
| parent | 66e7f048f0c8e9e726738fadd9dc819bfda3cbfe (diff) | |
Revert ".cirrus.yml: Reenable CI with pre-commit CI scripts"
This reverts commit 676d64ee8327851063d92d0dd6a4ceee6b3a25e6.
These tests take a combined 3h to run and are consuming our montly
Cirrus-CI credits in short order, before failing.
In the PR markj reports that the failure appeared somewhere between:
good: da64f6e047b5f6cd9b9e8450d19072cb0b6e44d0
bad: b197d2abcb6895d78bc9df8404e374397aa44748
Unfortunately, even after we find the offending commit and have a fix we
still do not have sufficient monthly compute credit. Disable these
tests for now, pending a solution to both issues.
PR: 289696
Reviewed by: ngie
Differential Revision: https://reviews.freebsd.org/D52618
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 9ed08d750e2f..84efa04f1ccb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -194,11 +194,13 @@ precommit_task: 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 |
