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 "infra-continuous", | 10 "infra-continuous", |
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': 'infra', 'url': 'https://chrom
ium.googlesource.com/infra/infra.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", |
15 "--root", | 15 "--root", |
16 "infra", | 16 "infra", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"infra\": \"got_revision\"}", | 18 "{\"infra\": \"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 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee", | 24 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee", |
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@ \"infra\": \"c14d891d44f0afff64e56ed7c97
02df1d807b1ee\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"c14d891d44f0afff64e56ed7c97
02df1d807b1ee\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" |
57 ] | 58 ] |
58 }, | 59 }, |
59 { | 60 { |
60 "cmd": [ | 61 "cmd": [ |
61 "python", | 62 "python", |
62 "-u", | 63 "-u", |
63 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
64 "runhooks" | 65 "runhooks" |
65 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", |
66 "env": { | 68 "env": { |
67 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 69 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
68 }, | 70 }, |
69 "name": "gclient runhooks" | 71 "name": "gclient runhooks" |
70 }, | 72 }, |
71 { | 73 { |
72 "cmd": [ | 74 "cmd": [ |
73 "python", | 75 "python", |
74 "-u", | 76 "-u", |
75 "test.py", | 77 "test.py", |
76 "test" | 78 "test" |
77 ], | 79 ], |
78 "cwd": "[CWD]\\infra", | 80 "cwd": "[SLAVE_BUILD]\\infra", |
79 "name": "infra python tests" | 81 "name": "infra python tests" |
80 }, | 82 }, |
81 { | 83 { |
82 "cmd": [ | 84 "cmd": [ |
83 "python", | 85 "python", |
84 "-u", | 86 "-u", |
85 "[CWD]\\infra\\go\\env.py", | 87 "[SLAVE_BUILD]\\infra\\go\\env.py", |
86 "go", | 88 "go", |
87 "version" | 89 "version" |
88 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", |
89 "name": "go third parties" | 92 "name": "go third parties" |
90 }, | 93 }, |
91 { | 94 { |
92 "cmd": [ | 95 "cmd": [ |
93 "python", | 96 "python", |
94 "-u", | 97 "-u", |
95 "[CWD]\\infra\\go\\env.py", | 98 "[SLAVE_BUILD]\\infra\\go\\env.py", |
96 "python", | 99 "python", |
97 "[CWD]\\infra\\go\\test.py" | 100 "[SLAVE_BUILD]\\infra\\go\\test.py" |
98 ], | 101 ], |
| 102 "cwd": "[SLAVE_BUILD]", |
99 "name": "infra go tests" | 103 "name": "infra go tests" |
100 }, | 104 }, |
101 { | 105 { |
102 "cmd": [ | 106 "cmd": [ |
103 "python", | 107 "python", |
104 "-u", | 108 "-u", |
105 "[CWD]\\infra\\build\\build.py", | 109 "[SLAVE_BUILD]\\infra\\build\\build.py", |
106 "--builder", | 110 "--builder", |
107 "infra-continuous" | 111 "infra-continuous" |
108 ], | 112 ], |
| 113 "cwd": "[SLAVE_BUILD]", |
109 "name": "cipd - build packages" | 114 "name": "cipd - build packages" |
110 }, | 115 }, |
111 { | 116 { |
112 "cmd": [ | 117 "cmd": [ |
113 "python", | 118 "python", |
114 "-u", | 119 "-u", |
115 "[CWD]\\infra\\build\\test_packages.py" | 120 "[SLAVE_BUILD]\\infra\\build\\test_packages.py" |
116 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", |
117 "name": "cipd - test packages integrity" | 123 "name": "cipd - test packages integrity" |
118 }, | 124 }, |
119 { | 125 { |
120 "cmd": [ | 126 "cmd": [ |
121 "python", | 127 "python", |
122 "-u", | 128 "-u", |
123 "[CWD]\\infra\\build\\build.py", | 129 "[SLAVE_BUILD]\\infra\\build\\build.py", |
124 "--no-rebuild", | 130 "--no-rebuild", |
125 "--upload", | 131 "--upload", |
126 "--service-account-json", | 132 "--service-account-json", |
127 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", | 133 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", |
128 "--json-output", | 134 "--json-output", |
129 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
130 "--builder", | 136 "--builder", |
131 "infra-continuous", | 137 "infra-continuous", |
132 "--tags", | 138 "--tags", |
133 "buildbot_build:chromium.infra/infra-continuous/123", | 139 "buildbot_build:chromium.infra/infra-continuous/123", |
134 "git_repository:https://chromium.googlesource.com/infra/infra", | 140 "git_repository:https://chromium.googlesource.com/infra/infra", |
135 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed" | 141 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed" |
136 ], | 142 ], |
| 143 "cwd": "[SLAVE_BUILD]", |
137 "name": "cipd - upload packages", | 144 "name": "cipd - upload packages", |
138 "~followup_annotations": [ | 145 "~followup_annotations": [ |
139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 146 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
140 "@@@STEP_LOG_END@json.output (invalid)@@@" | 147 "@@@STEP_LOG_END@json.output (invalid)@@@" |
141 ] | 148 ] |
142 }, | 149 }, |
143 { | 150 { |
144 "name": "$result", | 151 "name": "$result", |
145 "recipe_result": null, | 152 "recipe_result": null, |
146 "status_code": 0 | 153 "status_code": 0 |
147 } | 154 } |
148 ] | 155 ] |
OLD | NEW |