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.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "Linux64 Debug (GN)", | 10 "Linux64 Debug (GN)", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url
': 'https://chromium.googlesource.com/libyuv/libyuv'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'root_dir': 'src
'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromiu
m.googlesource.com/libyuv/libyuv'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{}", | 18 "{}", |
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 "src@12345", | 24 "src@12345", |
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@ \"src\": \"12345\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
45 "@@@STEP_LOG_LINE@json.output@}@@@", | 46 "@@@STEP_LOG_LINE@json.output@}@@@", |
46 "@@@STEP_LOG_END@json.output@@@" | 47 "@@@STEP_LOG_END@json.output@@@" |
47 ] | 48 ] |
48 }, | 49 }, |
49 { | 50 { |
50 "cmd": [ | 51 "cmd": [ |
51 "python", | 52 "python", |
52 "-u", | 53 "-u", |
53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
54 "runhooks" | 55 "runhooks" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "env": { | 58 "env": { |
57 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 59 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
58 "GYP_CHROMIUM_NO_ACTION": "1", | 60 "GYP_CHROMIUM_NO_ACTION": "1", |
59 "GYP_DEFINES": "component=shared_library gomadir='[ROOT]/b/build/goma' tar
get_arch=x64 use_goma=1", | 61 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", |
60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 62 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
61 }, | 63 }, |
62 "name": "gclient runhooks" | 64 "name": "gclient runhooks" |
63 }, | 65 }, |
64 { | 66 { |
65 "cmd": [ | 67 "cmd": [ |
66 "python", | 68 "python", |
67 "-u", | 69 "-u", |
68 "[ROOT]/b/depot_tools/gn.py", | 70 "[DEPOT_TOOLS]/gn.py", |
69 "--root=[CWD]/src", | 71 "--root=[SLAVE_BUILD]/src", |
70 "gen", | 72 "gen", |
71 "//out/Debug", | 73 "//out/Debug", |
72 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[ROOT]/b
/build/goma\"" | 74 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/
goma\"" |
73 ], | 75 ], |
| 76 "cwd": "[SLAVE_BUILD]", |
74 "name": "gn" | 77 "name": "gn" |
75 }, | 78 }, |
76 { | 79 { |
77 "cmd": [ | 80 "cmd": [ |
78 "python", | 81 "python", |
79 "-u", | 82 "-u", |
80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 83 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
81 "--show-path", | 84 "--show-path", |
82 "python", | 85 "python", |
83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 86 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
84 "--gsutil-py-path", | 87 "--gsutil-py-path", |
85 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 88 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
86 "--ninja-path", | 89 "--ninja-path", |
87 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
88 "--target", | 91 "--target", |
89 "Debug", | 92 "Debug", |
90 "--src-dir", | 93 "--src-dir", |
91 "[CWD]/src", | 94 "[SLAVE_BUILD]/src", |
92 "--goma-cache-dir", | 95 "--goma-cache-dir", |
93 "[ROOT]/b/build/slave/goma_cache", | 96 "[GOMA_CACHE]", |
94 "--build-tool", | 97 "--build-tool", |
95 "ninja", | 98 "ninja", |
96 "--compiler", | 99 "--compiler", |
97 "goma", | 100 "goma", |
98 "--goma-jsonstatus", | 101 "--goma-jsonstatus", |
99 "/path/to/tmp/json", | 102 "/path/to/tmp/json", |
100 "--goma-service-account-json-file", | 103 "--goma-service-account-json-file", |
101 "/creds/service_accounts/service-account-goma-client.json", | 104 "/creds/service_accounts/service-account-goma-client.json", |
102 "--goma-dir", | 105 "--goma-dir", |
103 "[ROOT]/b/build/goma", | 106 "[BUILD]/goma", |
104 "--", | 107 "--", |
105 "all" | 108 "all" |
106 ], | 109 ], |
| 110 "cwd": "[SLAVE_BUILD]", |
107 "env": { | 111 "env": { |
108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
109 }, | 113 }, |
110 "name": "compile", | 114 "name": "compile", |
111 "~followup_annotations": [ | 115 "~followup_annotations": [ |
112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
113 "@@@STEP_LOG_END@json.output (invalid)@@@" | 117 "@@@STEP_LOG_END@json.output (invalid)@@@" |
114 ] | 118 ] |
115 }, | 119 }, |
116 { | 120 { |
117 "name": "$result", | 121 "name": "$result", |
118 "recipe_result": null, | 122 "recipe_result": null, |
119 "status_code": 0 | 123 "status_code": 0 |
120 } | 124 } |
121 ] | 125 ] |
OLD | NEW |