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