I think that this will involve:
- Removing Linux WebKit Precise and linux_precise_blink_rel
- Changing the name and version for the ASAN, MSAN, Leak and debug builders on chromium.webkit and tryserver.blink from Precise to Trusty
- Updating the related recipe/recipe_module config
- Updating src/tools/mb/mb_config.pyl
- Possibly updating the version used by the android builders?
- Some references to linux_precise_blink_rel will also be have to be updated
And, in the Blink codebase:
- Removing the linux-precise layout test port
- Removing the linux-precise baselines
Perhaps this could be done in a several separate parts (not necessarily exactly this order, but some steps have order dependencies):
1. Update any references to linux_precise_blink_rel to point to linux_trusty_blink_rel
2. Add entries in src/tools/mb/mb_config.pyl for ASAN, MSAN, Leak and debug trusty builders
3. Remove the linux-precise port and entries in webkitpy/common/config/builders.py
4. Remove Linux WebKit Precise and linux_precise_blink_rel
5. Update the ASAN, MSAN, Leak and debug Precise builders to Trusty, including recipe changes
6. Remove the linux-precise baselines
Comment 1 by qyears...@chromium.org
, Oct 28 2016