#
706e51ad |
| 28-Nov-2023 |
Ilija Tovilo |
Fix travis_wait It seems travis_wait is broken. Output skipped tests to avoid the timeout. Closes GH-12822 |
#
e3a6dc12 |
| 18-Oct-2023 |
Ilija Tovilo |
[skip ci] Set travis_wait timeout to 60m This was already done for master, but for some reason not for lower branches. |
#
1e434fbc |
| 15-Mar-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Move ARM64 build to Cirrus
|
#
ccca5972 |
| 06-Mar-2023 |
Ilija Tovilo |
Move ARM64 build to Cirrus Travis is very unreliable lately Closes GH-10795 |
#
8c20ad10 |
| 25-Sep-2022 |
Ilija Tovilo |
Add travis_wait to travis for test.sh We no longer print skipped tests which can make travis fail due to no output for longer than 20 minutes. |
#
7eec57c2 |
| 16-Jun-2021 |
Nikita Popov |
Test ARM64 JIT on Travis (#7157) Run tests with tracing JIT, function JIT and tracing JIT under --repeat 2. As the overall build with three test runs only takes ~15m, I'm enabling t
Test ARM64 JIT on Travis (#7157) Run tests with tracing JIT, function JIT and tracing JIT under --repeat 2. As the overall build with three test runs only takes ~15m, I'm enabling this unconditionally, rather than just for nightly builds.
show more ...
|
#
7aa0d743 |
| 11-Jun-2021 |
Nikita Popov |
Use non-cron builds on travis Per https://docs.travis-ci.com/user/billing-overview/#partner-queue-solution it's possible to use arm64, ppc64le and s390x without consuming credits, as
Use non-cron builds on travis Per https://docs.travis-ci.com/user/billing-overview/#partner-queue-solution it's possible to use arm64, ppc64le and s390x without consuming credits, as these are part of "Partner Queue Solution". Try running these jobs unconditionally, rather than as cron jobs. This also requires switching from arm64-graviton2 back to arm64, as this doesn't seem to extend to arm64-graviton2.
show more ...
|
#
4a68067c |
| 25-May-2021 |
Janakarajan Natarajan <68447808+janaknat@users.noreply.github.com> |
Use arm64-graviton2 on Travis (#7016) |
#
d0fd118f |
| 15-Apr-2021 |
Nikita Popov |
Remove AMD64 jobs from Travis We're only interested in the ARM64 and S390X jobs, x86 is already extensively tested on Azure. |
#
8b281e5b |
| 27-Nov-2020 |
Nikita Popov |
Only use travis for cron jobs Our primary CI has been Azure Pipelines for a while now already. Travis was primarily retained as a) a fast feedback builder and b) to test architecture
Only use travis for cron jobs Our primary CI has been Azure Pipelines for a while now already. Travis was primarily retained as a) a fast feedback builder and b) to test architectures not available elsewhere. Due to Travis CI open source policy changes, Travis is no longer useful as a fast feedback builder. As such, only use it for cron job builds.
show more ...
|
#
9f074a5c |
| 21-Sep-2020 |
Nikita Popov |
Move arm64 job to cron As we're branching soon, reduce the number of jobs we run on each commit, so that Travis can keep up with its role as the fast feedback build. |
#
edc8dec6 |
| 04-Sep-2020 |
Nikita Popov |
Reenable s390x on travis Only enable it for cron builds. We don't need to run exotic architectures on every commit and PR. Closes GH-6076. |
#
c0d6b05b |
| 04-Sep-2020 |
Nikita Popov |
Update travis to bionic |
#
069bd49b |
| 05-Aug-2020 |
Nikita Popov |
Temporarily disable s390x job These aren't getting scheduled and just keep hogging jobs so nothing else gets scheduled either. |
#
0e0c608c |
| 29-Apr-2020 |
Nikita Popov |
Merge branch 'PHP-7.4' * PHP-7.4: Reduce test parallelism on ARM64 CI
|
#
7e14e033 |
| 21-Apr-2020 |
Nikita Popov |
Reduce test parallelism on ARM64 CI Let's go from 32 to 16 parallel jobs. We can reduce this further if necessary. Closes GH-5426. |
#
850feffa |
| 12-Apr-2020 |
George Peter Banyard |
Add S390X architecture as a Travis job This gives us a way to compile and test a big endian architecture. Closes GH-5382. |
#
7fc29c99 |
| 24-Feb-2020 |
Nikita Popov |
Merge branch 'PHP-7.4' * PHP-7.4: Enable ext/sodium in CI Add skipif for argon2id in test
|
#
2d15845a |
| 24-Feb-2020 |
Nikita Popov |
Enable ext/sodium in CI |
#
0aad7999 |
| 23-Feb-2020 |
George Peter Banyard |
Update Travis build config The sudo key is deprecated and doesn't do anything anymore. Adding the "os" key with default value "linux" which was assumed to the build config. |
Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1, php-7.4.0RC5 |
|
#
75279b50 |
| 25-Oct-2019 |
Nikita Popov |
Merge branch 'PHP-7.4' * PHP-7.4: Add ARM64 CI to Travis
|
#
bd379df4 |
| 23-Oct-2019 |
Nikita Popov |
Add ARM64 CI to Travis We need to install a number of additional packages that are installed by default on the AMD64 workers. We also have to manually set up the MySQL user.
Add ARM64 CI to Travis We need to install a number of additional packages that are installed by default on the AMD64 workers. We also have to manually set up the MySQL user. For now we don't set up Postgres -- if anyone wants to figure that out, it would be great ;) Log redirections in compile.sh are removed, because /dev/stdout is not accessible. We don't see to use this anyway.
show more ...
|
#
711e2a12 |
| 25-Oct-2019 |
Nikita Popov |
Merge branch 'PHP-7.4' * PHP-7.4: Check class linking in VERIFY_RETURN_TYPE optimization Simplify travis setup scripts
|
#
a8b4e40f |
| 25-Oct-2019 |
Nikita Popov |
Simplify travis setup scripts Reduce duplication. |
Revision tags: php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3 |
|
#
202158e2 |
| 24-Sep-2019 |
Gabriel Caruso |
Merge branch 'PHP-7.4' * PHP-7.4: Use nproc instead of hardcoded number
|