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

Side by Side Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests_on_win.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, 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
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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "infra_tester", 10 "infra_tester",
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.git', 'managed': True, 'name': 'infra', 'url': 'https://chrom ium.googlesource.com/infra/infra.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr a.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 "[ROOT]\\b\\build\\slave\\cache_dir", 20 "[GIT_CACHE]",
21 "--issue", 21 "--issue",
22 "12853011", 22 "12853011",
23 "--patchset", 23 "--patchset",
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "infra@HEAD", 30 "infra@HEAD",
31 "--force", 31 "--force",
32 "--output_manifest" 32 "--output_manifest"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
34 "env": { 35 "env": {
35 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
36 }, 37 },
37 "name": "bot_update", 38 "name": "bot_update",
38 "~followup_annotations": [ 39 "~followup_annotations": [
39 "@@@STEP_TEXT@Some step text@@@", 40 "@@@STEP_TEXT@Some step text@@@",
40 "@@@STEP_LOG_LINE@json.output@{@@@", 41 "@@@STEP_LOG_LINE@json.output@{@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@",
(...skipping 30 matching lines...) Expand all
74 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 75 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
75 "-c", 76 "-c",
76 "user.email=commit-bot@chromium.org", 77 "user.email=commit-bot@chromium.org",
77 "-c", 78 "-c",
78 "user.name=The Commit Bot", 79 "user.name=The Commit Bot",
79 "commit", 80 "commit",
80 "-a", 81 "-a",
81 "-m", 82 "-m",
82 "Committed patch" 83 "Committed patch"
83 ], 84 ],
84 "cwd": "[CWD]\\infra", 85 "cwd": "[SLAVE_BUILD]\\infra",
85 "name": "commit git patch" 86 "name": "commit git patch"
86 }, 87 },
87 { 88 {
88 "cmd": [ 89 "cmd": [
89 "python", 90 "python",
90 "-u", 91 "-u",
91 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 92 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
92 "runhooks" 93 "runhooks"
93 ], 94 ],
95 "cwd": "[SLAVE_BUILD]",
94 "env": { 96 "env": {
95 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 97 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
96 }, 98 },
97 "name": "gclient runhooks" 99 "name": "gclient runhooks"
98 }, 100 },
99 { 101 {
100 "cmd": [ 102 "cmd": [
101 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 103 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
102 "diff", 104 "diff",
103 "--name-only", 105 "--name-only",
104 "HEAD", 106 "HEAD",
105 "HEAD~" 107 "HEAD~"
106 ], 108 ],
107 "cwd": "[CWD]\\infra", 109 "cwd": "[SLAVE_BUILD]\\infra",
108 "name": "get change list", 110 "name": "get change list",
109 "stdout": "/path/to/tmp/", 111 "stdout": "/path/to/tmp/",
110 "~followup_annotations": [ 112 "~followup_annotations": [
111 "@@@STEP_LOG_LINE@change list@appengine/chromium_rietveld/codereview/views .py@@@", 113 "@@@STEP_LOG_LINE@change list@appengine/chromium_rietveld/codereview/views .py@@@",
112 "@@@STEP_LOG_END@change list@@@" 114 "@@@STEP_LOG_END@change list@@@"
113 ] 115 ]
114 }, 116 },
115 { 117 {
116 "cmd": [ 118 "cmd": [
117 "python", 119 "python",
118 "-u", 120 "-u",
119 "test.py", 121 "test.py",
120 "test" 122 "test"
121 ], 123 ],
122 "cwd": "[CWD]\\infra", 124 "cwd": "[SLAVE_BUILD]\\infra",
123 "name": "python tests" 125 "name": "python tests"
124 }, 126 },
125 { 127 {
126 "cmd": [ 128 "cmd": [
127 "python", 129 "python",
128 "-u", 130 "-u",
129 "[CWD]\\infra\\go\\env.py" 131 "[SLAVE_BUILD]\\infra\\go\\env.py"
130 ], 132 ],
133 "cwd": "[SLAVE_BUILD]",
131 "name": "go bootstrap" 134 "name": "go bootstrap"
132 }, 135 },
133 { 136 {
134 "cmd": [ 137 "cmd": [
135 "python", 138 "python",
136 "-u", 139 "-u",
137 "[CWD]\\infra\\go\\env.py", 140 "[SLAVE_BUILD]\\infra\\go\\env.py",
138 "python", 141 "python",
139 "[CWD]\\infra\\go\\test.py" 142 "[SLAVE_BUILD]\\infra\\go\\test.py"
140 ], 143 ],
144 "cwd": "[SLAVE_BUILD]",
141 "name": "go tests" 145 "name": "go tests"
142 }, 146 },
143 { 147 {
144 "name": "$result", 148 "name": "$result",
145 "recipe_result": null, 149 "recipe_result": null,
146 "status_code": 0 150 "status_code": 0
147 } 151 }
148 ] 152 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/infra_repo_trybot.expected/rietveld_tests.json ('k') | scripts/slave/recipes/infra/luci_gae.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698