OLD | NEW |
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 "chromium.infra", | 8 "chromium.infra", |
9 "--builder", | 9 "--builder", |
10 "build_repo_real", | 10 "build_repo_real", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chrom
ium.googlesource.com/chromium/tools/build.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/t
ools/build.git'}]", |
15 "--root", | 15 "--root", |
16 "build", | 16 "build", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"build\": \"got_revision\"}", | 18 "{\"build\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]\\b\\build\\slave\\cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "build@HEAD", | 24 "build@HEAD", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", |
(...skipping 24 matching lines...) Loading... |
62 ], | 63 ], |
63 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 64 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
64 "name": "ensure git tooling on windows" | 65 "name": "ensure git tooling on windows" |
65 }, | 66 }, |
66 { | 67 { |
67 "cmd": [ | 68 "cmd": [ |
68 "python", | 69 "python", |
69 "-u", | 70 "-u", |
70 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", | 71 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", |
71 "--path", | 72 "--path", |
72 "[ROOT]\\b\\build\\clone", | 73 "[BUILD]\\clone", |
73 "--url", | 74 "--url", |
74 "https://chromium.googlesource.com/chromium/tools/build", | 75 "https://chromium.googlesource.com/chromium/tools/build", |
75 "--git_cmd_path", | 76 "--git_cmd_path", |
76 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat" | 77 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat" |
77 ], | 78 ], |
| 79 "cwd": "[SLAVE_BUILD]", |
78 "name": "git setup" | 80 "name": "git setup" |
79 }, | 81 }, |
80 { | 82 { |
81 "cmd": [ | 83 "cmd": [ |
82 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 84 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
83 "retry", | 85 "retry", |
84 "fetch", | 86 "fetch", |
85 "origin", | 87 "origin", |
86 "master" | 88 "master" |
87 ], | 89 ], |
88 "cwd": "[ROOT]\\b\\build\\clone", | 90 "cwd": "[BUILD]\\clone", |
89 "name": "git fetch" | 91 "name": "git fetch" |
90 }, | 92 }, |
91 { | 93 { |
92 "cmd": [ | 94 "cmd": [ |
93 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 95 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
94 "checkout", | 96 "checkout", |
95 "-f", | 97 "-f", |
96 "FETCH_HEAD" | 98 "FETCH_HEAD" |
97 ], | 99 ], |
98 "cwd": "[ROOT]\\b\\build\\clone", | 100 "cwd": "[BUILD]\\clone", |
99 "name": "git checkout" | 101 "name": "git checkout" |
100 }, | 102 }, |
101 { | 103 { |
102 "cmd": [ | 104 "cmd": [ |
103 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 105 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
104 "rev-parse", | 106 "rev-parse", |
105 "HEAD" | 107 "HEAD" |
106 ], | 108 ], |
107 "cwd": "[ROOT]\\b\\build\\clone", | 109 "cwd": "[BUILD]\\clone", |
108 "name": "read revision", | 110 "name": "read revision", |
109 "stdout": "/path/to/tmp/", | 111 "stdout": "/path/to/tmp/", |
110 "~followup_annotations": [ | 112 "~followup_annotations": [ |
111 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 113 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
112 ] | 114 ] |
113 }, | 115 }, |
114 { | 116 { |
115 "cmd": [ | 117 "cmd": [ |
116 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 118 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
117 "clean", | 119 "clean", |
118 "-f", | 120 "-f", |
119 "-d", | 121 "-d", |
120 "-x" | 122 "-x" |
121 ], | 123 ], |
122 "cwd": "[ROOT]\\b\\build\\clone", | 124 "cwd": "[BUILD]\\clone", |
123 "name": "git clean" | 125 "name": "git clean" |
124 }, | 126 }, |
125 { | 127 { |
126 "cmd": [ | 128 "cmd": [ |
127 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 129 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
128 "submodule", | 130 "submodule", |
129 "sync" | 131 "sync" |
130 ], | 132 ], |
131 "cwd": "[ROOT]\\b\\build\\clone", | 133 "cwd": "[BUILD]\\clone", |
132 "name": "submodule sync" | 134 "name": "submodule sync" |
133 }, | 135 }, |
134 { | 136 { |
135 "cmd": [ | 137 "cmd": [ |
136 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 138 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
137 "submodule", | 139 "submodule", |
138 "update", | 140 "update", |
139 "--init", | 141 "--init", |
140 "--recursive" | 142 "--recursive" |
141 ], | 143 ], |
142 "cwd": "[ROOT]\\b\\build\\clone", | 144 "cwd": "[BUILD]\\clone", |
143 "name": "submodule update" | 145 "name": "submodule update" |
144 }, | 146 }, |
145 { | 147 { |
146 "name": "$result", | 148 "name": "$result", |
147 "recipe_result": null, | 149 "recipe_result": null, |
148 "status_code": 0 | 150 "status_code": 0 |
149 } | 151 } |
150 ] | 152 ] |
OLD | NEW |