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

Side by Side Diff: scripts/slave/recipes/dart/dart_cross_tester.expected/target-arm-vm-linux-release.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.dart", 8 "client.dart",
9 "--builder", 9 "--builder",
10 "target-arm-vm-linux-release-be", 10 "target-arm-vm-linux-release-be",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github. com/dart-lang/sdk.git'}]", 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.c om/external/github.com/dart-lang/sdk.git'}]",
15 "--root", 15 "--root",
16 "sdk", 16 "sdk",
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 "sdk@abcd1234efef5656", 24 "sdk@abcd1234efef5656",
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@ \"sdk\": \"abcd1234efef5656\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"abcd1234efef5656\"@@@",
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\": \"sdk\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@",
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 "[SLAVE_BUILD]/sdk/tools/clean_output_directory.py" 53 "[CWD]/sdk/tools/clean_output_directory.py"
55 ], 54 ],
56 "cwd": "[SLAVE_BUILD]/sdk", 55 "cwd": "[CWD]/sdk",
57 "name": "clobber" 56 "name": "clobber"
58 }, 57 },
59 { 58 {
60 "cmd": [ 59 "cmd": [
61 "python", 60 "python",
62 "-u", 61 "-u",
63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 62 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
64 "runhooks" 63 "runhooks"
65 ], 64 ],
66 "cwd": "[SLAVE_BUILD]",
67 "env": { 65 "env": {
68 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
69 }, 67 },
70 "name": "gclient runhooks" 68 "name": "gclient runhooks"
71 }, 69 },
72 { 70 {
73 "cmd": [ 71 "cmd": [
74 "python", 72 "python",
75 "-u", 73 "-u",
76 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 74 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
77 "--", 75 "--",
78 "[DEPOT_TOOLS]/gsutil.py", 76 "[ROOT]/b/depot_tools/gsutil.py",
79 "----", 77 "----",
80 "cp", 78 "cp",
81 "gs://dart-cross-compiled-binaries/cross_build_arm_release_abcd1234efef565 6.tar.bz2", 79 "gs://dart-cross-compiled-binaries/cross_build_arm_release_abcd1234efef565 6.tar.bz2",
82 "cross_build_arm_release_abcd1234efef5656.tar.bz2" 80 "cross_build_arm_release_abcd1234efef5656.tar.bz2"
83 ], 81 ],
84 "cwd": "[SLAVE_BUILD]/sdk", 82 "cwd": "[CWD]/sdk",
85 "name": "gsutil download tarball" 83 "name": "gsutil download tarball"
86 }, 84 },
87 { 85 {
88 "cmd": [ 86 "cmd": [
89 "tar", 87 "tar",
90 "-xjf", 88 "-xjf",
91 "cross_build_arm_release_abcd1234efef5656.tar.bz2" 89 "cross_build_arm_release_abcd1234efef5656.tar.bz2"
92 ], 90 ],
93 "cwd": "[SLAVE_BUILD]/sdk", 91 "cwd": "[CWD]/sdk",
94 "name": "untar tarball" 92 "name": "untar tarball"
95 }, 93 },
96 { 94 {
97 "cmd": [ 95 "cmd": [
98 "python", 96 "python",
99 "-u", 97 "-u",
100 "[SLAVE_BUILD]/sdk/tools/test.py", 98 "[CWD]/sdk/tools/test.py",
101 "--mode=release", 99 "--mode=release",
102 "--arch=arm", 100 "--arch=arm",
103 "--progress=line", 101 "--progress=line",
104 "--report", 102 "--report",
105 "--time", 103 "--time",
106 "--failure-summary", 104 "--failure-summary",
107 "--write-debug-log", 105 "--write-debug-log",
108 "--write-test-outcome-log", 106 "--write-test-outcome-log",
109 "--exclude-suite=pkg" 107 "--exclude-suite=pkg"
110 ], 108 ],
111 "cwd": "[SLAVE_BUILD]/sdk", 109 "cwd": "[CWD]/sdk",
112 "name": "vm tests" 110 "name": "vm tests"
113 }, 111 },
114 { 112 {
115 "cmd": [ 113 "cmd": [
116 "python", 114 "python",
117 "-u", 115 "-u",
118 "[SLAVE_BUILD]/sdk/tools/test.py", 116 "[CWD]/sdk/tools/test.py",
119 "--mode=release", 117 "--mode=release",
120 "--arch=arm", 118 "--arch=arm",
121 "--progress=line", 119 "--progress=line",
122 "--report", 120 "--report",
123 "--time", 121 "--time",
124 "--failure-summary", 122 "--failure-summary",
125 "--write-debug-log", 123 "--write-debug-log",
126 "--write-test-outcome-log", 124 "--write-test-outcome-log",
127 "--exclude-suite=pkg", 125 "--exclude-suite=pkg",
128 "--checked", 126 "--checked",
129 "--append_logs" 127 "--append_logs"
130 ], 128 ],
131 "cwd": "[SLAVE_BUILD]/sdk", 129 "cwd": "[CWD]/sdk",
132 "name": "checked vm tests" 130 "name": "checked vm tests"
133 }, 131 },
134 { 132 {
135 "cmd": [ 133 "cmd": [
136 "rm", 134 "rm",
137 "cross_build_arm_release_abcd1234efef5656.tar.bz2" 135 "cross_build_arm_release_abcd1234efef5656.tar.bz2"
138 ], 136 ],
139 "cwd": "[SLAVE_BUILD]/sdk", 137 "cwd": "[CWD]/sdk",
140 "name": "delete tarball" 138 "name": "delete tarball"
141 }, 139 },
142 { 140 {
143 "cmd": [ 141 "cmd": [
144 "python", 142 "python",
145 "-u", 143 "-u",
146 "[SLAVE_BUILD]/sdk/tools/clean_output_directory.py" 144 "[CWD]/sdk/tools/clean_output_directory.py"
147 ], 145 ],
148 "cwd": "[SLAVE_BUILD]/sdk", 146 "cwd": "[CWD]/sdk",
149 "name": "clobber (2)" 147 "name": "clobber (2)"
150 }, 148 },
151 { 149 {
152 "name": "$result", 150 "name": "$result",
153 "recipe_result": null, 151 "recipe_result": null,
154 "status_code": 0 152 "status_code": 0
155 } 153 }
156 ] 154 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698