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__dbg__32_.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, 3 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 (dbg)(32)", 10 "Linux Builder (dbg)(32)",
(...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 "google_apis_unittests", 114 "google_apis_unittests",
114 "sync_integration_tests" 115 "sync_integration_tests"
115 ], 116 ],
116 "name": "compile" 117 "name": "compile"
117 }, 118 },
118 { 119 {
119 "cmd": [ 120 "cmd": [
120 "python", 121 "python",
121 "-u", 122 "-u",
122 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 123 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
(...skipping 19 matching lines...) Expand all
142 "--build_revision", 143 "--build_revision",
143 "170242", 144 "170242",
144 "--factory-properties", 145 "--factory-properties",
145 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)(32)\", \"buildnumber\": 571, \"mastername\" : \"chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} ", 146 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)(32)\", \"buildnumber\": 571, \"mastername\" : \"chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} ",
146 "--build-properties", 147 "--build-properties",
147 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)(32)\", \"buildnumber\": 571, \"mastername\" : \"chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} " 148 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Builder (dbg)(32)\", \"buildnumber\": 571, \"mastername\" : \"chromium.linux\", \"parent_buildername\": null, \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} "
148 ], 149 ],
149 "name": "package build" 150 "name": "package build"
150 } 151 }
151 ] 152 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698