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

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

Issue 1376453002: chromium_tests: raise infra failure when no compile targets are specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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 | Annotate | Revision Log
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 arm64 Builder", 10 "Android arm64 Builder",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "--config-file", 95 "--config-file",
96 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 96 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
97 "--goma-dir", 97 "--goma-dir",
98 "[BUILD]/goma", 98 "[BUILD]/goma",
99 "//out/Release" 99 "//out/Release"
100 ], 100 ],
101 "cwd": "[SLAVE_BUILD]", 101 "cwd": "[SLAVE_BUILD]",
102 "name": "generate_build_files" 102 "name": "generate_build_files"
103 }, 103 },
104 { 104 {
105 "cmd": [ 105 "name": "$final_result",
106 "python", 106 "reason": "Misconfigured bot: no compile targets",
107 "-u", 107 "status_code": 1
108 "[BUILD]/scripts/slave/compile.py",
109 "--target",
110 "Release",
111 "--src-dir",
112 "[SLAVE_BUILD]/src",
113 "--build-tool",
114 "ninja",
115 "--compiler",
116 "goma",
117 "--mode",
118 "official",
119 "--goma-dir",
120 "[BUILD]/goma",
121 "--goma-hermetic",
122 "fallback",
123 "--"
124 ],
125 "cwd": "[SLAVE_BUILD]",
126 "env": {
127 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
128 },
129 "name": "compile"
130 },
131 {
132 "allow_subannotations": true,
133 "cmd": [
134 "python",
135 "-u",
136 "[BUILD]/scripts/slave/zip_build.py",
137 "--target",
138 "Release",
139 "--build-url",
140 "gs://chrome-perf/Android arm64 Builder",
141 "--build_revision",
142 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
143 "--factory-properties",
144 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android arm64 Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
145 "--build-properties",
146 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Android arm64 Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"sla vename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
147 ],
148 "cwd": "[SLAVE_BUILD]",
149 "name": "package build"
150 },
151 {
152 "cmd": [],
153 "cwd": "[SLAVE_BUILD]",
154 "name": "trigger",
155 "trigger_specs": [
156 {
157 "builder_name": "Android Nexus9 Perf"
158 }
159 ],
160 "~followup_annotations": [
161 "@@@STEP_TEXT@Android Nexus9 Perf@@@"
162 ]
163 } 108 }
164 ] 109 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698