[Findit] Try jobs for WebKit Mac10.10 and WebKit Mac10.11 failed |
|||
Issue descriptionFor flake try jobs, they didn't compile Examples: https://ci.chromium.org/p/chromium/builders/luci.chromium.findit/findit_variable/4062 https://ci.chromium.org/p/chromium/builders/luci.chromium.findit/findit_variable/4058 For test try jobs, they failed at analyze step: Example: https://ci.chromium.org/p/chromium/builders/luci.chromium.findit/findit_variable/3232 https://ci.chromium.org/p/chromium/builders/luci.chromium.findit/findit_variable/3233
,
Jun 12 2018
After doing some debugging, it seems there is a mismatch in https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/findit/api.py?rcl=db09bfd88610eccb25fb2677fe009db1ba0dad81&l=179 `test.name` as returned by chromium_tests.get_test is "webkit_layout_tests on (none) GPU on Mac" whereas the requested test is just "webkit_layout_tests" (as indicated in the property) Chan will continue to look into this.
,
Jun 13 2018
The reason for flake try jobs don't compile is what robertocn@ described in comment#2. A fix for that is coming. The reason for the failed analyze step is because the os dimensions for WebKit Mac Builder and WebKit Mac Builder (dbg) need to be updated (Mac 10.11 to Mac 10.12). I have manually changed it in config. And later robertocn@ will have a change to dynamically update the mapping.
,
Jun 15 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build/+/c5732354f108a350f73a9a8dea2b1d906aa1a22c commit c5732354f108a350f73a9a8dea2b1d906aa1a22c Author: Chan <chanli@chromium.org> Date: Fri Jun 15 01:02:28 2018 [Findit] Use canonical step name when look for requested tests to run. Bug: 852114 Change-Id: Iaf81572af78008130e5d371c0983e2238a005fdf Reviewed-on: https://chromium-review.googlesource.com/1100038 Reviewed-by: John Budorick <jbudorick@chromium.org> Reviewed-by: Shuotao Gao <stgao@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org> [modify] https://crrev.com/c5732354f108a350f73a9a8dea2b1d906aa1a22c/scripts/slave/recipe_modules/findit/api.py [modify] https://crrev.com/c5732354f108a350f73a9a8dea2b1d906aa1a22c/scripts/slave/recipe_modules/chromium_tests/steps.py
,
Jun 15 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by chanli@chromium.org
, Jun 12 2018Owner: robert...@chromium.org
Status: Assigned (was: Available)