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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_android_oilpan_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.fyi", 8 "chromium.perf.fyi",
9 "--builder", 9 "--builder",
10 "android_oilpan_builder", 10 "android_oilpan_builder",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "import sys; sys.exit(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 "--"
89 ], 102 ],
90 "cwd": "[SLAVE_BUILD]", 103 "cwd": "[SLAVE_BUILD]",
91 "name": "compile", 104 "env": {
92 "~followup_annotations": [ 105 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
93 "step returned non-zero exit code: 1", 106 },
94 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", 107 "name": "compile"
95 "@@@STEP_FAILURE@@@"
96 ]
97 }, 108 },
98 { 109 {
99 "name": "$final_result", 110 "allow_subannotations": true,
100 "reason": "Step('compile') failed with return_code 1", 111 "cmd": [
101 "status_code": 1 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 ]
102 } 141 }
103 ] 142 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698