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

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

Issue 871813004: Disable 'gn check' in Android bots for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_gn.py
diff --git a/scripts/slave/recipes/chromium_gn.py b/scripts/slave/recipes/chromium_gn.py
index b12c18f72b859bf67c8d2992c0b2250dad851d74..bbbe551890974454dedf982297d960ed559e9b45 100644
--- a/scripts/slave/recipes/chromium_gn.py
+++ b/scripts/slave/recipes/chromium_gn.py
@@ -39,6 +39,7 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
},
'gclient_apply_config': ['android', 'blink'],
+ 'should_run_gn_check': False,
},
'Android GN (dbg)': {
'chromium_apply_config': ['gn_minimal_symbols'],
@@ -48,6 +49,7 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
},
'gclient_apply_config': ['android', 'blink'],
+ 'should_run_gn_check': False,
},
'Linux GN': {
'chromium_config_kwargs': {
@@ -79,6 +81,7 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
},
'gclient_apply_config': ['android', 'blink'],
+ 'should_run_gn_check': False,
},
'linux_chromium_gn_rel': {
'chromium_config_kwargs': {
@@ -110,6 +113,7 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
},
'gclient_apply_config': ['android'],
+ 'should_run_gn_check': False,
},
'Android GN (dbg)': {
'chromium_apply_config': ['gn_minimal_symbols'],
@@ -119,6 +123,7 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
},
'gclient_apply_config': ['android'],
+ 'should_run_gn_check': False,
},
'Linux GN': {
'chromium_config_kwargs': {
@@ -167,6 +172,7 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
},
'gclient_apply_config': ['android'],
+ 'should_run_gn_check': False,
},
'android_chromium_gn_compile_dbg': {
'chromium_apply_config': ['gn_minimal_symbols'],
@@ -176,6 +182,7 @@ BUILDERS = freeze({
'TARGET_ARCH': 'arm',
},
'gclient_apply_config': ['android'],
+ 'should_run_gn_check': False,
},
'linux_chromium_gn_rel': {
'chromium_config_kwargs': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698