mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
We override `PARALLEL_TESTS`, because kola run with PARALLEL_TESTS >= 4 causes the tests to provision >= 12 ARM servers at the same time. As the da11 region does not have that many free ARM servers, the whole tests will fail. With PARALLEL_TESTS=2 the total number of servers stays < 10. In addition, we override `timeout` to 10 hours, because it takes more than 8 hours to run all tests only with 2 tests in parallel.