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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_android_oilpan_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.fyi", 8 "chromium.perf.fyi",
9 "--builder", 9 "--builder",
10 "android_oilpan_builder", 10 "android_oilpan_builder",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 { 75 {
76 "cmd": [ 76 "cmd": [
77 "python", 77 "python",
78 "-u", 78 "-u",
79 "[BUILD]/scripts/slave/cleanup_temp.py" 79 "[BUILD]/scripts/slave/cleanup_temp.py"
80 ], 80 ],
81 "cwd": "[SLAVE_BUILD]", 81 "cwd": "[SLAVE_BUILD]",
82 "name": "cleanup_temp" 82 "name": "cleanup_temp"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "name": "$final_result",
86 "python", 86 "reason": "Misconfigured bot: no compile targets",
87 "-u", 87 "status_code": 1
88 "[BUILD]/scripts/slave/compile.py",
89 "--target",
90 "Release",
91 "--src-dir",
92 "[SLAVE_BUILD]/src",
93 "--build-tool",
94 "ninja",
95 "--compiler",
96 "goma",
97 "--mode",
98 "official",
99 "--goma-dir",
100 "[BUILD]/goma",
101 "--"
102 ],
103 "cwd": "[SLAVE_BUILD]",
104 "env": {
105 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
106 },
107 "name": "compile"
108 },
109 {
110 "allow_subannotations": true,
111 "cmd": [
112 "python",
113 "-u",
114 "[BUILD]/scripts/slave/zip_build.py",
115 "--target",
116 "Release",
117 "--build-url",
118 "gs://chrome-perf/android_oilpan_builder",
119 "--build_revision",
120 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
121 "--factory-properties",
122 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"android_oilpan_builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}",
123 "--build-properties",
124 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"android_oilpan_builder\", \"buildnumber\": 571, \"mastername\": \"chromium.perf.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\ "}"
125 ],
126 "cwd": "[SLAVE_BUILD]",
127 "name": "package build"
128 },
129 {
130 "cmd": [],
131 "cwd": "[SLAVE_BUILD]",
132 "name": "trigger",
133 "trigger_specs": [
134 {
135 "builder_name": "android_nexus5_oilpan_perf"
136 }
137 ],
138 "~followup_annotations": [
139 "@@@STEP_TEXT@android_nexus5_oilpan_perf@@@"
140 ]
141 } 88 }
142 ] 89 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698