Skip to content

Drop support for FreeBSD 13.2 CI #4065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Drop support for FreeBSD 13.2 CI #4065

merged 1 commit into from
Jun 12, 2024

Conversation

embg
Copy link
Contributor

@embg embg commented Jun 3, 2024

It seems like Cirrus CI doesn't support FreeBSD 13.2 right now. This is causing our CI jobs to fail. This PR drops 13.2 support and keeps support for 14.0, which works fine in CI.

Example failing job: https://github.com/facebook/zstd/runs/25742617625

Example error message:

"message": "The resource 'projects/freebsd-org-cloud-dev/global/images/family/freebsd-13-2' was not found",

@Cyan4973
Copy link
Contributor

Cyan4973 commented Jun 3, 2024

Thanks for trying to keep the CI clean @embg !

I've been looking into this issue,
especially as we recently dropped freebsd-12 support because Cirrus-CI deprecated it.

But, according to Cirrus-CI documentation, freebsd-13.2 is still a valid target:
https://cirrus-ci.org/guide/FreeBSD/

I haven't found any announcement that states that freebsd-13.2 is deprecated or will soon be.

Unfortunately, such kind of issues happen from time to time, CI tests are not as stable as they should. When it does, we have little other solution than to wait, hoping it's a transient issue that's getting fixed.

That being said, we are not that dependent on FreeBSD-13.2 specifically. What we care about is to have at least one FreeBSD target tested. And we still have FreeBSD-14.

Consequently, we could give Cirrus CI a bit more time to get it fixed, say, a few more days. And if it isn't well, let's drop it, it's not an "important" test (given we also have another FreeBSD test working fine).

@Cyan4973
Copy link
Contributor

It's been a few days and FreeBSD 13.2 is still not fixed,
let's drop it.

@Cyan4973 Cyan4973 merged commit 7ddf633 into facebook:dev Jun 12, 2024
93 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants