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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/check_swarming_version_failure.json

Issue 666023004: Use src-side launcher for telemetry_unittests in chromium_trybot recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase & add TODO Created 6 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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_swarming", 10 "linux_chromium_rel_swarming",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "@@@STEP_LOG_LINE@json.output@ }@@@", 100 "@@@STEP_LOG_LINE@json.output@ }@@@",
101 "@@@STEP_LOG_LINE@json.output@ ]@@@", 101 "@@@STEP_LOG_LINE@json.output@ ]@@@",
102 "@@@STEP_LOG_LINE@json.output@}@@@", 102 "@@@STEP_LOG_LINE@json.output@}@@@",
103 "@@@STEP_LOG_END@json.output@@@" 103 "@@@STEP_LOG_END@json.output@@@"
104 ] 104 ]
105 }, 105 },
106 { 106 {
107 "cmd": [ 107 "cmd": [
108 "python", 108 "python",
109 "-u", 109 "-u",
110 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
111 "--output",
112 "/path/to/tmp/json",
113 "--",
114 "--build-config-fs",
115 "Release",
116 "--paths",
117 "{\"build\": \"[BUILD]\"}",
118 "--properties",
119 "{\"buildername\": \"linux_chromium_rel_swarming\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}"
120 ],
121 "name": "get compile targets for scripts",
122 "~followup_annotations": [
123 "@@@STEP_LOG_LINE@json.output@{}@@@",
124 "@@@STEP_LOG_END@json.output@@@"
125 ]
126 },
127 {
128 "cmd": [
129 "python",
130 "-u",
110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
111 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 132 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
112 "/path/to/tmp/json" 133 "/path/to/tmp/json"
113 ], 134 ],
114 "name": "read filter exclusion spec", 135 "name": "read filter exclusion spec",
115 "~followup_annotations": [ 136 "~followup_annotations": [
116 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 137 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
117 "@@@STEP_LOG_LINE@json.output@{@@@", 138 "@@@STEP_LOG_LINE@json.output@{@@@",
118 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 139 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
119 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 140 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "@@@STEP_TEXT@0.4.10@@@", 177 "@@@STEP_TEXT@0.4.10@@@",
157 "@@@STEP_FAILURE@@@" 178 "@@@STEP_FAILURE@@@"
158 ] 179 ]
159 }, 180 },
160 { 181 {
161 "name": "$final_result", 182 "name": "$final_result",
162 "reason": "Step('swarming.py --version') failed with return_code 1", 183 "reason": "Step('swarming.py --version') failed with return_code 1",
163 "status_code": 1 184 "status_code": 1
164 } 185 }
165 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698