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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
9 "--builder", | 9 "--builder", |
10 "linux_gn", | 10 "linux_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 "--patch_url", | 21 "--patch_url", |
22 "try_job_svn_patch", | 22 "try_job_svn_patch", |
23 "--output_json", | 23 "--output_json", |
24 "/path/to/tmp/json", | 24 "/path/to/tmp/json", |
25 "--revision", | 25 "--revision", |
26 "src@12345", | 26 "src@12345", |
27 "--force", | 27 "--force", |
28 "--output_manifest" | 28 "--output_manifest" |
29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
30 "env": { | 31 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 33 }, |
33 "name": "bot_update", | 34 "name": "bot_update", |
34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
40 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
47 "@@@STEP_LOG_LINE@json.output@}@@@", | 48 "@@@STEP_LOG_LINE@json.output@}@@@", |
48 "@@@STEP_LOG_END@json.output@@@" | 49 "@@@STEP_LOG_END@json.output@@@" |
49 ] | 50 ] |
50 }, | 51 }, |
51 { | 52 { |
52 "cmd": [ | 53 "cmd": [ |
53 "python", | 54 "python", |
54 "-u", | 55 "-u", |
55 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 56 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
56 "runhooks" | 57 "runhooks" |
57 ], | 58 ], |
| 59 "cwd": "[SLAVE_BUILD]", |
58 "env": { | 60 "env": { |
59 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 61 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
60 "GYP_CHROMIUM_NO_ACTION": "1", | 62 "GYP_CHROMIUM_NO_ACTION": "1", |
61 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[ROOT]/b/build/goma' target_arch=x64 use_goma=1", | 63 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1", |
62 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 64 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
63 }, | 65 }, |
64 "name": "gclient runhooks" | 66 "name": "gclient runhooks" |
65 }, | 67 }, |
66 { | 68 { |
67 "cmd": [ | 69 "cmd": [ |
68 "python", | 70 "python", |
69 "-u", | 71 "-u", |
70 "[ROOT]/b/depot_tools/gn.py", | 72 "[DEPOT_TOOLS]/gn.py", |
71 "--root=[CWD]/src", | 73 "--root=[SLAVE_BUILD]/src", |
72 "gen", | 74 "gen", |
73 "//out/Debug", | 75 "//out/Debug", |
74 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[ROOT]/b
/build/goma\"" | 76 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/
goma\"" |
75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
76 "name": "gn" | 79 "name": "gn" |
77 }, | 80 }, |
78 { | 81 { |
79 "cmd": [ | 82 "cmd": [ |
80 "python", | 83 "python", |
81 "-u", | 84 "-u", |
82 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 85 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
83 "--show-path", | 86 "--show-path", |
84 "python", | 87 "python", |
85 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 88 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
86 "--gsutil-py-path", | 89 "--gsutil-py-path", |
87 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
88 "--ninja-path", | 91 "--ninja-path", |
89 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 92 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
90 "--target", | 93 "--target", |
91 "Debug", | 94 "Debug", |
92 "--src-dir", | 95 "--src-dir", |
93 "[CWD]/src", | 96 "[SLAVE_BUILD]/src", |
94 "--goma-cache-dir", | 97 "--goma-cache-dir", |
95 "[ROOT]/b/build/slave/goma_cache", | 98 "[GOMA_CACHE]", |
96 "--build-tool", | 99 "--build-tool", |
97 "ninja", | 100 "ninja", |
98 "--compiler", | 101 "--compiler", |
99 "goma", | 102 "goma", |
100 "--goma-jsonstatus", | 103 "--goma-jsonstatus", |
101 "/path/to/tmp/json", | 104 "/path/to/tmp/json", |
102 "--goma-service-account-json-file", | 105 "--goma-service-account-json-file", |
103 "/creds/service_accounts/service-account-goma-client.json", | 106 "/creds/service_accounts/service-account-goma-client.json", |
104 "--goma-dir", | 107 "--goma-dir", |
105 "[ROOT]/b/build/goma", | 108 "[BUILD]/goma", |
106 "--goma-fail-fast", | 109 "--goma-fail-fast", |
107 "--goma-disable-local-fallback", | 110 "--goma-disable-local-fallback", |
108 "--", | 111 "--", |
109 "all" | 112 "all" |
110 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", |
111 "env": { | 115 "env": { |
112 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
113 }, | 117 }, |
114 "name": "compile", | 118 "name": "compile", |
115 "~followup_annotations": [ | 119 "~followup_annotations": [ |
116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 120 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
117 "@@@STEP_LOG_END@json.output (invalid)@@@" | 121 "@@@STEP_LOG_END@json.output (invalid)@@@" |
118 ] | 122 ] |
119 }, | 123 }, |
120 { | 124 { |
121 "name": "$result", | 125 "name": "$result", |
122 "recipe_result": null, | 126 "recipe_result": null, |
123 "status_code": 0 | 127 "status_code": 0 |
124 } | 128 } |
125 ] | 129 ] |
OLD | NEW |