#
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
|
#
2ca142ec |
| 14-Nov-2023 |
Daniil Gentili |
Improve jit tests Closes GH-12425
|
#
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 ...
|
#
234648e4 |
| 03-Oct-2023 |
Ilija Tovilo |
Add missing jitType input for test-macos action
|
#
098d9ca7 |
| 18-Sep-2023 |
Daniil Gentili |
Trigger JIT tracing&compilation more often Closes GH-12250
|
#
a11c8a30 |
| 16-Dec-2022 |
Arnaud Le Blanc |
Limit stack size (#9104)
|
#
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 ...
|
#
734afa0b |
| 13-Oct-2023 |
Ilija Tovilo |
Fix JIT on nightly The JIT was accidentally disabled in nightly on lower branches because jit_buffer_size woudln't be passed from nightly.yml on master anymore.
|
#
36a87e6d |
| 04-Oct-2023 |
Ilija Tovilo |
Minimal backport of 098d9ca
|
#
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.
|
#
53e71415 |
| 31-Jul-2022 |
Ilija Tovilo |
Hide skipped tests in CI (#9163)
|
#
41461cf8 |
| 09-Feb-2022 |
Ilija Tovilo |
Migrate CI to GitHub actions
|