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

Side by Side Diff: scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Linux.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 Linux", 10 "Chromium Mojo Linux",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "[SLAVE_BUILD]/src", 133 "[SLAVE_BUILD]/src",
134 "--build-tool", 134 "--build-tool",
135 "ninja", 135 "ninja",
136 "--compiler", 136 "--compiler",
137 "goma", 137 "goma",
138 "--goma-jsonstatus", 138 "--goma-jsonstatus",
139 "/path/to/tmp/json", 139 "/path/to/tmp/json",
140 "--goma-dir", 140 "--goma-dir",
141 "[BUILD]/goma", 141 "[BUILD]/goma",
142 "--", 142 "--",
143 "mandoline:all" 143 "mandoline:all",
144 "mash/wm:tests"
144 ], 145 ],
145 "cwd": "[SLAVE_BUILD]", 146 "cwd": "[SLAVE_BUILD]",
146 "name": "compile", 147 "name": "compile",
147 "~followup_annotations": [ 148 "~followup_annotations": [
148 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
149 "@@@STEP_LOG_END@json.output (invalid)@@@" 150 "@@@STEP_LOG_END@json.output (invalid)@@@"
150 ] 151 ]
151 }, 152 },
152 { 153 {
153 "cmd": [ 154 "cmd": [
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 "~followup_annotations": [ 617 "~followup_annotations": [
617 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat est/linux/stamp@@@" 618 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/mandoline/lat est/linux/stamp@@@"
618 ] 619 ]
619 }, 620 },
620 { 621 {
621 "name": "$result", 622 "name": "$result",
622 "recipe_result": null, 623 "recipe_result": null,
623 "status_code": 0 624 "status_code": 0
624 } 625 }
625 ] 626 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698