Get IS_RELEASE_BRANCH from the ge_build_config template. |
|||||||
Issue descriptionSet IS_RELEASE_BRANCH by parsing the ge_build_config.json file.
,
Sep 20 2016
,
Sep 24 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/chromite/+/b8c1ddd25653188c07df1e0840ea5246909562e6 commit b8c1ddd25653188c07df1e0840ea5246909562e6 Author: Don Garrett <dgarrett@google.com> Date: Tue Sep 20 02:30:04 2016 chromeos_config: Use an instance of HWTestList. HWTestList contains a bunch of class methods for defining HWTests values. This CL converts those into member variables, and creates an instance of HWTestList which is passed to the methods which need it. This has no meaningful effect, but a later change will set values on the new HWTestList instance which will change the tests generated. BUG= chromium:647426 TEST=run_tests Change-Id: I70d70917a10ed7459d1784fa9b3678c22106018c Reviewed-on: https://chromium-review.googlesource.com/387268 Commit-Ready: Don Garrett <dgarrett@chromium.org> Tested-by: Don Garrett <dgarrett@chromium.org> Reviewed-by: Ningning Xia <nxia@chromium.org> [modify] https://crrev.com/b8c1ddd25653188c07df1e0840ea5246909562e6/cbuildbot/chromeos_config.py
,
Sep 24 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/chromite/+/2d823fa4b41777297f3708c69e9ea23e6c7ecdbc commit 2d823fa4b41777297f3708c69e9ea23e6c7ecdbc Author: Don Garrett <dgarrett@google.com> Date: Tue Sep 20 02:24:57 2016 chromeos_config: Discover IS_RELEASE_CHANNEL. IS_RELEASE_CHANNEL was a global variable in chromeos_config that had to be manually updated whenever a new release branch was created. It will now automatically discover the correct value based on data sent to use from GE. BUG= chromium:647426 TEST=run_tests Change-Id: I9c23dc51563c61353b27bb0fec2d31a8d55c16eb Reviewed-on: https://chromium-review.googlesource.com/387269 Commit-Ready: Don Garrett <dgarrett@chromium.org> Tested-by: Don Garrett <dgarrett@chromium.org> Reviewed-by: Ningning Xia <nxia@chromium.org> [modify] https://crrev.com/2d823fa4b41777297f3708c69e9ea23e6c7ecdbc/cbuildbot/config_lib.py [modify] https://crrev.com/2d823fa4b41777297f3708c69e9ea23e6c7ecdbc/cbuildbot/chromeos_config_unittest.py [modify] https://crrev.com/2d823fa4b41777297f3708c69e9ea23e6c7ecdbc/cbuildbot/chromeos_config.py
,
Jan 26 2017
,
Apr 17 2017
,
May 30 2017
,
Aug 1 2017
,
Oct 14 2017
|
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 by nxia@chromium.org
, Sep 20 2016