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

Side by Side Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal.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 "internal.infra", 8 "internal.infra",
9 "--builder", 9 "--builder",
10 "infra-internal-tester", 10 "infra-internal-tester",
(...skipping 17 matching lines...) Expand all
28 "[BUILD]/site_config/.rietveld_client_email", 28 "[BUILD]/site_config/.rietveld_client_email",
29 "--apply_issue_key_file", 29 "--apply_issue_key_file",
30 "[BUILD]/site_config/.rietveld_secret_key", 30 "[BUILD]/site_config/.rietveld_secret_key",
31 "--output_json", 31 "--output_json",
32 "/path/to/tmp/json", 32 "/path/to/tmp/json",
33 "--revision", 33 "--revision",
34 "infra_internal@HEAD", 34 "infra_internal@HEAD",
35 "--force", 35 "--force",
36 "--output_manifest" 36 "--output_manifest"
37 ], 37 ],
38 "cwd": "[SLAVE_BUILD]",
39 "env": { 38 "env": {
40 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
41 }, 40 },
42 "name": "bot_update", 41 "name": "bot_update",
43 "~followup_annotations": [ 42 "~followup_annotations": [
44 "@@@STEP_TEXT@Some step text@@@", 43 "@@@STEP_TEXT@Some step text@@@",
45 "@@@STEP_LOG_LINE@json.output@{@@@", 44 "@@@STEP_LOG_LINE@json.output@{@@@",
46 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@", 47 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "cwd": "[SLAVE_BUILD]/infra_internal", 81 "cwd": "[SLAVE_BUILD]/infra_internal",
83 "name": "commit git patch" 82 "name": "commit git patch"
84 }, 83 },
85 { 84 {
86 "cmd": [ 85 "cmd": [
87 "python", 86 "python",
88 "-u", 87 "-u",
89 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
90 "runhooks" 89 "runhooks"
91 ], 90 ],
92 "cwd": "[SLAVE_BUILD]",
93 "env": { 91 "env": {
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
95 }, 93 },
96 "name": "gclient runhooks" 94 "name": "gclient runhooks"
97 }, 95 },
98 { 96 {
99 "cmd": [ 97 "cmd": [
100 "git", 98 "git",
101 "diff", 99 "diff",
102 "--name-only", 100 "--name-only",
(...skipping 18 matching lines...) Expand all
121 ], 119 ],
122 "cwd": "[SLAVE_BUILD]/infra_internal", 120 "cwd": "[SLAVE_BUILD]/infra_internal",
123 "name": "python tests" 121 "name": "python tests"
124 }, 122 },
125 { 123 {
126 "cmd": [ 124 "cmd": [
127 "python", 125 "python",
128 "-u", 126 "-u",
129 "[SLAVE_BUILD]/infra_internal/go/env.py" 127 "[SLAVE_BUILD]/infra_internal/go/env.py"
130 ], 128 ],
131 "cwd": "[SLAVE_BUILD]",
132 "name": "go bootstrap" 129 "name": "go bootstrap"
133 }, 130 },
134 { 131 {
135 "cmd": [ 132 "cmd": [
136 "python", 133 "python",
137 "-u", 134 "-u",
138 "[SLAVE_BUILD]/infra_internal/go/env.py", 135 "[SLAVE_BUILD]/infra_internal/go/env.py",
139 "python", 136 "python",
140 "[SLAVE_BUILD]/infra_internal/go/test.py" 137 "[SLAVE_BUILD]/infra_internal/go/test.py"
141 ], 138 ],
142 "cwd": "[SLAVE_BUILD]",
143 "name": "go tests" 139 "name": "go tests"
144 }, 140 },
145 { 141 {
146 "name": "$result", 142 "name": "$result",
147 "recipe_result": null, 143 "recipe_result": null,
148 "status_code": 0 144 "status_code": 0
149 } 145 }
150 ] 146 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698