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

Side by Side Diff: scripts/slave/recipes/client.dynamorio.recipe_autogen.expected/win_dr_package.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.dynamorio", 8 "client.dynamorio",
9 "--builder", 9 "--builder",
10 "win-dr-package", 10 "win-dr-package",
11 "--slave", 11 "--slave",
12 "TestSlave", 12 "TestSlave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps' : {'dynamorio/tools/buildbot': 'https://github.com/DynamoRIO/buildbot.git'}, 'de ps_file': '.DEPS.git', 'managed': True, 'name': 'dynamorio', 'url': 'https://git hub.com/DynamoRIO/dynamorio.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'dynamorio/tools /buildbot': 'https://github.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.gi t', 'managed': True, 'name': 'dynamorio', 'url': 'https://github.com/DynamoRIO/d ynamorio.git'}]",
15 "--root", 15 "--root",
16 "dynamorio", 16 "dynamorio",
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 "dynamorio@123456789abcdef", 24 "dynamorio@123456789abcdef",
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@ \"dynamorio\": \"123456789abcdef\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"dynamorio\": \"123456789abcdef\"@@@",
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\": \"dynamorio\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"dynamorio\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"dynamorio\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"dynamorio\", @@@",
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 "[CWD]/dynamorio/tools/buildbot/bot_tools/unpack.bat" 52 "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools/unpack.bat"
52 ], 53 ],
53 "cwd": "[CWD]/dynamorio/tools/buildbot/bot_tools", 54 "cwd": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools",
54 "name": "unpack tools" 55 "name": "unpack tools"
55 }, 56 },
56 { 57 {
57 "cmd": [ 58 "cmd": [
58 "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat", 59 "[BUILD]/scripts/slave/drmemory/build_env.bat",
59 "ctest", 60 "ctest",
60 "-VV", 61 "-VV",
61 "-S", 62 "-S",
62 "[CWD]/dynamorio/make/package.cmake,build=0x1234567" 63 "[SLAVE_BUILD]/dynamorio/make/package.cmake,build=0x1234567"
63 ], 64 ],
65 "cwd": "[SLAVE_BUILD]",
64 "env": { 66 "env": {
65 "BOTTOOLS": "[CWD]/dynamorio/tools/buildbot/bot_tools" 67 "BOTTOOLS": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools"
66 }, 68 },
67 "name": "Package DynamoRIO" 69 "name": "Package DynamoRIO"
68 }, 70 },
69 { 71 {
70 "cmd": [ 72 "cmd": [
71 "python", 73 "python",
72 "-u", 74 "-u",
73 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 75 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
74 "--", 76 "--",
75 "[ROOT]/b/depot_tools/gsutil.py", 77 "[DEPOT_TOOLS]/gsutil.py",
76 "----", 78 "----",
77 "cp", 79 "cp",
78 "DynamoRIO-Windows-*1234567.zip", 80 "DynamoRIO-Windows-*1234567.zip",
79 "gs://chromium-dynamorio/builds/" 81 "gs://chromium-dynamorio/builds/"
80 ], 82 ],
83 "cwd": "[SLAVE_BUILD]",
81 "name": "gsutil upload", 84 "name": "gsutil upload",
82 "~followup_annotations": [ 85 "~followup_annotations": [
83 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna morio/builds/@@@" 86 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dyna morio/builds/@@@"
84 ] 87 ]
85 }, 88 },
86 { 89 {
87 "name": "$result", 90 "name": "$result",
88 "recipe_result": null, 91 "recipe_result": null,
89 "status_code": 0 92 "status_code": 0
90 } 93 }
91 ] 94 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698