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

Side by Side Diff: scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Android.json

Issue 1506703003: Build mash/wm:tests on the Mojo FYI waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.mojo", 8 "chromium.mojo",
9 "--builder", 9 "--builder",
10 "Chromium Mojo Android", 10 "Chromium Mojo Android",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "[SLAVE_BUILD]/src", 135 "[SLAVE_BUILD]/src",
136 "--build-tool", 136 "--build-tool",
137 "ninja", 137 "ninja",
138 "--compiler", 138 "--compiler",
139 "goma", 139 "goma",
140 "--goma-jsonstatus", 140 "--goma-jsonstatus",
141 "/path/to/tmp/json", 141 "/path/to/tmp/json",
142 "--goma-dir", 142 "--goma-dir",
143 "[BUILD]/goma", 143 "[BUILD]/goma",
144 "--", 144 "--",
145 "mandoline:all" 145 "mandoline:all",
146 "mash/wm:tests"
146 ], 147 ],
147 "cwd": "[SLAVE_BUILD]", 148 "cwd": "[SLAVE_BUILD]",
148 "env": { 149 "env": {
149 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 150 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
150 }, 151 },
151 "name": "compile", 152 "name": "compile",
152 "~followup_annotations": [ 153 "~followup_annotations": [
153 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 154 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
154 "@@@STEP_LOG_END@json.output (invalid)@@@" 155 "@@@STEP_LOG_END@json.output (invalid)@@@"
155 ] 156 ]
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 "~followup_annotations": [ 757 "~followup_annotations": [
757 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat est/android/stamp@@@" 758 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat est/android/stamp@@@"
758 ] 759 ]
759 }, 760 },
760 { 761 {
761 "name": "$result", 762 "name": "$result",
762 "recipe_result": null, 763 "recipe_result": null,
763 "status_code": 0 764 "status_code": 0
764 } 765 }
765 ] 766 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698