commit | 1e01a7cff36f139f22bbac5b6b56c7571fbc27fe | [log] [tgz] |
---|---|---|
author | Amin Hassani <[email protected]> | Wed Feb 13 21:48:30 2019 |
committer | ChromeOS Commit Bot <[email protected]> | Mon Mar 11 23:42:15 2019 |
tree | 272e7cb6e31757272818ad5943c778f6dc852b89 | |
parent | a6150c8ec028a53182258792eb4ac1632b7b095a [diff] |
build_artifact: Be more specific when searching for full payloads A recent CL (CL:1427346) broke the CQ because the devservers weren't able to identify the actually payload from three file examples: chromeos_R74-11727.0.0-rc1_bob_full_dev.bin chromeos_R74-11727.0.0-rc1_bob_full_dev.bin.json chromeos_R74-11727.0.0-rc1_bob_full_dev.bin.log which are the files we need in future for applying payloads. This CL, fixes the build_artifacts to be more specific by only searching for files with regular expression *_full_*bin instead. That way it will ignore the .json and .log files. BUG=chromium:930290 TEST=start_devserver; curl 127.0.0.1:8080/xbuddy/remote/lakitu-st-paladin/R74-11727.0.0-rc1/full_payload Change-Id: Ic04bce3361958c4cd57a7b4a38eee48c34a60683 Reviewed-on: https://chromium-review.googlesource.com/1470882 Commit-Ready: Amin Hassani <[email protected]> Tested-by: Amin Hassani <[email protected]> Reviewed-by: Congbin Guo <[email protected]> Reviewed-by: Don Garrett <[email protected]> (cherry picked from commit e9596af0e75af8cb17e7124562c18181bcfd8f2e) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/1516437 Commit-Queue: Keith Haddow <[email protected]> Tested-by: Keith Haddow <[email protected]> Trybot-Ready: Keith Haddow <[email protected]>