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

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

Issue 2373463002: Try switching to the the all target instead of All (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_codesearch.py
diff --git a/scripts/slave/recipes/chromium_codesearch.py b/scripts/slave/recipes/chromium_codesearch.py
index 03c6b41b8966e8d8fa4d82b2274e349548a0326c..8bb41fc97e365273fccc4e9134f779bb9e2024f7 100644
--- a/scripts/slave/recipes/chromium_codesearch.py
+++ b/scripts/slave/recipes/chromium_codesearch.py
@@ -64,7 +64,7 @@ SPEC = freeze({
'builders': {
'Chromium Linux Codesearch': {
'compile_targets': [
- 'All',
+ 'all',
],
'environment': 'prod',
'package_filename': 'chromium-src',
@@ -72,7 +72,7 @@ SPEC = freeze({
},
'ChromiumOS Codesearch': {
'compile_targets': [
- 'All',
+ 'all',
],
'environment': 'prod',
'package_filename': 'chromiumos-src',
@@ -80,7 +80,7 @@ SPEC = freeze({
},
'Chromium Linux Codesearch Builder': {
'compile_targets': [
- 'All',
+ 'all',
],
'environment': 'staging',
'package_filename': 'chromium-src',
@@ -88,7 +88,7 @@ SPEC = freeze({
},
'ChromiumOS Codesearch Builder': {
'compile_targets': [
- 'All',
+ 'all',
],
'environment': 'staging',
'package_filename': 'chromiumos-src',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698