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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_debug_forced.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, 8 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 "Linux64 Debug", 10 "Linux64 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'}]", 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 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@HEAD", 24 "src@HEAD",
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\": \"HEAD\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
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_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1", 58 "GYP_DEFINES": "component=shared_library gomadir='[ROOT]/b/build/goma' tar get_arch=x64 use_goma=1",
61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
62 }, 60 },
63 "name": "gclient runhooks" 61 "name": "gclient runhooks"
64 }, 62 },
65 { 63 {
66 "cmd": [ 64 "cmd": [
67 "python", 65 "python",
68 "-u", 66 "-u",
69 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 67 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
70 "--show-path", 68 "--show-path",
71 "python", 69 "python",
72 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 70 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
73 "--gsutil-py-path", 71 "--gsutil-py-path",
74 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 72 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
75 "--ninja-path", 73 "--ninja-path",
76 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 74 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
77 "--target", 75 "--target",
78 "Debug", 76 "Debug",
79 "--src-dir", 77 "--src-dir",
80 "[SLAVE_BUILD]/src", 78 "[CWD]/src",
81 "--goma-cache-dir", 79 "--goma-cache-dir",
82 "[GOMA_CACHE]", 80 "[ROOT]/b/build/slave/goma_cache",
83 "--build-tool", 81 "--build-tool",
84 "ninja", 82 "ninja",
85 "--compiler", 83 "--compiler",
86 "goma", 84 "goma",
87 "--goma-jsonstatus", 85 "--goma-jsonstatus",
88 "/path/to/tmp/json", 86 "/path/to/tmp/json",
89 "--goma-service-account-json-file", 87 "--goma-service-account-json-file",
90 "/creds/service_accounts/service-account-goma-client.json", 88 "/creds/service_accounts/service-account-goma-client.json",
91 "--goma-dir", 89 "--goma-dir",
92 "[BUILD]/goma", 90 "[ROOT]/b/build/goma",
93 "--", 91 "--",
94 "All" 92 "All"
95 ], 93 ],
96 "cwd": "[SLAVE_BUILD]",
97 "env": { 94 "env": {
98 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 95 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
99 }, 96 },
100 "name": "compile", 97 "name": "compile",
101 "~followup_annotations": [ 98 "~followup_annotations": [
102 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 99 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
103 "@@@STEP_LOG_END@json.output (invalid)@@@" 100 "@@@STEP_LOG_END@json.output (invalid)@@@"
104 ] 101 ]
105 }, 102 },
106 { 103 {
107 "cmd": [ 104 "cmd": [
108 "python", 105 "python",
109 "-u", 106 "-u",
110 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 107 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
111 "--target", 108 "--target",
112 "Debug", 109 "Debug",
113 "--no-xvfb", 110 "--no-xvfb",
114 "--factory-properties", 111 "--factory-properties",
115 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"slavename\": \"slav ename\"}", 112 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"slavename\": \"slav ename\"}",
116 "--build-properties", 113 "--build-properties",
117 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"slavename\": \"slav ename\"}", 114 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"slavename\": \"slav ename\"}",
118 "--step-name=libyuv_unittest", 115 "--step-name=libyuv_unittest",
119 "--builder-name=Linux64 Debug", 116 "--builder-name=Linux64 Debug",
120 "--slave-name=slavename", 117 "--slave-name=slavename",
121 "libyuv_unittest" 118 "libyuv_unittest"
122 ], 119 ],
123 "cwd": "[SLAVE_BUILD]",
124 "name": "libyuv_unittest" 120 "name": "libyuv_unittest"
125 }, 121 },
126 { 122 {
127 "name": "$result", 123 "name": "$result",
128 "recipe_result": null, 124 "recipe_result": null,
129 "status_code": 0 125 "status_code": 0
130 } 126 }
131 ] 127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698