Skip to content

Commit a059c2c

Browse files
committed
CI: remove leftover Cirrus CI references
Follow-up to php#16822, now that php-src no longer uses Cirrus CI, some small leftover references to Cirrus CI and some tests that were skipped on Cirrus CI can now be adjusted.
1 parent b263f35 commit a059c2c

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- '**/README.*'
1010
- CONTRIBUTING.md
1111
- CODING_STANDARDS.md
12-
- .cirrus.yml
1312
- .travis.yml
1413
- travis/*
1514
- .circleci/*
@@ -27,7 +26,6 @@ on:
2726
- '**/README.*'
2827
- CONTRIBUTING.md
2928
- CODING_STANDARDS.md
30-
- .cirrus.yml
3129
- .travis.yml
3230
- travis/*
3331
- .circleci/*

docs/release-process.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ explained at the end of this document in
3232

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

3736
It is recommended to do so a couple of days before the packaging day, to
3837
have enough time to investigate failures, communicate with the authors and

ext/standard/tests/file/disk_free_space_basic.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Test disk_free_space and its alias diskfreespace() functions : basic functionali
33
--SKIPIF--
44
<?php
55
if (getenv("TRAVIS") === "true") die("skip inaccurate on TravisCI");
6-
if (getenv('CIRRUS_CI')) die('skip Inaccurate on Cirrus');
76
?>
87
--INI--
98
memory_limit=32M

sapi/cli/tests/upload_2G.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ if (getenv('TRAVIS')) {
3636
die("skip Fails intermittently on travis");
3737
}
3838

39-
if (getenv('CIRRUS_CI')) die('skip Fails on Cirrus');
40-
4139
if (getenv('SKIP_PERF_SENSITIVE')) {
4240
die("skip Test may be very slow if PHP is instrumented");
4341
}

0 commit comments

Comments
 (0)