fix: drop Cirrus CI (going away June 1, 2026) (#2817)
* fix: drop Cirrus CI (going away June 1, 2026) Signed-off-by: Henry Schreiner <henryfs@princeton.edu> * Restore missing note * Update CI services documentation for Cirrus CI Removed official support for Cirrus CI due to end-of-life. --------- Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
This commit is contained in:
@@ -42,11 +42,7 @@ if "ANDROID_HOME" not in os.environ:
|
||||
|
||||
# Fail if we're on a CI service which is supposed to have the Android SDK
|
||||
# pre-installed; otherwise skip the module.
|
||||
if (
|
||||
("CIRRUS_CI" in os.environ and platform.system() == "Darwin")
|
||||
or "GITHUB_ACTIONS" in os.environ
|
||||
or "TF_BUILD" in os.environ
|
||||
):
|
||||
if "GITHUB_ACTIONS" in os.environ or "TF_BUILD" in os.environ:
|
||||
pytest.fail(msg)
|
||||
else:
|
||||
pytest.skip(msg, allow_module_level=True)
|
||||
|
||||
Reference in New Issue
Block a user