multiple infra failures happening on ios-simulator |
|||
Issue description
Many steps are failing on ios-simulator with the error:
{
"step_text": "ReplayPathNotFoundError: Replay path does not exist: /b/s/w/ir/<(replay-path)"
}
Sample failed build: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/ios-simulator/38265
,
Oct 12
Looks like https://chromium-review.googlesource.com/c/chromium/tools/build/+/1272236 is the cause. Reverting.
,
Oct 12
FWIW, https://chromium-review.googlesource.com/c/chromium/src/+/1263557 causes a failure for WebRTC as well but https://chromium-review.googlesource.com/c/chromium/tools/build/+/1272236 alone does not
,
Oct 12
Re #3: I think the tools/build change exposes the bug. The webrtc bots should roll green after the revert is deployed.
,
Oct 12
I believe so also. The tools/build change passes some new flags to the test_runner (for a new test I'm implementing), and the template for these flags is not being filled out properly for some tests. This causes the test_runner to use the wrong simulator and the above failure. Reverting the tools/build change will cause the flags in test_runner to revert to their proper default value for all tests and preserve old behavior.
,
Oct 12
Latest build is green: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/ios-simulator/38268 |
|||
►
Sign in to add a comment |
|||
Comment 1 by bpastene@chromium.org
, Oct 12