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.expected/full_chromium_perf_Android_Builder.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "--build-tool", 97 "--build-tool",
98 "ninja", 98 "ninja",
99 "--compiler", 99 "--compiler",
100 "goma", 100 "goma",
101 "--mode", 101 "--mode",
102 "official", 102 "official",
103 "--goma-dir", 103 "--goma-dir",
104 "[BUILD]/goma", 104 "[BUILD]/goma",
105 "--goma-hermetic", 105 "--goma-hermetic",
106 "fallback", 106 "fallback",
107 "--ninja-ensure-up-to-date",
107 "--" 108 "--"
108 ], 109 ],
109 "cwd": "[SLAVE_BUILD]", 110 "cwd": "[SLAVE_BUILD]",
110 "env": { 111 "env": {
111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 112 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
112 }, 113 },
113 "name": "compile" 114 "name": "compile"
114 }, 115 },
115 { 116 {
116 "allow_subannotations": true, 117 "allow_subannotations": true,
117 "cmd": [ 118 "cmd": [
118 "python", 119 "python",
119 "-u", 120 "-u",
120 "[BUILD]/scripts/slave/zip_build.py", 121 "[BUILD]/scripts/slave/zip_build.py",
121 "--target", 122 "--target",
122 "Release", 123 "Release",
123 "--build-url", 124 "--build-url",
124 "gs://chrome-perf/Android Builder", 125 "gs://chrome-perf/Android Builder",
125 "--build_revision", 126 "--build_revision",
126 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 127 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
127 "--factory-properties", 128 "--factory-properties",
128 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 129 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
129 "--build-properties", 130 "--build-properties",
130 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 131 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
131 ], 132 ],
132 "cwd": "[SLAVE_BUILD]", 133 "cwd": "[SLAVE_BUILD]",
133 "name": "package build" 134 "name": "package build"
134 } 135 }
135 ] 136 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698