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

Side by Side Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "infra_tester", 10 "infra_tester",
(...skipping 13 matching lines...) Expand all
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "infra@HEAD", 30 "infra@HEAD",
31 "--force", 31 "--force",
32 "--output_manifest" 32 "--output_manifest"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
35 "env": { 34 "env": {
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
37 }, 36 },
38 "name": "bot_update", 37 "name": "bot_update",
39 "~followup_annotations": [ 38 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "cwd": "[SLAVE_BUILD]/infra", 77 "cwd": "[SLAVE_BUILD]/infra",
79 "name": "commit git patch" 78 "name": "commit git patch"
80 }, 79 },
81 { 80 {
82 "cmd": [ 81 "cmd": [
83 "python", 82 "python",
84 "-u", 83 "-u",
85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
86 "runhooks" 85 "runhooks"
87 ], 86 ],
88 "cwd": "[SLAVE_BUILD]",
89 "env": { 87 "env": {
90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
91 }, 89 },
92 "name": "gclient runhooks" 90 "name": "gclient runhooks"
93 }, 91 },
94 { 92 {
95 "cmd": [ 93 "cmd": [
96 "git", 94 "git",
97 "diff", 95 "diff",
98 "--name-only", 96 "--name-only",
(...skipping 18 matching lines...) Expand all
117 ], 115 ],
118 "cwd": "[SLAVE_BUILD]/infra", 116 "cwd": "[SLAVE_BUILD]/infra",
119 "name": "python tests" 117 "name": "python tests"
120 }, 118 },
121 { 119 {
122 "cmd": [ 120 "cmd": [
123 "python", 121 "python",
124 "-u", 122 "-u",
125 "[SLAVE_BUILD]/infra/go/env.py" 123 "[SLAVE_BUILD]/infra/go/env.py"
126 ], 124 ],
127 "cwd": "[SLAVE_BUILD]",
128 "name": "go bootstrap" 125 "name": "go bootstrap"
129 }, 126 },
130 { 127 {
131 "cmd": [ 128 "cmd": [
132 "python", 129 "python",
133 "-u", 130 "-u",
134 "[SLAVE_BUILD]/infra/go/env.py", 131 "[SLAVE_BUILD]/infra/go/env.py",
135 "python", 132 "python",
136 "[SLAVE_BUILD]/infra/go/test.py" 133 "[SLAVE_BUILD]/infra/go/test.py"
137 ], 134 ],
138 "cwd": "[SLAVE_BUILD]",
139 "name": "go tests" 135 "name": "go tests"
140 }, 136 },
141 { 137 {
142 "name": "$result", 138 "name": "$result",
143 "recipe_result": null, 139 "recipe_result": null,
144 "status_code": 0 140 "status_code": 0
145 } 141 }
146 ] 142 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698