diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5264a3d290fac..20519261e537b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -9,7 +9,6 @@ on: - '**/README.*' - CONTRIBUTING.md - CODING_STANDARDS.md - - .cirrus.yml - .travis.yml - travis/* - .circleci/* @@ -27,7 +26,6 @@ on: - '**/README.*' - CONTRIBUTING.md - CODING_STANDARDS.md - - .cirrus.yml - .travis.yml - travis/* - .circleci/* diff --git a/docs/release-process.md b/docs/release-process.md index 4e543300d4bf6..0c5592fee01e2 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -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 diff --git a/ext/standard/tests/file/disk_free_space_basic.phpt b/ext/standard/tests/file/disk_free_space_basic.phpt index d9d1f1d583a0f..1590b71123f93 100644 --- a/ext/standard/tests/file/disk_free_space_basic.phpt +++ b/ext/standard/tests/file/disk_free_space_basic.phpt @@ -3,7 +3,6 @@ Test disk_free_space and its alias diskfreespace() functions : basic functionali --SKIPIF-- --INI-- memory_limit=32M diff --git a/sapi/cli/tests/upload_2G.phpt b/sapi/cli/tests/upload_2G.phpt index 1cf883cd9d3aa..154769851a255 100644 --- a/sapi/cli/tests/upload_2G.phpt +++ b/sapi/cli/tests/upload_2G.phpt @@ -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"); }