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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_rel_ng.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "--src-dir", 109 "--src-dir",
110 "[SLAVE_BUILD]/src", 110 "[SLAVE_BUILD]/src",
111 "--build-tool", 111 "--build-tool",
112 "ninja", 112 "ninja",
113 "--compiler", 113 "--compiler",
114 "goma", 114 "goma",
115 "--goma-dir", 115 "--goma-dir",
116 "[BUILD]/goma", 116 "[BUILD]/goma",
117 "--", 117 "--",
118 "chrome", 118 "chrome",
119 "chrome_run",
119 "chromium_swarm_tests" 120 "chromium_swarm_tests"
120 ], 121 ],
121 "name": "compile" 122 "name": "compile"
122 }, 123 },
123 { 124 {
124 "cmd": [ 125 "cmd": [
125 "python", 126 "python",
126 "-u", 127 "-u",
127 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 128 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
128 "--json", 129 "--json",
(...skipping 18 matching lines...) Expand all
147 "--build_revision", 148 "--build_revision",
148 "170242", 149 "170242",
149 "--factory-properties", 150 "--factory-properties",
150 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chro mium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\" : \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Tes tSlavename\"}", 151 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chro mium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\" : \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Tes tSlavename\"}",
151 "--build-properties", 152 "--build-properties",
152 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chro mium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\" : \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Tes tSlavename\"}" 153 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserve r.chromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chro mium_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\" : \"src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Tes tSlavename\"}"
153 ], 154 ],
154 "name": "package build" 155 "name": "package build"
155 } 156 }
156 ] 157 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698