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

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

Issue 1372133003: Revert of chromium_tests: raise infra failure when no compile targets are specified (patchset #1 id: (Closed) Base URL: http://src.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
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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "cmd": [
106 "python", 106 "python",
107 "-u", 107 "-u",
108 "import sys; sys.exit(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 "--"
109 ], 124 ],
110 "cwd": "[SLAVE_BUILD]", 125 "cwd": "[SLAVE_BUILD]",
111 "name": "compile", 126 "env": {
112 "~followup_annotations": [ 127 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
113 "step returned non-zero exit code: 1", 128 },
114 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", 129 "name": "compile"
115 "@@@STEP_FAILURE@@@"
116 ]
117 }, 130 },
118 { 131 {
119 "name": "$final_result", 132 "allow_subannotations": true,
120 "reason": "Step('compile') failed with return_code 1", 133 "cmd": [
121 "status_code": 1 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 ]
122 } 163 }
123 ] 164 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698