Upgrades Ubuntu version for the x86 32-bit CI job to 18.04. We still have some tests failing on that -- tool.histogram.offline and common.decode (flaky); added them to ignore list for now as we want to upgrade ASAP before Ubuntu 16.04 jobs start failing on Github Actions.
The linux.clone-reset failure is a different existing issue. #4604
Other CI jobs have been updated to 20.04 already. But x86-32 has some more failures on 20.04; we use 18.04 for now so that we have to ignore lesser number of CI failure: https://github.com/DynamoRIO/dynamorio/pull/5108#issuecomment-922418914
Issue: #4953 (closed)
Activity
mentioned in merge request !2418 (merged)
mentioned in issue #5080 (closed)
After syncing to latest master, I see the following failures for Ubuntu 18.04 on 32-bit (remaining CI are all green):
2021-09-20T03:03:58.5307354Z ====> FAILURE in debug-internal-32 <==== 2021-09-20T03:03:58.5308422Z debug-internal-32: 347 tests passed, **** 4 tests failed, of which 3 were flaky, but ignoring 0 for i#2941: **** 2021-09-20T03:03:58.5309383Z code_api|tool.histogram.offline 2021-09-20T03:03:58.5310013Z code_api|api.detach_spawn_stress_FLAKY 2021-09-20T03:03:58.5310739Z code_api|api.static_maps_mixup_novars_FLAKY 2021-09-20T03:03:58.5311333Z code_api|api.static_sideline_FLAKY 2021-09-20T03:03:58.5312264Z release-external-32: build successful; no tests for this build
So only one test is blocking the update to 18.04:
code_api|tool.histogram.offline
mentioned in merge request !5108 (merged)
requested review from @derekbruening