The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 147dac0facde4bb9bfa62e91be1f37721ebc1a7c / Jarek Potiuk <[email protected]> Increase parallelism for MSSQL tests on self-hosted runners The #31704 introduced limit for MSSQL tests to run maximum 1 test in parallel for public runners, and used the number of CPUS to determine parallelism for self-hosted runners. However, the selective check runs on the public runners now, so it will set the parallelism to 2 because this is the number of CPUS the public runners have. Since we know that our self-hosted runners have 8 CPUS, we should rather hard-code the parallelism to 8 in this case. Report URL: https://github.com/apache/airflow/actions/runs/5221346271 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
