Closed
Description
Currently, GitHub workflow integration-tests.yml
has very different performance on one runner compared to the others:
- 'ubuntu-latest' (in an Alpine Linux Docker container) 120 mins
- 'macos-13' 42 mins
- 'windows-latest' 39 mins (skips some tests)
and, on AArch64:
- `macos-latest' 23 mins
'ubuntu-latest' v 'macos-13' has some stark contrasts, the worst example being:
4783-doctest-deps
548 seconds v 39 seconds
Could something be going wrong with caching?