- Jun 01, 2016
-
-
Treehugger Robot authored
-
Don Garrett authored
BUG=None TEST=None Change-Id: I17341e36056b568247c49ce2947edeb8419b2833
-
Don Garrett authored
Log the brillo manifest that was just sync'd, after we finish syncing it. BUG=chromium:614508 TEST=Local build. Change-Id: Ic37f1ae6982c77f8e71053aa6adcf946a1e3b2f0
-
- Mar 24, 2016
-
-
Mike Frysinger authored
Change-Id: I4b4c8637933177759a21930db7a0cf5444eba367
-
- Feb 26, 2016
-
-
Christopher Wiley authored
The commandline changed slightly, and this is now required. See b/27301538. Bug: 27376986 Test: Invoking test_droid like this manually works. Change-Id: I58f9a4eb10faeb918f6f2bf5b37aa4a8e49e5a47
-
- Feb 23, 2016
-
-
Paul Hobbs authored
Update the MANIFEST_VERSIONS_GS_URL value in the site_config to avoid passing None into os.path.join when updating streak counter. BUG=chromium:588292 TEST=None Change-Id: Ifad3a4ecd395f6e121f1fe4176ae4f27e3f1a54d
-
- Jan 22, 2016
-
-
Simran Basi authored
-
- Jan 21, 2016
-
-
Simran Basi authored
BUG=b:26722120 TEST=None Change-Id: I265571837d387ed2a6fbe3aea191b3f8c33b201d
-
Don Garrett authored
If a brillo build fails, send an email alert to bruteus+bbotfailure@google.com. BUG=chromium:579719 TEST=bin/cbuildbot --buildroot ~/tmp/buildroot --nobootstrap \ --noreexec --buildbot --debug --config_repo \ https://android.googlesource.com/platform/bbuildbot_config/ \ bbuildbot Change-Id: I1bfba95516f7f52aa378281a581b3824eaa4dce8
-
- Jan 14, 2016
-
-
Don Garrett authored
This reverts commit fbf0424b. Change-Id: Ida69b7d187f63dd67a741a4b4476fdb2944fd883
-
Don Garrett authored
When invoking the emulator, we use a shell to allow full setup of the runtime environment variables. We were using the default shell for the account, which might be bash or sh, but the commands are bash specific. Force the use of bash. BUG=chromium:570810 TEST=bin/cbuildbot --nobootstrap --noreexec --buildbot --debug --buildroot ~/tmp/buildroot bbuildbot Change-Id: I7fddcd03bb3d1f0489fa8a0b2e00c5d16b66a95b
-
- Jan 13, 2016
-
-
Don Garrett authored
We are getting errors on the builder that we don't get local. So... my attempt to keep the lunch setup output from making logs less readable isn't being very helpful. Stop doing it. BUG=chromium:570810 TEST=bin/cbuildbot --nobootstrap --noreexec --buildbot --debug --buildroot ~/tmp/buildroot bbuildbot Change-Id: I0cee31d5a1204407c920e5c0d81bd573f6c64b90
-
- Jan 09, 2016
-
-
Don Garrett authored
Parameterize lunch target and emulator binary names in the build config. Add a RunLunchWrapper that setups up the lunch ENVs before invoking a command. Add a new stage that starts the brillo emulator as a background process, waits for "adb devices" to report it's serial number, then runs tests against the emulator. BUG=chromium:570810 TEST=bin/cbuildbot --nobootstrap --noreexec --buildbot --debug --buildroot ~/tmp/buildroot bbuildbot Change-Id: I16e355f43275df204b0fdbb2aa0d9d00baf8d679
-
- Dec 05, 2015
-
-
Don Garrett authored
I pushed the first version too quickly, and forgot to update embedded manifest URLs everywhere they appear. BUG=chromium:558660 TEST=Not fully testable before commit.
-
Don Garrett authored
This contains the manifest and configuration (along with supporting code) for a brillo continuous builder config (bbuildbot). BUG=chromium:558660 TEST=Not fully testable before commit. Change-Id: I2df555014b6efc4503c3ba888a82801ec6cde9c6
-
- Dec 03, 2015
-
-
Bill Yi authored
-