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

Side by Side Diff: scripts/slave/recipes/swarming/heartbeat.expected/heartbeat.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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_PACKAGE[build]/git_setup.py", 6 "RECIPE_PACKAGE[build]/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "name": "swarming.py --version", 75 "name": "swarming.py --version",
76 "stdout": "/path/to/tmp/", 76 "stdout": "/path/to/tmp/",
77 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_TEXT@0.4.10@@@" 78 "@@@STEP_TEXT@0.4.10@@@"
79 ] 79 ]
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "RECIPE_MODULE[swarming_heartbeat]/resources/job_runs_fine.py" 85 "RECIPE_MODULE[build.swarming_heartbeat]/resources/job_runs_fine.py"
86 ], 86 ],
87 "cwd": "[SLAVE_BUILD]", 87 "cwd": "[SLAVE_BUILD]",
88 "name": "job_runs_fine.py" 88 "name": "job_runs_fine.py"
89 }, 89 },
90 { 90 {
91 "name": "$result", 91 "name": "$result",
92 "recipe_result": null, 92 "recipe_result": null,
93 "status_code": 0 93 "status_code": 0
94 } 94 }
95 ] 95 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698