In order to address the TASK_BOT died errors, we downgraded from Ubuntu 24 to Ubuntu 22. This rolled out slowly on Nov 4th and uncovered some test failures on the dashboard. These failures appear around many of the Android tests which do not include ninja / cmake / clang in their dependencies list of ci.yaml.
Updating multiple locations in: #178054
{"dependency": "clang", "version": "git_revision:5d5aba78dbbee75508f01bcaa69aedb2ab79065a"},
{"dependency": "cmake", "version": "build_id:8787856497187628321"},
{"dependency": "ninja", "version": "version:1.9.0"}
This has the tools installed in the cache on the CI machines and appear to fix the issue.
Outstanding issue: Linux web_skwasm_tests_2 appears to be failing with a chrome conneciton.
In order to address the TASK_BOT died errors, we downgraded from Ubuntu 24 to Ubuntu 22. This rolled out slowly on Nov 4th and uncovered some test failures on the dashboard. These failures appear around many of the Android tests which do not include ninja / cmake / clang in their dependencies list of ci.yaml.
Updating multiple locations in: #178054
This has the tools installed in the cache on the CI machines and appear to fix the issue.
Outstanding issue: Linux web_skwasm_tests_2 appears to be failing with a chrome conneciton.