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

Unified Diff: scripts/slave/recipes/catapult.expected/android.json

Issue 2053863002: [catapult] Set up android trybot on tryserver.client.catapult. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: missed a comma 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
« no previous file with comments | « scripts/slave/recipes/catapult.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/catapult.expected/android.json
diff --git a/scripts/slave/recipes/catapult.expected/basic.json b/scripts/slave/recipes/catapult.expected/android.json
similarity index 98%
copy from scripts/slave/recipes/catapult.expected/basic.json
copy to scripts/slave/recipes/catapult.expected/android.json
index d3c22a82701b026aa6aa03816ccfd0e142528a23..ea4131289651e6b9b84fbc903701de8fdb800fe4 100644
--- a/scripts/slave/recipes/catapult.expected/basic.json
+++ b/scripts/slave/recipes/catapult.expected/android.json
@@ -7,9 +7,9 @@
"--master",
"master.client.catapult",
"--builder",
- "windows",
+ "android",
"--slave",
- "windows_slave",
+ "android_slave",
"--spec",
"cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'catapult', 'url': 'https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git'}]",
"--root",
@@ -106,7 +106,7 @@
"--app-engine-sdk-pythonpath",
"%(PYTHONPATH)s:[SLAVE_BUILD]/google_appengine",
"--platform",
- "linux",
+ "android",
"--output-json",
"/path/to/tmp/json"
],
« no previous file with comments | « scripts/slave/recipes/catapult.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698