Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(685)

Side by Side Diff: scripts/slave/recipe_modules/chromium/tryserver_chromium_linux.py

Issue 1185693002: Move builders.py and steps.py to chromium_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Address review comments. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5
6 from . import chromium_linux
7 from . import steps
8
9
10 SPEC = {
11 'settings': chromium_linux.SPEC['settings'],
12 'builders': {
13 # This is intended to build in the same was as the main linux builder.
14 'linux_full_bisect_builder': chromium_linux.SPEC['builders']['Linux Builder' ],
15 },
16 }
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium/test_api.py ('k') | scripts/slave/recipe_modules/chromium/tryserver_chromium_mac.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698