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

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

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

Powered by Google App Engine
This is Rietveld 408576698