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

Side by Side Diff: scripts/slave/recipes/infra/infra_continuous.expected/infra_win.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 "chromium.infra", 8 "chromium.infra",
9 "--builder", 9 "--builder",
10 "infra-continuous", 10 "infra-continuous",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr a.git'}]", 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{' deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chrom ium.googlesource.com/infra/infra.git'}]",
15 "--root", 15 "--root",
16 "infra", 16 "infra",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"infra\": \"got_revision\"}", 18 "{\"infra\": \"got_revision\"}",
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 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee", 24 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee",
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@ \"infra\": \"c14d891d44f0afff64e56ed7c97 02df1d807b1ee\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"c14d891d44f0afff64e56ed7c97 02df1d807b1ee\"@@@",
(...skipping 18 matching lines...) Expand all
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@"
58 ] 57 ]
59 }, 58 },
60 { 59 {
61 "cmd": [ 60 "cmd": [
62 "python", 61 "python",
63 "-u", 62 "-u",
64 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 63 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
65 "runhooks" 64 "runhooks"
66 ], 65 ],
67 "cwd": "[SLAVE_BUILD]",
68 "env": { 66 "env": {
69 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 67 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
70 }, 68 },
71 "name": "gclient runhooks" 69 "name": "gclient runhooks"
72 }, 70 },
73 { 71 {
74 "cmd": [ 72 "cmd": [
75 "python", 73 "python",
76 "-u", 74 "-u",
77 "test.py", 75 "test.py",
78 "test" 76 "test"
79 ], 77 ],
80 "cwd": "[SLAVE_BUILD]\\infra", 78 "cwd": "[CWD]\\infra",
81 "name": "infra python tests" 79 "name": "infra python tests"
82 }, 80 },
83 { 81 {
84 "cmd": [ 82 "cmd": [
85 "python", 83 "python",
86 "-u", 84 "-u",
87 "[SLAVE_BUILD]\\infra\\go\\env.py", 85 "[CWD]\\infra\\go\\env.py",
88 "go", 86 "go",
89 "version" 87 "version"
90 ], 88 ],
91 "cwd": "[SLAVE_BUILD]",
92 "name": "go third parties" 89 "name": "go third parties"
93 }, 90 },
94 { 91 {
95 "cmd": [ 92 "cmd": [
96 "python", 93 "python",
97 "-u", 94 "-u",
98 "[SLAVE_BUILD]\\infra\\go\\env.py", 95 "[CWD]\\infra\\go\\env.py",
99 "python", 96 "python",
100 "[SLAVE_BUILD]\\infra\\go\\test.py" 97 "[CWD]\\infra\\go\\test.py"
101 ], 98 ],
102 "cwd": "[SLAVE_BUILD]",
103 "name": "infra go tests" 99 "name": "infra go tests"
104 }, 100 },
105 { 101 {
106 "cmd": [ 102 "cmd": [
107 "python", 103 "python",
108 "-u", 104 "-u",
109 "[SLAVE_BUILD]\\infra\\build\\build.py", 105 "[CWD]\\infra\\build\\build.py",
110 "--builder", 106 "--builder",
111 "infra-continuous" 107 "infra-continuous"
112 ], 108 ],
113 "cwd": "[SLAVE_BUILD]",
114 "name": "cipd - build packages" 109 "name": "cipd - build packages"
115 }, 110 },
116 { 111 {
117 "cmd": [ 112 "cmd": [
118 "python", 113 "python",
119 "-u", 114 "-u",
120 "[SLAVE_BUILD]\\infra\\build\\test_packages.py" 115 "[CWD]\\infra\\build\\test_packages.py"
121 ], 116 ],
122 "cwd": "[SLAVE_BUILD]",
123 "name": "cipd - test packages integrity" 117 "name": "cipd - test packages integrity"
124 }, 118 },
125 { 119 {
126 "cmd": [ 120 "cmd": [
127 "python", 121 "python",
128 "-u", 122 "-u",
129 "[SLAVE_BUILD]\\infra\\build\\build.py", 123 "[CWD]\\infra\\build\\build.py",
130 "--no-rebuild", 124 "--no-rebuild",
131 "--upload", 125 "--upload",
132 "--service-account-json", 126 "--service-account-json",
133 "C:\\creds\\service_accounts\\service-account-cipd-builder.json", 127 "C:\\creds\\service_accounts\\service-account-cipd-builder.json",
134 "--json-output", 128 "--json-output",
135 "/path/to/tmp/json", 129 "/path/to/tmp/json",
136 "--builder", 130 "--builder",
137 "infra-continuous", 131 "infra-continuous",
138 "--tags", 132 "--tags",
139 "buildbot_build:chromium.infra/infra-continuous/123", 133 "buildbot_build:chromium.infra/infra-continuous/123",
140 "git_repository:https://chromium.googlesource.com/infra/infra", 134 "git_repository:https://chromium.googlesource.com/infra/infra",
141 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed" 135 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed"
142 ], 136 ],
143 "cwd": "[SLAVE_BUILD]",
144 "name": "cipd - upload packages", 137 "name": "cipd - upload packages",
145 "~followup_annotations": [ 138 "~followup_annotations": [
146 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
147 "@@@STEP_LOG_END@json.output (invalid)@@@" 140 "@@@STEP_LOG_END@json.output (invalid)@@@"
148 ] 141 ]
149 }, 142 },
150 { 143 {
151 "name": "$result", 144 "name": "$result",
152 "recipe_result": null, 145 "recipe_result": null,
153 "status_code": 0 146 "status_code": 0
154 } 147 }
155 ] 148 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698