Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_arm64_debug.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 = '[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']", 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 ']",
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 "--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]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", 38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
48 ] 47 ]
49 }, 48 },
50 { 49 {
51 "cmd": [ 50 "cmd": [
52 "python", 51 "python",
53 "-u", 52 "-u",
54 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
55 "runhooks" 54 "runhooks"
56 ], 55 ],
57 "cwd": "[SLAVE_BUILD]",
58 "env": { 56 "env": {
59 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 57 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
60 "GYP_CROSSCOMPILE": "1", 58 "GYP_CROSSCOMPILE": "1",
61 "GYP_DEFINES": "OS=ios clang=1 component=static_library gomadir='[BUILD]/g oma' target_arch=arm64 target_subarch=arm64 use_goma=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",
62 "GYP_GENERATORS": "ninja", 60 "GYP_GENERATORS": "ninja",
63 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
64 }, 62 },
65 "name": "gclient runhooks" 63 "name": "gclient runhooks"
66 }, 64 },
67 { 65 {
68 "allow_subannotations": true, 66 "allow_subannotations": true,
69 "cmd": [ 67 "cmd": [
70 "python", 68 "python",
71 "-u", 69 "-u",
72 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 70 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
73 "--src-dir", 71 "--src-dir",
74 "[SLAVE_BUILD]/src", 72 "[CWD]/src",
75 "--output-json", 73 "--output-json",
76 "/path/to/tmp/json" 74 "/path/to/tmp/json"
77 ], 75 ],
78 "cwd": "[SLAVE_BUILD]",
79 "env": { 76 "env": {
80 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 77 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
81 }, 78 },
82 "name": "clang_revision", 79 "name": "clang_revision",
83 "~followup_annotations": [ 80 "~followup_annotations": [
84 "@@@STEP_LOG_LINE@json.output@{@@@", 81 "@@@STEP_LOG_LINE@json.output@{@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
86 "@@@STEP_LOG_LINE@json.output@}@@@", 83 "@@@STEP_LOG_LINE@json.output@}@@@",
87 "@@@STEP_LOG_END@json.output@@@" 84 "@@@STEP_LOG_END@json.output@@@"
88 ] 85 ]
89 }, 86 },
90 { 87 {
91 "cmd": [ 88 "cmd": [
92 "python", 89 "python",
93 "-u", 90 "-u",
94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 91 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
95 "--show-path", 92 "--show-path",
96 "python", 93 "python",
97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 94 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
98 "--gsutil-py-path", 95 "--gsutil-py-path",
99 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 96 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
100 "--ninja-path", 97 "--ninja-path",
101 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 98 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
102 "--target", 99 "--target",
103 "Debug-iphoneos", 100 "Debug-iphoneos",
104 "--src-dir", 101 "--src-dir",
105 "[SLAVE_BUILD]/src", 102 "[CWD]/src",
106 "--goma-cache-dir", 103 "--goma-cache-dir",
107 "[GOMA_CACHE]", 104 "[ROOT]/b/build/slave/goma_cache",
108 "--build-tool", 105 "--build-tool",
109 "ninja", 106 "ninja",
110 "--compiler", 107 "--compiler",
111 "goma-clang", 108 "goma-clang",
112 "--goma-jsonstatus", 109 "--goma-jsonstatus",
113 "/path/to/tmp/json", 110 "/path/to/tmp/json",
114 "--goma-service-account-json-file", 111 "--goma-service-account-json-file",
115 "/creds/service_accounts/service-account-goma-client.json", 112 "/creds/service_accounts/service-account-goma-client.json",
116 "--goma-dir", 113 "--goma-dir",
117 "[BUILD]/goma", 114 "[ROOT]/b/build/goma",
118 "--", 115 "--",
119 "All" 116 "All"
120 ], 117 ],
121 "cwd": "[SLAVE_BUILD]",
122 "env": { 118 "env": {
123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 119 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
124 }, 120 },
125 "name": "compile", 121 "name": "compile",
126 "~followup_annotations": [ 122 "~followup_annotations": [
127 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 123 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
128 "@@@STEP_LOG_END@json.output (invalid)@@@" 124 "@@@STEP_LOG_END@json.output (invalid)@@@"
129 ] 125 ]
130 }, 126 },
131 { 127 {
132 "name": "$result", 128 "name": "$result",
133 "recipe_result": null, 129 "recipe_result": null,
134 "status_code": 0 130 "status_code": 0
135 } 131 }
136 ] 132 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698