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 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux - presubmit", | 10 "V8 Linux - presubmit", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", | 14 "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'}]", |
15 "--root", | 15 "--root", |
16 "v8", | 16 "v8", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"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 "v8@54321", | 24 "v8@54321", |
25 "--no_shallow", | 25 "--no_shallow", |
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@ \"v8\": \"54321\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"54321\"@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
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 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
68 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32", | 70 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32", |
69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
70 }, | 72 }, |
71 "name": "gclient runhooks" | 73 "name": "gclient runhooks" |
72 }, | 74 }, |
73 { | 75 { |
74 "cmd": [ | 76 "cmd": [ |
75 "python", | 77 "python", |
76 "-u", | 78 "-u", |
77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 79 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
78 "--show-path", | 80 "--show-path", |
79 "python", | 81 "python", |
80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 82 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
81 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", |
82 "name": "cleanup_temp" | 85 "name": "cleanup_temp" |
83 }, | 86 }, |
84 { | 87 { |
85 "cmd": [ | 88 "cmd": [ |
86 "python", | 89 "python", |
87 "-u", | 90 "-u", |
88 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 91 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
89 "[CWD]/v8/out/Release" | 92 "[SLAVE_BUILD]/v8/out/Release" |
90 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
91 "name": "rmtree build directory", | 95 "name": "rmtree build directory", |
92 "~followup_annotations": [ | 96 "~followup_annotations": [ |
93 "@@@STEP_LOG_LINE@python.inline@@@@", | 97 "@@@STEP_LOG_LINE@python.inline@@@@", |
94 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 98 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
95 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 99 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
96 "@@@STEP_LOG_LINE@python.inline@@@@", | 100 "@@@STEP_LOG_LINE@python.inline@@@@", |
97 "@@@STEP_LOG_LINE@python.inline@@@@", | 101 "@@@STEP_LOG_LINE@python.inline@@@@", |
98 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 102 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
99 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 103 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
100 "@@@STEP_LOG_END@python.inline@@@" | 104 "@@@STEP_LOG_END@python.inline@@@" |
(...skipping 11 matching lines...) Expand all Loading... |
112 "Release", | 116 "Release", |
113 "--build-url", | 117 "--build-url", |
114 "gs://chromium-v8/v8-linux-rel", | 118 "gs://chromium-v8/v8-linux-rel", |
115 "--src-dir", | 119 "--src-dir", |
116 "v8", | 120 "v8", |
117 "--master-name", | 121 "--master-name", |
118 "client.v8", | 122 "client.v8", |
119 "--build-number", | 123 "--build-number", |
120 "571" | 124 "571" |
121 ], | 125 ], |
| 126 "cwd": "[SLAVE_BUILD]", |
122 "name": "extract build" | 127 "name": "extract build" |
123 }, | 128 }, |
124 { | 129 { |
125 "cmd": [ | 130 "cmd": [ |
126 "python", | 131 "python", |
127 "-u", | 132 "-u", |
128 "[CWD]/v8/tools/presubmit.py" | 133 "[SLAVE_BUILD]/v8/tools/presubmit.py" |
129 ], | 134 ], |
130 "cwd": "[CWD]/v8", | 135 "cwd": "[SLAVE_BUILD]/v8", |
131 "name": "Presubmit" | 136 "name": "Presubmit" |
132 }, | 137 }, |
133 { | 138 { |
134 "name": "$result", | 139 "name": "$result", |
135 "recipe_result": null, | 140 "recipe_result": null, |
136 "status_code": 0 | 141 "status_code": 0 |
137 } | 142 } |
138 ] | 143 ] |
OLD | NEW |