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://chromium.googleso
urce.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 17 matching lines...) Expand all Loading... |
56 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", | 55 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", |
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" |
58 ] | 57 ] |
59 }, | 58 }, |
60 { | 59 { |
61 "cmd": [ | 60 "cmd": [ |
62 "python", | 61 "python", |
63 "-u", | 62 "-u", |
64 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 63 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
65 "--path", | 64 "--path", |
66 "[BUILD]/clone", | 65 "[ROOT]/b/build/clone", |
67 "--url", | 66 "--url", |
68 "https://chromium.googlesource.com/chromium/tools/build" | 67 "https://chromium.googlesource.com/chromium/tools/build" |
69 ], | 68 ], |
70 "cwd": "[SLAVE_BUILD]", | |
71 "name": "git setup" | 69 "name": "git setup" |
72 }, | 70 }, |
73 { | 71 { |
74 "cmd": [ | 72 "cmd": [ |
75 "git", | 73 "git", |
76 "retry", | 74 "retry", |
77 "fetch", | 75 "fetch", |
78 "origin", | 76 "origin", |
79 "master" | 77 "master" |
80 ], | 78 ], |
81 "cwd": "[BUILD]/clone", | 79 "cwd": "[ROOT]/b/build/clone", |
82 "name": "git fetch" | 80 "name": "git fetch" |
83 }, | 81 }, |
84 { | 82 { |
85 "cmd": [ | 83 "cmd": [ |
86 "git", | 84 "git", |
87 "checkout", | 85 "checkout", |
88 "-f", | 86 "-f", |
89 "FETCH_HEAD" | 87 "FETCH_HEAD" |
90 ], | 88 ], |
91 "cwd": "[BUILD]/clone", | 89 "cwd": "[ROOT]/b/build/clone", |
92 "name": "git checkout" | 90 "name": "git checkout" |
93 }, | 91 }, |
94 { | 92 { |
95 "cmd": [ | 93 "cmd": [ |
96 "git", | 94 "git", |
97 "rev-parse", | 95 "rev-parse", |
98 "HEAD" | 96 "HEAD" |
99 ], | 97 ], |
100 "cwd": "[BUILD]/clone", | 98 "cwd": "[ROOT]/b/build/clone", |
101 "name": "read revision", | 99 "name": "read revision", |
102 "stdout": "/path/to/tmp/", | 100 "stdout": "/path/to/tmp/", |
103 "~followup_annotations": [ | 101 "~followup_annotations": [ |
104 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 102 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
105 ] | 103 ] |
106 }, | 104 }, |
107 { | 105 { |
108 "cmd": [ | 106 "cmd": [ |
109 "git", | 107 "git", |
110 "clean", | 108 "clean", |
111 "-f", | 109 "-f", |
112 "-d", | 110 "-d", |
113 "-x" | 111 "-x" |
114 ], | 112 ], |
115 "cwd": "[BUILD]/clone", | 113 "cwd": "[ROOT]/b/build/clone", |
116 "name": "git clean" | 114 "name": "git clean" |
117 }, | 115 }, |
118 { | 116 { |
119 "cmd": [ | 117 "cmd": [ |
120 "git", | 118 "git", |
121 "submodule", | 119 "submodule", |
122 "sync" | 120 "sync" |
123 ], | 121 ], |
124 "cwd": "[BUILD]/clone", | 122 "cwd": "[ROOT]/b/build/clone", |
125 "name": "submodule sync" | 123 "name": "submodule sync" |
126 }, | 124 }, |
127 { | 125 { |
128 "cmd": [ | 126 "cmd": [ |
129 "git", | 127 "git", |
130 "submodule", | 128 "submodule", |
131 "update", | 129 "update", |
132 "--init", | 130 "--init", |
133 "--recursive" | 131 "--recursive" |
134 ], | 132 ], |
135 "cwd": "[BUILD]/clone", | 133 "cwd": "[ROOT]/b/build/clone", |
136 "name": "submodule update" | 134 "name": "submodule update" |
137 }, | 135 }, |
138 { | 136 { |
139 "name": "$result", | 137 "name": "$result", |
140 "recipe_result": null, | 138 "recipe_result": null, |
141 "status_code": 0 | 139 "status_code": 0 |
142 } | 140 } |
143 ] | 141 ] |
OLD | NEW |