Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[blimp] Simplify Blimp buildbot setup.
This CL changes it so that only the minimal configuration needed is used on the buildbots for blimp. Unit test targets need to be specified on the test bots they run, which leads to the target being compiled on the respective builder bot (there are builder/tester pairs specified in recipes). Since the blimp_unittests target depends on //blimp:blimp, there is no need for us to manually specify that target anywhere. The Android GN (dbg) is special in that it currently has no devices attached, so it is unable to run any tests. After this CL, the following builders/testers will run and test the following targets: - Android GN: compile (blimp_unittests) + test (blimp_unittests) - Android GN (dbg): compile (blimp_tests) - Linux Builder: compile (blimp_unittests) - Linux Tests: test (blimp_unittests) - Linux Builder (dbg): compile (blimp_unittests) - Linux Tests (dbg)(1): test (blimp_unittests) BUG=543267 Review URL: https://codereview.chromium.org/1408193002 Cr-Commit-Position: refs/heads/master@{#354618}
- Loading branch information