summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
AgeCommit message (Collapse)Author
2023-10-04patch 9.0.1979: Cirrus CI disabledv9.0.1979zeertzjq
Problem: Cirrus CI disabled Solution: re-enable Cirrus CI Ref patch 9.0.1912: > Perhaps at the beginning of the next month we can revisit and enable > just a build without testing it. Hopefully this is won't take too > many credits and we can at least verify that building works. Actually enabling testing should be fine. In the last month there were three Cirrus CI jobs and credits ran out on Sep 15, but now there is only one Cirrus CI job, so credits shouldn't run out. closes: #13261 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
2023-09-19patch 9.0.1912: Cirrus-CI running out of creditsv9.0.1912Christian Brabandt
Problem: Cirrus-CI running out of credits Solution: disable Cirrus-CI for now We are running out of credits for Cirrus CI already at the middle of the month and unfortunately this means our CI now consistently fails. This all hapens because cirrus ci is not enforcing the free-tier limits (see also https://cirrus-ci.org/blog/2023/07/17/limiting-free-usage-of-cirrus-ci/). Perhaps at the beginning of the next month we can revisit and enable just a build without testing it. Hopefully this is won't take too many credits and we can at least verify that building works. Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-17patch 9.0.1904: Cirrus-CI fails because we have used all creditsv9.0.1904dundargoc
Problem: Cirrus-CI fails because we have used all credits Solution: Remove FreeBSD 13.1 and MacOS M1 Cirrus CI has started introducing monthly limits. Vim has exceeded the monthly limit which means our CI unfortunately starts to fail. So let's remove some CI tasks, so that in the future we won't run out of credits so fast. closes: #13108 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: dundargoc <gocdundar@gmail.com>
2023-09-10patch 9.0.1892: CI: no FreeBSD 14 supportv9.0.1892Philip H
Problem: CI: no FreeBSD 14 support Solution: Drop support for FreeBSD 12, add FreeBSD 14 closes: #13059 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
2023-08-11.cirrus.yml: skip pkg update for FreeBSD 13.1 (#12767)Philip H
2023-04-13patch 9.0.1448: diff test fails on MacOS 13v9.0.1448ichizok
Problem: Diff test fails on MacOS 13. Solution: Install GNU diffutils. (Ozaki Kiichi, closes #12258)
2022-12-06patch 9.0.1024: CI doesn't use the latest FreeBSD versionv9.0.1024Philip H
Problem: CI doesn't use the latest FreeBSD version. Solution: Go from 12.3 to 12.4. (closes #11423)
2022-10-06patch 9.0.0676: CI on Mac M1 with gcc actually uses clangv9.0.0676ichizok
Problem: CI on Mac M1 with gcc actually uses clang. Solution: Remove the gcc task. (Ozaki Kiichi, closes #11297)
2022-10-05patch 9.0.0668: CI on Mac M1 only uses clangv9.0.0668Philip H
Problem: CI on Mac M1 only uses clang Solution: Also run with gcc. (closes #11263)
2022-09-26patch 9.0.0596: CI on Mac M1 has the channel feature disabledv9.0.0596Philip H
Problem: CI on Mac M1 has the channel feature disabled. Solution: Include the channel feature.
2022-09-24patch 9.0.0580: no CI running for MacOS on M1v9.0.0580Philip H
Problem: No CI running for MacOS on M1. Solution: Add a cirrus CI task. (closes #11203)
2022-05-06patch 8.2.4889: CI only tests with FreeBSD 12v8.2.4889Philip H
Problem: CI only tests with FreeBSD 12. Solution: Also test with FreeBSD 13. (closes #10366)
2022-05-01patch 8.2.4853: CI with FreeBSD is a bit outdatedv8.2.4853Philip H
Problem: CI with FreeBSD is a bit outdated. Solution: Use 12.3 instead of 12.1. (closes #10333)
2020-12-18patch 8.2.2158: CI on cirrus times out, coveralls doesn't always runv8.2.2158Bram Moolenaar
Problem: CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)
2020-08-01patch 8.2.1340: some tests fail on Cirrus CI and/or with FreeBSDv8.2.1340Bram Moolenaar
Problem: Some tests fail on Cirrus CI and/or with FreeBSD. Solution: Make 'backupskip' empty. Do not run tests as root. Check for directory when using viminfo. (Ozaki Kiichi, closes #6596)
2020-05-06patch 8.2.0705: indent tests don't run on CI for FreeBSDv8.2.0705Bram Moolenaar
Problem: Indent tests don't run on CI for FreeBSD. Solution: Set modeline. (Ozaki Kiichi, closes #6048)
2019-11-29patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar
Problem: Tests fail on Cirrus CI for FreeBSD. Solution: Fix a test and skip some. (Christian Brabandt, closes #5281)
2019-11-28patch 8.1.2354: Cirrus CI runs on another repositoryv8.1.2354Bram Moolenaar
Problem: Cirrus CI runs on another repository. Solution: Run Cirrus CI on vim/vim.
2019-11-27patch 8.1.2352: CI doesn't cover FreeBSDv8.1.2352Bram Moolenaar
Problem: CI doesn't cover FreeBSD. Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273)