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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder.json

Issue 498903002: Updates compile targets for telemetry/nacl to include chrome_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge Created 6 years, 4 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 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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "--src-dir", 103 "--src-dir",
104 "[SLAVE_BUILD]/src", 104 "[SLAVE_BUILD]/src",
105 "--build-tool", 105 "--build-tool",
106 "ninja", 106 "ninja",
107 "--compiler", 107 "--compiler",
108 "goma", 108 "goma",
109 "--goma-dir", 109 "--goma-dir",
110 "[BUILD]/goma", 110 "[BUILD]/goma",
111 "--", 111 "--",
112 "chrome", 112 "chrome",
113 "chrome_run",
113 "chromium_swarm_tests" 114 "chromium_swarm_tests"
114 ], 115 ],
115 "name": "compile" 116 "name": "compile"
116 }, 117 },
117 { 118 {
118 "cmd": [ 119 "cmd": [
119 "python", 120 "python",
120 "-u", 121 "-u",
121 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 122 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
122 "--json", 123 "--json",
(...skipping 18 matching lines...) Expand all
141 "--build_revision", 142 "--build_revision",
142 "170242", 143 "170242",
143 "--factory-properties", 144 "--factory-properties",
144 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 145 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
145 "--build-properties", 146 "--build-properties",
146 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 147 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\": \"chromi um.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
147 ], 148 ],
148 "name": "package build" 149 "name": "package build"
149 } 150 }
150 ] 151 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698