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

Side by Side Diff: scripts/slave/recipes/dart/dart2js.expected/dart2js-win7-ie10-dev.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.dart", 8 "client.dart",
9 "--builder", 9 "--builder",
10 "dart2js-win7-ie10-dev", 10 "dart2js-win7-ie10-dev",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{' deps_file': 'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.go oglesource.com/external/github.com/dart-lang/sdk.git'}]", 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'}]",
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 "[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 "sdk@HEAD", 24 "sdk@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@ \"sdk\": \"HEAD\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"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\": \"sdk\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"sdk\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"sdk\", @@@",
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 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 59 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
58 }, 60 },
59 "name": "gclient runhooks" 61 "name": "gclient runhooks"
60 }, 62 },
61 { 63 {
62 "cmd": [ 64 "cmd": [
63 "python", 65 "python",
64 "-u", 66 "-u",
65 "[CWD]\\sdk\\tools\\task_kill.py", 67 "[SLAVE_BUILD]\\sdk\\tools\\task_kill.py",
66 "--kill_browsers=True" 68 "--kill_browsers=True"
67 ], 69 ],
68 "cwd": "[CWD]\\sdk", 70 "cwd": "[SLAVE_BUILD]\\sdk",
69 "name": "taskkill before building" 71 "name": "taskkill before building"
70 }, 72 },
71 { 73 {
72 "cmd": [ 74 "cmd": [
73 "python", 75 "python",
74 "-u", 76 "-u",
75 "[CWD]\\sdk\\tools\\build.py", 77 "[SLAVE_BUILD]\\sdk\\tools\\build.py",
76 "-mrelease", 78 "-mrelease",
77 "--arch=ia32", 79 "--arch=ia32",
78 "dart2js_bot" 80 "dart2js_bot"
79 ], 81 ],
80 "cwd": "[CWD]\\sdk", 82 "cwd": "[SLAVE_BUILD]\\sdk",
81 "name": "build dart" 83 "name": "build dart"
82 }, 84 },
83 { 85 {
84 "cmd": [ 86 "cmd": [
85 "python", 87 "python",
86 "-u", 88 "-u",
87 "[CWD]\\sdk\\tools\\test.py", 89 "[SLAVE_BUILD]\\sdk\\tools\\test.py",
88 "--mode=release", 90 "--mode=release",
89 "--arch=ia32", 91 "--arch=ia32",
90 "--compiler=dart2js", 92 "--compiler=dart2js",
91 "--dart2js-batch", 93 "--dart2js-batch",
92 "--runtime=ie10", 94 "--runtime=ie10",
93 "--progress=buildbot", 95 "--progress=buildbot",
94 "-v", 96 "-v",
95 "--clear_browser_cache", 97 "--clear_browser_cache",
96 "--report", 98 "--report",
97 "--time", 99 "--time",
98 "--failure-summary", 100 "--failure-summary",
99 "--write-debug-log", 101 "--write-debug-log",
100 "--write-test-outcome-log", 102 "--write-test-outcome-log",
101 "--copy-coredumps", 103 "--copy-coredumps",
102 "--builder-tag=windows-ie10", 104 "--builder-tag=windows-ie10",
103 "html", 105 "html",
104 "pkg", 106 "pkg",
105 "samples", 107 "samples",
106 "co19" 108 "co19"
107 ], 109 ],
108 "cwd": "[CWD]\\sdk", 110 "cwd": "[SLAVE_BUILD]\\sdk",
109 "name": "dart2js ie10 tests" 111 "name": "dart2js ie10 tests"
110 }, 112 },
111 { 113 {
112 "cmd": [ 114 "cmd": [
113 "python", 115 "python",
114 "-u", 116 "-u",
115 "[CWD]\\sdk\\tools\\task_kill.py", 117 "[SLAVE_BUILD]\\sdk\\tools\\task_kill.py",
116 "--kill_browsers=True" 118 "--kill_browsers=True"
117 ], 119 ],
118 "cwd": "[CWD]\\sdk", 120 "cwd": "[SLAVE_BUILD]\\sdk",
119 "name": "taskkill after testing" 121 "name": "taskkill after testing"
120 }, 122 },
121 { 123 {
122 "name": "$result", 124 "name": "$result",
123 "recipe_result": null, 125 "recipe_result": null,
124 "status_code": 0 126 "status_code": 0
125 } 127 }
126 ] 128 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698