Skip to content

CI: remove leftover Cirrus CI references #17055

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- '**/README.*'
- CONTRIBUTING.md
- CODING_STANDARDS.md
- .cirrus.yml
- .travis.yml
- travis/*
- .circleci/*
Expand All @@ -27,7 +26,6 @@ on:
- '**/README.*'
- CONTRIBUTING.md
- CODING_STANDARDS.md
- .cirrus.yml
- .travis.yml
- travis/*
- .circleci/*
Expand Down
1 change: 0 additions & 1 deletion docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ explained at the end of this document in

- https://travis-ci.com/github/php/php-src
- https://dev.azure.com/phpazuredevops/PHP/
- https://cirrus-ci.com/github/php/php-src

It is recommended to do so a couple of days before the packaging day, to
have enough time to investigate failures, communicate with the authors and
Expand Down
1 change: 0 additions & 1 deletion ext/standard/tests/file/disk_free_space_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Test disk_free_space and its alias diskfreespace() functions : basic functionali
--SKIPIF--
<?php
if (getenv("TRAVIS") === "true") die("skip inaccurate on TravisCI");
if (getenv('CIRRUS_CI')) die('skip Inaccurate on Cirrus');
?>
--INI--
memory_limit=32M
Expand Down
2 changes: 0 additions & 2 deletions sapi/cli/tests/upload_2G.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ if (getenv('TRAVIS')) {
die("skip Fails intermittently on travis");
}

if (getenv('CIRRUS_CI')) die('skip Fails on Cirrus');

if (getenv('SKIP_PERF_SENSITIVE')) {
die("skip Test may be very slow if PHP is instrumented");
}
Expand Down
Loading