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

Unified Diff: scripts/slave/recipes/sync_submodules.py

Issue 2041743002: Add sync_submodules builders on master.chromium.infra. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Test expectations Created 4 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/recipes/sync_submodules.py
diff --git a/scripts/slave/recipes/sync_submodules.py b/scripts/slave/recipes/sync_submodules.py
deleted file mode 100644
index f04e7a6f8abe079dfea1ba4c1fae59906ea86a01..0000000000000000000000000000000000000000
--- a/scripts/slave/recipes/sync_submodules.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2016 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.
-
-DEPS = [
- 'sync_submodules',
-]
-
-
-def RunSteps(api):
- api.sync_submodules(
- 'https://chromium.googlesource.com/chromium/src',
- 'https://chromium.googlesource.com/chromium/src/codesearch')
- api.sync_submodules(
- 'https://chromium.googlesource.com/infra/infra',
- 'https://chromium.googlesource.com/infra/infra/codesearch')
-
-
-def GenTests(api):
- yield api.test('basic')

Powered by Google App Engine
This is Rietveld 408576698