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