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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/win_builder.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase 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.drmemory", 8 "client.drmemory",
9 "--builder", 9 "--builder",
10 "win-builder", 10 "win-builder",
11 "--slave", 11 "--slave",
12 "TestSlave", 12 "TestSlave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'drmemory/dynamo rio': 'https://github.com/DynamoRIO/dynamorio.git', 'tools/buildbot': 'https://g ithub.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, ' name': 'drmemory', 'url': 'https://github.com/DynamoRIO/drmemory.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'drmemory/dynamo rio': 'https://github.com/DynamoRIO/dynamorio.git', 'tools/buildbot': 'https://g ithub.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, ' name': 'drmemory', 'url': 'https://github.com/DynamoRIO/drmemory.git'}]",
15 "--root", 15 "--root",
16 "drmemory", 16 "drmemory",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[GIT_CACHE]",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "drmemory@123456789abcdef", 24 "drmemory@123456789abcdef",
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@ \"drmemory\": \"123456789abcdef\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"drmemory\": \"123456789abcdef\"@@@",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "name": "Find package basename", 79 "name": "Find package basename",
81 "stdout": "/path/to/tmp/" 80 "stdout": "/path/to/tmp/"
82 }, 81 },
83 { 82 {
84 "cmd": [ 83 "cmd": [
85 "python", 84 "python",
86 "-u", 85 "-u",
87 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", 86 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
88 "[SLAVE_BUILD]/DrMemory-Windows-1.2.3-0x1234567-sfx.exe" 87 "[SLAVE_BUILD]/DrMemory-Windows-1.2.3-0x1234567-sfx.exe"
89 ], 88 ],
90 "cwd": "[SLAVE_BUILD]",
91 "name": "Delete prior sfx archive", 89 "name": "Delete prior sfx archive",
92 "~followup_annotations": [ 90 "~followup_annotations": [
93 "@@@STEP_LOG_LINE@python.inline@@@@", 91 "@@@STEP_LOG_LINE@python.inline@@@@",
94 "@@@STEP_LOG_LINE@python.inline@import os@@@", 92 "@@@STEP_LOG_LINE@python.inline@import os@@@",
95 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 93 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
96 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 94 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
97 "@@@STEP_LOG_END@python.inline@@@" 95 "@@@STEP_LOG_END@python.inline@@@"
98 ] 96 ]
99 }, 97 },
100 { 98 {
(...skipping 12 matching lines...) Expand all
113 "name": "create sfx archive" 111 "name": "create sfx archive"
114 }, 112 },
115 { 113 {
116 "cmd": [ 114 "cmd": [
117 "python", 115 "python",
118 "-u", 116 "-u",
119 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 117 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
120 "[SLAVE_BUILD]/DrMemory-Windows-1.2.3-0x1234567-sfx.exe", 118 "[SLAVE_BUILD]/DrMemory-Windows-1.2.3-0x1234567-sfx.exe",
121 "[SLAVE_BUILD]/drmemory-windows-latest-sfx.exe" 119 "[SLAVE_BUILD]/drmemory-windows-latest-sfx.exe"
122 ], 120 ],
123 "cwd": "[SLAVE_BUILD]",
124 "name": "copy locally" 121 "name": "copy locally"
125 }, 122 },
126 { 123 {
127 "cmd": [ 124 "cmd": [
128 "python", 125 "python",
129 "-u", 126 "-u",
130 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 127 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
131 "--", 128 "--",
132 "[DEPOT_TOOLS]/gsutil.py", 129 "[DEPOT_TOOLS]/gsutil.py",
133 "----", 130 "----",
(...skipping 12 matching lines...) Expand all
146 "python", 143 "python",
147 "-u", 144 "-u",
148 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 145 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
149 "--", 146 "--",
150 "[DEPOT_TOOLS]/gsutil.py", 147 "[DEPOT_TOOLS]/gsutil.py",
151 "----", 148 "----",
152 "cp", 149 "cp",
153 "DrMemory-Windows-*1234567.zip", 150 "DrMemory-Windows-*1234567.zip",
154 "gs://chromium-drmemory-builds/builds/" 151 "gs://chromium-drmemory-builds/builds/"
155 ], 152 ],
156 "cwd": "[SLAVE_BUILD]",
157 "name": "gsutil upload (2)", 153 "name": "gsutil upload (2)",
158 "~followup_annotations": [ 154 "~followup_annotations": [
159 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/builds/@@@" 155 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/builds/@@@"
160 ] 156 ]
161 }, 157 },
162 { 158 {
163 "name": "$result", 159 "name": "$result",
164 "recipe_result": null, 160 "recipe_result": null,
165 "status_code": 0 161 "status_code": 0
166 } 162 }
167 ] 163 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698