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

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

Issue 675523002: Revert of 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: 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",
131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
132 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 111 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
133 "/path/to/tmp/json" 112 "/path/to/tmp/json"
134 ], 113 ],
135 "name": "read filter exclusion spec", 114 "name": "read filter exclusion spec",
136 "~followup_annotations": [ 115 "~followup_annotations": [
137 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 116 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
138 "@@@STEP_LOG_LINE@json.output@{@@@", 117 "@@@STEP_LOG_LINE@json.output@{@@@",
139 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 118 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
140 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 119 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "@@@STEP_TEXT@0.4.10@@@", 156 "@@@STEP_TEXT@0.4.10@@@",
178 "@@@STEP_FAILURE@@@" 157 "@@@STEP_FAILURE@@@"
179 ] 158 ]
180 }, 159 },
181 { 160 {
182 "name": "$final_result", 161 "name": "$final_result",
183 "reason": "Step('swarming.py --version') failed with return_code 1", 162 "reason": "Step('swarming.py --version') failed with return_code 1",
184 "status_code": 1 163 "status_code": 1
185 } 164 }
186 ] 165 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698