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

Side by Side Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/only_js.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 17 matching lines...) Expand all
116 ], 114 ],
117 "cwd": "[SLAVE_BUILD]/infra", 115 "cwd": "[SLAVE_BUILD]/infra",
118 "name": "python tests" 116 "name": "python tests"
119 }, 117 },
120 { 118 {
121 "cmd": [ 119 "cmd": [
122 "python", 120 "python",
123 "-u", 121 "-u",
124 "[SLAVE_BUILD]/infra/go/env.py" 122 "[SLAVE_BUILD]/infra/go/env.py"
125 ], 123 ],
126 "cwd": "[SLAVE_BUILD]",
127 "name": "go bootstrap" 124 "name": "go bootstrap"
128 }, 125 },
129 { 126 {
130 "cmd": [ 127 "cmd": [
131 "python", 128 "python",
132 "-u", 129 "-u",
133 "[SLAVE_BUILD]/infra/go/env.py", 130 "[SLAVE_BUILD]/infra/go/env.py",
134 "python", 131 "python",
135 "[SLAVE_BUILD]/infra/go/test.py" 132 "[SLAVE_BUILD]/infra/go/test.py"
136 ], 133 ],
137 "cwd": "[SLAVE_BUILD]",
138 "name": "go tests" 134 "name": "go tests"
139 }, 135 },
140 { 136 {
141 "name": "$result", 137 "name": "$result",
142 "recipe_result": null, 138 "recipe_result": null,
143 "status_code": 0 139 "status_code": 0
144 } 140 }
145 ] 141 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698