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

Unified Diff: scripts/slave/recipe_modules/chromium/chromium_lkgr.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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium/chromium_lkgr.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_lkgr.py b/scripts/slave/recipe_modules/chromium/chromium_lkgr.py
deleted file mode 100644
index a9531c8ac96ba06a9f9d290ed6f12a4349ca0cd5..0000000000000000000000000000000000000000
--- a/scripts/slave/recipe_modules/chromium/chromium_lkgr.py
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-from . import steps
-
-RESULTS_URL = 'https://chromeperf.appspot.com'
-
-SPEC = {
- 'builders': {
- 'Win SyzyASAN LKGR': {
- 'chromium_config': 'chromium_no_goma',
- 'chromium_apply_config': ['syzyasan', 'clobber'],
- 'gclient_config': 'chromium',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'builder',
- 'disable_tests': True,
- 'cf_archive_build': True,
- 'cf_gs_bucket': 'chromium-browser-syzyasan',
- 'cf_gs_acl': 'public-read',
- 'cf_archive_name': 'asan',
- 'compile_targets': [
- 'chromium_builder_asan',
- ],
- 'testing': {
- 'platform': 'win',
- },
- },
- },
-}
« no previous file with comments | « scripts/slave/recipe_modules/chromium/chromium_linux.py ('k') | scripts/slave/recipe_modules/chromium/chromium_mac.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698