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

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

Issue 2102153004: Revert "Add CIPD package support to swarming recipe api" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTLinuxASan tester", 10 "ClangToTLinuxASan tester",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 { 161 {
162 "cmd": [ 162 "cmd": [
163 "python", 163 "python",
164 "-u", 164 "-u",
165 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 165 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
166 "--version" 166 "--version"
167 ], 167 ],
168 "name": "swarming.py --version", 168 "name": "swarming.py --version",
169 "stdout": "/path/to/tmp/", 169 "stdout": "/path/to/tmp/",
170 "~followup_annotations": [ 170 "~followup_annotations": [
171 "@@@STEP_TEXT@0.8.6@@@" 171 "@@@STEP_TEXT@0.4.10@@@"
172 ] 172 ]
173 }, 173 },
174 { 174 {
175 "cmd": [ 175 "cmd": [
176 "python", 176 "python",
177 "-u", 177 "-u",
178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
179 "runhooks" 179 "runhooks"
180 ], 180 ],
181 "cwd": "[SLAVE_BUILD]/src", 181 "cwd": "[SLAVE_BUILD]/src",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "--temp-root-dir", 409 "--temp-root-dir",
410 "[TMP_BASE]", 410 "[TMP_BASE]",
411 "--merged-test-output", 411 "--merged-test-output",
412 "/path/to/tmp/json", 412 "/path/to/tmp/json",
413 "--", 413 "--",
414 "collect", 414 "collect",
415 "--swarming", 415 "--swarming",
416 "https://chromium-swarm.appspot.com", 416 "https://chromium-swarm.appspot.com",
417 "--decorate", 417 "--decorate",
418 "--print-status-updates", 418 "--print-status-updates",
419 "--json", 419 "--shards",
420 "{\"base_task_name\": \"browser_tests/Ubuntu-12.04/ffffffffff/ClangToTLinu xASan tester/571\", \"tasks\": {\"browser_tests/Ubuntu-12.04/ffffffffff/ClangToT LinuxASan tester/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\ ": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}" 420 "1",
421 "browser_tests/Ubuntu-12.04/ffffffffff/ClangToTLinuxASan tester/571"
421 ], 422 ],
422 "env": { 423 "env": {
423 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
424 }, 425 },
425 "name": "browser_tests on Ubuntu-12.04", 426 "name": "browser_tests on Ubuntu-12.04",
426 "~followup_annotations": [ 427 "~followup_annotations": [
427 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 428 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
428 ] 429 ]
429 }, 430 },
430 { 431 {
(...skipping 20 matching lines...) Expand all
451 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 452 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
452 }, 453 },
453 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" 454 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]"
454 }, 455 },
455 { 456 {
456 "name": "$result", 457 "name": "$result",
457 "recipe_result": null, 458 "recipe_result": null,
458 "status_code": 0 459 "status_code": 0
459 } 460 }
460 ] 461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698