OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | |
9 "name": "taskkill" | 8 "name": "taskkill" |
10 }, | 9 }, |
11 { | 10 { |
12 "cmd": [ | 11 "cmd": [ |
13 "python", | 12 "python", |
14 "-u", | 13 "-u", |
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
16 "--master", | 15 "--master", |
17 "tryserver.v8", | 16 "tryserver.v8", |
18 "--builder", | 17 "--builder", |
19 "v8_win_compile_dbg", | 18 "v8_win_compile_dbg", |
20 "--slave", | 19 "--slave", |
21 "TestSlavename", | 20 "TestSlavename", |
22 "--spec", | 21 "--spec", |
23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trun
k'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromiu
m.googlesource.com/v8/v8'}]", |
24 "--root", | 23 "--root", |
25 "v8", | 24 "v8", |
26 "--revision_mapping_file", | 25 "--revision_mapping_file", |
27 "{\"v8\": \"got_revision\"}", | 26 "{\"v8\": \"got_revision\"}", |
28 "--git-cache-dir", | 27 "--git-cache-dir", |
29 "[GIT_CACHE]", | 28 "[ROOT]\\b\\build\\slave\\cache_dir", |
30 "--issue", | 29 "--issue", |
31 "12853011", | 30 "12853011", |
32 "--patchset", | 31 "--patchset", |
33 "1", | 32 "1", |
34 "--rietveld_server", | 33 "--rietveld_server", |
35 "https://codereview.chromium.org", | 34 "https://codereview.chromium.org", |
36 "--output_json", | 35 "--output_json", |
37 "/path/to/tmp/json", | 36 "/path/to/tmp/json", |
38 "--revision", | 37 "--revision", |
39 "v8@12345", | 38 "v8@12345", |
40 "--no_shallow", | 39 "--no_shallow", |
41 "--output_manifest" | 40 "--output_manifest" |
42 ], | 41 ], |
43 "cwd": "[SLAVE_BUILD]", | |
44 "env": { | 42 "env": { |
45 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
46 }, | 44 }, |
47 "name": "bot_update", | 45 "name": "bot_update", |
48 "~followup_annotations": [ | 46 "~followup_annotations": [ |
49 "@@@STEP_TEXT@Some step text@@@", | 47 "@@@STEP_TEXT@Some step text@@@", |
50 "@@@STEP_LOG_LINE@json.output@{@@@", | 48 "@@@STEP_LOG_LINE@json.output@{@@@", |
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
53 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
73 ] | 71 ] |
74 }, | 72 }, |
75 { | 73 { |
76 "cmd": [ | 74 "cmd": [ |
77 "python", | 75 "python", |
78 "-u", | 76 "-u", |
79 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 77 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
80 "runhooks" | 78 "runhooks" |
81 ], | 79 ], |
82 "cwd": "[SLAVE_BUILD]", | |
83 "env": { | 80 "env": { |
84 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 81 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
85 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[BUILD]\\goma' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimize
d_debug=1 v8_target_arch=ia32", | 82 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[ROOT]\\b\\build\\goma' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8
_optimized_debug=1 v8_target_arch=ia32", |
86 "GYP_GENERATORS": "ninja", | 83 "GYP_GENERATORS": "ninja", |
87 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 84 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
88 }, | 85 }, |
89 "name": "gclient runhooks" | 86 "name": "gclient runhooks" |
90 }, | 87 }, |
91 { | 88 { |
92 "cmd": [ | 89 "cmd": [ |
93 "python", | 90 "python", |
94 "-u", | 91 "-u", |
95 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 92 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
96 "--show-path", | 93 "--show-path", |
97 "python", | 94 "python", |
98 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 95 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
99 ], | 96 ], |
100 "cwd": "[SLAVE_BUILD]", | |
101 "name": "cleanup_temp" | 97 "name": "cleanup_temp" |
102 }, | 98 }, |
103 { | 99 { |
104 "cmd": [ | 100 "cmd": [ |
105 "python", | 101 "python", |
106 "-u", | 102 "-u", |
107 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 103 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
108 "--show-path", | 104 "--show-path", |
109 "python", | 105 "python", |
110 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 106 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
111 "--gsutil-py-path", | 107 "--gsutil-py-path", |
112 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 108 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
113 "--ninja-path", | 109 "--ninja-path", |
114 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 110 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
115 "--target", | 111 "--target", |
116 "Debug", | 112 "Debug", |
117 "--src-dir", | 113 "--src-dir", |
118 "[SLAVE_BUILD]\\v8", | 114 "[CWD]\\v8", |
119 "--goma-cache-dir", | 115 "--goma-cache-dir", |
120 "[GOMA_CACHE]", | 116 "[ROOT]\\b\\build\\slave\\goma_cache", |
121 "--build-tool", | 117 "--build-tool", |
122 "ninja", | 118 "ninja", |
123 "--compiler", | 119 "--compiler", |
124 "goma", | 120 "goma", |
125 "--goma-jsonstatus", | 121 "--goma-jsonstatus", |
126 "/path/to/tmp/json", | 122 "/path/to/tmp/json", |
127 "--goma-service-account-json-file", | 123 "--goma-service-account-json-file", |
128 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 124 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
129 "--goma-dir", | 125 "--goma-dir", |
130 "[BUILD]\\goma", | 126 "[ROOT]\\b\\build\\goma", |
131 "--goma-fail-fast", | 127 "--goma-fail-fast", |
132 "--goma-disable-local-fallback", | 128 "--goma-disable-local-fallback", |
133 "--" | 129 "--" |
134 ], | 130 ], |
135 "cwd": "[SLAVE_BUILD]", | |
136 "env": { | 131 "env": { |
137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
138 }, | 133 }, |
139 "name": "compile", | 134 "name": "compile", |
140 "~followup_annotations": [ | 135 "~followup_annotations": [ |
141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 136 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
142 "@@@STEP_LOG_END@json.output (invalid)@@@" | 137 "@@@STEP_LOG_END@json.output (invalid)@@@" |
143 ] | 138 ] |
144 }, | 139 }, |
145 { | 140 { |
146 "name": "$result", | 141 "name": "$result", |
147 "recipe_result": null, | 142 "recipe_result": null, |
148 "status_code": 0 | 143 "status_code": 0 |
149 } | 144 } |
150 ] | 145 ] |
OLD | NEW |