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 "iOS ARM64 Debug", | 10 "iOS ARM64 Debug", |
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'}]\ntarget_os = ['ios', 'mac
']", | 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'}]\ntarget_os = ['ios', 'mac']", |
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_CROSSCOMPILE": "1", | 60 "GYP_CROSSCOMPILE": "1", |
59 "GYP_DEFINES": "OS=ios clang=1 component=static_library gomadir='[ROOT]/b/
build/goma' target_arch=arm64 target_subarch=arm64 use_goma=1", | 61 "GYP_DEFINES": "OS=ios clang=1 component=static_library gomadir='[BUILD]/g
oma' target_arch=arm64 target_subarch=arm64 use_goma=1", |
60 "GYP_GENERATORS": "ninja", | 62 "GYP_GENERATORS": "ninja", |
61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 63 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
62 }, | 64 }, |
63 "name": "gclient runhooks" | 65 "name": "gclient runhooks" |
64 }, | 66 }, |
65 { | 67 { |
66 "allow_subannotations": true, | 68 "allow_subannotations": true, |
67 "cmd": [ | 69 "cmd": [ |
68 "python", | 70 "python", |
69 "-u", | 71 "-u", |
70 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 72 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
71 "--src-dir", | 73 "--src-dir", |
72 "[CWD]/src", | 74 "[SLAVE_BUILD]/src", |
73 "--output-json", | 75 "--output-json", |
74 "/path/to/tmp/json" | 76 "/path/to/tmp/json" |
75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
76 "env": { | 79 "env": { |
77 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 80 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
78 }, | 81 }, |
79 "name": "clang_revision", | 82 "name": "clang_revision", |
80 "~followup_annotations": [ | 83 "~followup_annotations": [ |
81 "@@@STEP_LOG_LINE@json.output@{@@@", | 84 "@@@STEP_LOG_LINE@json.output@{@@@", |
82 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
83 "@@@STEP_LOG_LINE@json.output@}@@@", | 86 "@@@STEP_LOG_LINE@json.output@}@@@", |
84 "@@@STEP_LOG_END@json.output@@@" | 87 "@@@STEP_LOG_END@json.output@@@" |
85 ] | 88 ] |
86 }, | 89 }, |
87 { | 90 { |
88 "cmd": [ | 91 "cmd": [ |
89 "python", | 92 "python", |
90 "-u", | 93 "-u", |
91 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
92 "--show-path", | 95 "--show-path", |
93 "python", | 96 "python", |
94 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
95 "--gsutil-py-path", | 98 "--gsutil-py-path", |
96 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
97 "--ninja-path", | 100 "--ninja-path", |
98 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
99 "--target", | 102 "--target", |
100 "Debug-iphoneos", | 103 "Debug-iphoneos", |
101 "--src-dir", | 104 "--src-dir", |
102 "[CWD]/src", | 105 "[SLAVE_BUILD]/src", |
103 "--goma-cache-dir", | 106 "--goma-cache-dir", |
104 "[ROOT]/b/build/slave/goma_cache", | 107 "[GOMA_CACHE]", |
105 "--build-tool", | 108 "--build-tool", |
106 "ninja", | 109 "ninja", |
107 "--compiler", | 110 "--compiler", |
108 "goma-clang", | 111 "goma-clang", |
109 "--goma-jsonstatus", | 112 "--goma-jsonstatus", |
110 "/path/to/tmp/json", | 113 "/path/to/tmp/json", |
111 "--goma-service-account-json-file", | 114 "--goma-service-account-json-file", |
112 "/creds/service_accounts/service-account-goma-client.json", | 115 "/creds/service_accounts/service-account-goma-client.json", |
113 "--goma-dir", | 116 "--goma-dir", |
114 "[ROOT]/b/build/goma", | 117 "[BUILD]/goma", |
115 "--", | 118 "--", |
116 "All" | 119 "All" |
117 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
118 "env": { | 122 "env": { |
119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
120 }, | 124 }, |
121 "name": "compile", | 125 "name": "compile", |
122 "~followup_annotations": [ | 126 "~followup_annotations": [ |
123 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 127 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
124 "@@@STEP_LOG_END@json.output (invalid)@@@" | 128 "@@@STEP_LOG_END@json.output (invalid)@@@" |
125 ] | 129 ] |
126 }, | 130 }, |
127 { | 131 { |
128 "name": "$result", | 132 "name": "$result", |
129 "recipe_result": null, | 133 "recipe_result": null, |
130 "status_code": 0 | 134 "status_code": 0 |
131 } | 135 } |
132 ] | 136 ] |
OLD | NEW |