The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 4e265812d34c322c0a3a08bb771f1eb89b49808e / Jarek Potiuk <[email protected]> Increase parallelism for MSSQL tests on self-hosted runners (#31815) 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/5223926251 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
