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

Side by Side Diff: scripts/slave/recipes/swarming/heartbeat.expected/heartbeat.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::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 { 79 {
80 "cmd": [ 80 "cmd": [
81 "python", 81 "python",
82 "-u", 82 "-u",
83 "[SLAVE_BUILD]/swarming.client/swarming.py", 83 "[SLAVE_BUILD]/swarming.client/swarming.py",
84 "--version" 84 "--version"
85 ], 85 ],
86 "name": "swarming.py --version", 86 "name": "swarming.py --version",
87 "stdout": "/path/to/tmp/", 87 "stdout": "/path/to/tmp/",
88 "~followup_annotations": [ 88 "~followup_annotations": [
89 "@@@STEP_TEXT@0.8.6@@@" 89 "@@@STEP_TEXT@0.4.10@@@"
90 ] 90 ]
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "RECIPE_MODULE[build::swarming_heartbeat]/resources/job_runs_fine.py" 96 "RECIPE_MODULE[build::swarming_heartbeat]/resources/job_runs_fine.py"
97 ], 97 ],
98 "name": "job_runs_fine.py" 98 "name": "job_runs_fine.py"
99 }, 99 },
100 { 100 {
101 "name": "$result", 101 "name": "$result",
102 "recipe_result": null, 102 "recipe_result": null,
103 "status_code": 0 103 "status_code": 0
104 } 104 }
105 ] 105 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698