History log of /php-src/.github/actions/test-linux/action.yml (Results 1 – 20 of 20)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f598b587 13-Jun-2024 Ilija Tovilo

Remove GitHub actions junit artifacts

Nobody looks at those, and nightly regularly fails due to uploading them.

Closes GH-14555


# 3e237ecf 08-Feb-2024 Peter Kokot

Remove remainings of recent oci extensions removal (#13352)

Following a4d64b2605f18d9d015fa3e69b7da87847e27662


# e209506b 31-Jan-2024 Tim Düsterhus

Update GitHub Action workflows to `actions/upload-artifact@v4` (#13297)

Keep this up to date in all non-security-only branches, because the node.js
runtime for older versions might get d

Update GitHub Action workflows to `actions/upload-artifact@v4` (#13297)

Keep this up to date in all non-security-only branches, because the node.js
runtime for older versions might get deprecated in the future and fixing this
for all branches at once is easier.

show more ...


# ace91ddd 21-Nov-2023 Ilija Tovilo

Reduce parallelism on frequently crashing jobs

Some jobs on GA apparently consume a lot of CPU resources, possibly hindering
communication between master and runner. This only seems to h

Reduce parallelism on frequently crashing jobs

Some jobs on GA apparently consume a lot of CPU resources, possibly hindering
communication between master and runner. This only seems to happen on Linux+ASAN
and macOS. For these jobs, keep one core idle.

Closes GH-12742

show more ...


# 3a544d15 16-Nov-2023 KentarouTakeda

Enable `pdo-firebird` Testing in Linux CI Environments (#12677)


# 2ca142ec 14-Nov-2023 Daniil Gentili

Improve jit tests

Closes GH-12425


# f42cef66 17-Oct-2023 武田 憲太郎

Fix pgsql and mysql tests on GitHub actions

The tests accidentally stopped running on PHP 8.3+.

Closes GH-12475


# 29fed1cf 13-Oct-2023 Ilija Tovilo

Remove redundant CI JIT flags

These flags are already set from run-tests.php.


# 2aa2d91a 12-Oct-2023 Ilija Tovilo

Reduce jit_max_root_traces in tests

This value would be so high, occupying 88MB of shm on my machine and effectively
disabling the JIT in some cases.

Co-authored-by: Daniil Gent

Reduce jit_max_root_traces in tests

This value would be so high, occupying 88MB of shm on my machine and effectively
disabling the JIT in some cases.

Co-authored-by: Daniil Gentili <daniil@daniil.it>

show more ...


# 098d9ca7 18-Sep-2023 Daniil Gentili

Trigger JIT tracing&compilation more often

Closes GH-12250


# 769f41bb 02-Oct-2023 Ilija Tovilo

Use separate sqlsrv dbs for different exts

This refers to pdo_dblib, pdo_odbc and odbc in particular.

Closes GH-12342


# 985511e9 07-Aug-2023 Máté Kocsis

Enable ext/odbc and ext/pdo_odbc tests on Linux in GitHub CI


# d98963a0 16-Sep-2022 Ilija Tovilo

Switch to Ubuntu 22.04 for GitHub actions jobs

Closes GH-10814


# a11c8a30 16-Dec-2022 Arnaud Le Blanc

Limit stack size (#9104)


# 75970077 30-Oct-2022 Ilija Tovilo

Migrate i386 to GitHub actions

Closes GH-9856


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23
# 92c8e796 24-Aug-2022 Máté Kocsis

Merge branch 'PHP-8.1'

* PHP-8.0:
Test oci8 & pdo_oci in CI


# c19116ff 24-Aug-2022 Michael Voříšek

Test oci8 & pdo_oci in CI

Closes GH-8348

Revision tags: php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3
# 0028c242 11-Aug-2022 Ilija Tovilo

Add --[no-]progress option to run-tests.php (#9255)

Previously, adding the -g argument would disable progress, even locally.
Now it needs to be disabled explicitly.

Revision tags: php-8.2.0beta2, php-8.1.9, php-8.0.22
# 53e71415 31-Jul-2022 Ilija Tovilo

Hide skipped tests in CI (#9163)

Revision tags: php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19, php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5, php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17, php-8.1.4RC1, php-8.0.17RC1, php-8.1.3, php-8.0.16, php-7.4.28
# 41461cf8 09-Feb-2022 Ilija Tovilo

Migrate CI to GitHub actions