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

Side by Side Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/basic_gerrit.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.infra", 8 "tryserver.infra",
9 "--builder", 9 "--builder",
10 "infra_tester", 10 "infra_tester",
(...skipping 11 matching lines...) Expand all
22 "https://chromium.googlesource.com/infra/infra", 22 "https://chromium.googlesource.com/infra/infra",
23 "--gerrit_ref", 23 "--gerrit_ref",
24 "refs/changes/11/338811/3", 24 "refs/changes/11/338811/3",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "infra@HEAD", 28 "infra@HEAD",
29 "--force", 29 "--force",
30 "--output_manifest" 30 "--output_manifest"
31 ], 31 ],
32 "cwd": "[SLAVE_BUILD]",
33 "env": { 32 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 34 },
36 "name": "bot_update", 35 "name": "bot_update",
37 "~followup_annotations": [ 36 "~followup_annotations": [
38 "@@@STEP_TEXT@Some step text@@@", 37 "@@@STEP_TEXT@Some step text@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 38 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "cwd": "[SLAVE_BUILD]/infra", 75 "cwd": "[SLAVE_BUILD]/infra",
77 "name": "commit git patch" 76 "name": "commit git patch"
78 }, 77 },
79 { 78 {
80 "cmd": [ 79 "cmd": [
81 "python", 80 "python",
82 "-u", 81 "-u",
83 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
84 "runhooks" 83 "runhooks"
85 ], 84 ],
86 "cwd": "[SLAVE_BUILD]",
87 "env": { 85 "env": {
88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 86 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
89 }, 87 },
90 "name": "gclient runhooks" 88 "name": "gclient runhooks"
91 }, 89 },
92 { 90 {
93 "cmd": [ 91 "cmd": [
94 "git", 92 "git",
95 "diff", 93 "diff",
96 "--name-only", 94 "--name-only",
(...skipping 18 matching lines...) Expand all
115 ], 113 ],
116 "cwd": "[SLAVE_BUILD]/infra", 114 "cwd": "[SLAVE_BUILD]/infra",
117 "name": "python tests" 115 "name": "python tests"
118 }, 116 },
119 { 117 {
120 "cmd": [ 118 "cmd": [
121 "python", 119 "python",
122 "-u", 120 "-u",
123 "[SLAVE_BUILD]/infra/go/env.py" 121 "[SLAVE_BUILD]/infra/go/env.py"
124 ], 122 ],
125 "cwd": "[SLAVE_BUILD]",
126 "name": "go bootstrap" 123 "name": "go bootstrap"
127 }, 124 },
128 { 125 {
129 "cmd": [ 126 "cmd": [
130 "python", 127 "python",
131 "-u", 128 "-u",
132 "[SLAVE_BUILD]/infra/go/env.py", 129 "[SLAVE_BUILD]/infra/go/env.py",
133 "python", 130 "python",
134 "[SLAVE_BUILD]/infra/go/test.py" 131 "[SLAVE_BUILD]/infra/go/test.py"
135 ], 132 ],
136 "cwd": "[SLAVE_BUILD]",
137 "name": "go tests" 133 "name": "go tests"
138 }, 134 },
139 { 135 {
140 "name": "$result", 136 "name": "$result",
141 "recipe_result": null, 137 "recipe_result": null,
142 "status_code": 0 138 "status_code": 0
143 } 139 }
144 ] 140 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698