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

Side by Side Diff: scripts/slave/recipes/infra/try_recipe.expected/broken_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 "tryserver.infra", 8 "tryserver.infra",
9 "--builder", 9 "--builder",
10 "recipe_try", 10 "recipe_try",
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': 'build', 'url': 'https://chromium.googlesource.com/chromium/t ools/build.git'}]", 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{' deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chrom ium.googlesource.com/chromium/tools/build.git'}]",
15 "--root", 15 "--root",
16 "build", 16 "build",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"build\": \"got_revision\"}", 18 "{\"build\": \"got_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[ROOT]\\b\\build\\slave\\cache_dir",
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 "build@HEAD", 30 "build@HEAD",
31 "--force", 31 "--force",
32 "--output_manifest" 32 "--output_manifest"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
35 "env": { 34 "env": {
36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
37 }, 36 },
38 "name": "bot_update", 37 "name": "bot_update",
39 "~followup_annotations": [ 38 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@",
(...skipping 15 matching lines...) Expand all
60 "@@@STEP_LOG_LINE@json.output@}@@@", 59 "@@@STEP_LOG_LINE@json.output@}@@@",
61 "@@@STEP_LOG_END@json.output@@@", 60 "@@@STEP_LOG_END@json.output@@@",
62 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86 8509\"@@@", 61 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86 8509\"@@@",
63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@"
64 ] 63 ]
65 }, 64 },
66 { 65 {
67 "cmd": [ 66 "cmd": [
68 "python", 67 "python",
69 "-u", 68 "-u",
70 "[SLAVE_BUILD]\\build\\scripts\\slave\\recipes.py", 69 "[CWD]\\build\\scripts\\slave\\recipes.py",
71 "fetch" 70 "fetch"
72 ], 71 ],
73 "cwd": "[SLAVE_BUILD]",
74 "name": "fetch recipe engine deps", 72 "name": "fetch recipe engine deps",
75 "~followup_annotations": [ 73 "~followup_annotations": [
76 "step returned non-zero exit code: 1", 74 "step returned non-zero exit code: 1",
77 "@@@STEP_FAILURE@@@" 75 "@@@STEP_FAILURE@@@"
78 ] 76 ]
79 }, 77 },
80 { 78 {
81 "cmd": [ 79 "cmd": [
82 "python", 80 "python",
83 "-u", 81 "-u",
84 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], ignore_errors=True)\ n", 82 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], ignore_errors=True)\ n",
85 "[SLAVE_BUILD]\\build\\scripts\\slave\\.recipe_deps" 83 "[CWD]\\build\\scripts\\slave\\.recipe_deps"
86 ], 84 ],
87 "cwd": "[SLAVE_BUILD]",
88 "name": "remove repo workaround for http://crbug.com/589201", 85 "name": "remove repo workaround for http://crbug.com/589201",
89 "~followup_annotations": [ 86 "~followup_annotations": [
90 "@@@STEP_LOG_LINE@python.inline@@@@", 87 "@@@STEP_LOG_LINE@python.inline@@@@",
91 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", 88 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
92 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], ignore_errors=T rue)@@@", 89 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], ignore_errors=T rue)@@@",
93 "@@@STEP_LOG_END@python.inline@@@" 90 "@@@STEP_LOG_END@python.inline@@@"
94 ] 91 ]
95 }, 92 },
96 { 93 {
97 "cmd": [ 94 "cmd": [
98 "python", 95 "python",
99 "-u", 96 "-u",
100 "[SLAVE_BUILD]\\build\\scripts\\slave\\recipes.py", 97 "[CWD]\\build\\scripts\\slave\\recipes.py",
101 "fetch" 98 "fetch"
102 ], 99 ],
103 "cwd": "[SLAVE_BUILD]",
104 "name": "fetch recipe engine deps from scratch." 100 "name": "fetch recipe engine deps from scratch."
105 }, 101 },
106 { 102 {
107 "cmd": [], 103 "cmd": [],
108 "cwd": "[SLAVE_BUILD]",
109 "name": "properties (0)", 104 "name": "properties (0)",
110 "~followup_annotations": [ 105 "~followup_annotations": [
111 "@@@STEP_LOG_LINE@properties@{@@@", 106 "@@@STEP_LOG_LINE@properties@{@@@",
112 "@@@STEP_LOG_LINE@properties@ \"buildername\": \"recipe_try\", @@@", 107 "@@@STEP_LOG_LINE@properties@ \"buildername\": \"recipe_try\", @@@",
113 "@@@STEP_LOG_LINE@properties@ \"buildnumber\": 571, @@@", 108 "@@@STEP_LOG_LINE@properties@ \"buildnumber\": 571, @@@",
114 "@@@STEP_LOG_LINE@properties@ \"mastername\": \"tryserver.infra\", @@@", 109 "@@@STEP_LOG_LINE@properties@ \"mastername\": \"tryserver.infra\", @@@",
115 "@@@STEP_LOG_LINE@properties@ \"prop1\": \"value1\", @@@", 110 "@@@STEP_LOG_LINE@properties@ \"prop1\": \"value1\", @@@",
116 "@@@STEP_LOG_LINE@properties@ \"prop2\": \"value2\", @@@", 111 "@@@STEP_LOG_LINE@properties@ \"prop2\": \"value2\", @@@",
117 "@@@STEP_LOG_LINE@properties@ \"slavename\": \"TestSlavename\", @@@", 112 "@@@STEP_LOG_LINE@properties@ \"slavename\": \"TestSlavename\", @@@",
118 "@@@STEP_LOG_LINE@properties@ \"try_level\": 1@@@", 113 "@@@STEP_LOG_LINE@properties@ \"try_level\": 1@@@",
119 "@@@STEP_LOG_LINE@properties@}@@@", 114 "@@@STEP_LOG_LINE@properties@}@@@",
120 "@@@STEP_LOG_END@properties@@@" 115 "@@@STEP_LOG_END@properties@@@"
121 ] 116 ]
122 }, 117 },
123 { 118 {
124 "allow_subannotations": true, 119 "allow_subannotations": true,
125 "cmd": [ 120 "cmd": [
126 "python", 121 "python",
127 "-u", 122 "-u",
128 "[SLAVE_BUILD]\\build\\scripts\\tools\\annotee_indenter.py", 123 "[CWD]\\build\\scripts\\tools\\annotee_indenter.py",
129 "--base-level", 124 "--base-level",
130 "1", 125 "1",
131 "--use-python-executable", 126 "--use-python-executable",
132 "--", 127 "--",
133 "[SLAVE_BUILD]\\build\\scripts\\slave\\recipes.py", 128 "[CWD]\\build\\scripts\\slave\\recipes.py",
134 "run", 129 "run",
135 "--properties-file", 130 "--properties-file",
136 "{\"buildername\": \"recipe_try\", \"buildnumber\": 571, \"mastername\": \ "tryserver.infra\", \"prop1\": \"value1\", \"prop2\": \"value2\", \"slavename\": \"TestSlavename\", \"try_level\": 1}", 131 "{\"buildername\": \"recipe_try\", \"buildnumber\": 571, \"mastername\": \ "tryserver.infra\", \"prop1\": \"value1\", \"prop2\": \"value2\", \"slavename\": \"TestSlavename\", \"try_level\": 1}",
137 "infra/build_repo_real_try" 132 "infra/build_repo_real_try"
138 ], 133 ],
139 "cwd": "[SLAVE_BUILD]",
140 "name": "infra.build_repo_real_try run" 134 "name": "infra.build_repo_real_try run"
141 }, 135 },
142 { 136 {
143 "name": "$result", 137 "name": "$result",
144 "recipe_result": null, 138 "recipe_result": null,
145 "status_code": 0 139 "status_code": 0
146 } 140 }
147 ] 141 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698