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

Side by Side Diff: scripts/slave/recipes/client.drmemory.recipe_autogen.expected/mac_mavericks_x64_drm.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 "client.drmemory", 8 "client.drmemory",
9 "--builder", 9 "--builder",
10 "mac-mavericks_x64-drm", 10 "mac-mavericks_x64-drm",
11 "--slave", 11 "--slave",
12 "TestSlave", 12 "TestSlave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps' : {'drmemory/dynamorio': 'https://github.com/DynamoRIO/dynamorio.git', 'tools/bu ildbot': 'https://github.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'drmemory', 'url': 'https://github.com/DynamoRIO/drmem ory.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 "[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 "drmemory@123456789abcdef", 24 "drmemory@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@ \"drmemory\": \"123456789abcdef\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"drmemory\": \"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\": \"drmemory\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"drmemory\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"drmemory\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"drmemory\", @@@",
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 "ctest", 52 "ctest",
52 "--timeout", 53 "--timeout",
53 "60", 54 "60",
54 "-VV", 55 "-VV",
55 "-S", 56 "-S",
56 "[CWD]/drmemory/tests/runsuite.cmake,drmemory_only;long;build=0x1234567" 57 "[SLAVE_BUILD]/drmemory/tests/runsuite.cmake,drmemory_only;long;build=0x12 34567"
57 ], 58 ],
59 "cwd": "[SLAVE_BUILD]",
58 "name": "Dr. Memory ctest" 60 "name": "Dr. Memory ctest"
59 }, 61 },
60 { 62 {
61 "cmd": [ 63 "cmd": [
62 "7z", 64 "7z",
63 "a", 65 "a",
64 "-xr!*.pdb", 66 "-xr!*.pdb",
65 "testlogs_r123456789abcdef_b42.7z", 67 "testlogs_r123456789abcdef_b42.7z",
66 "build_drmemory-dbg-32/logs", 68 "build_drmemory-dbg-32/logs",
67 "build_drmemory-dbg-32/Testing/Temporary", 69 "build_drmemory-dbg-32/Testing/Temporary",
68 "build_drmemory-rel-32/logs", 70 "build_drmemory-rel-32/logs",
69 "build_drmemory-rel-32/Testing/Temporary", 71 "build_drmemory-rel-32/Testing/Temporary",
70 "xml:results" 72 "xml:results"
71 ], 73 ],
74 "cwd": "[SLAVE_BUILD]",
72 "name": "Pack test results" 75 "name": "Pack test results"
73 }, 76 },
74 { 77 {
75 "cmd": [ 78 "cmd": [
76 "python", 79 "python",
77 "-u", 80 "-u",
78 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 81 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
79 "--", 82 "--",
80 "[ROOT]/b/depot_tools/gsutil.py", 83 "[DEPOT_TOOLS]/gsutil.py",
81 "----", 84 "----",
82 "cp", 85 "cp",
83 "testlogs_r123456789abcdef_b42.7z", 86 "testlogs_r123456789abcdef_b42.7z",
84 "gs://chromium-drmemory-builds/testlogs/from_mac-mavericks_x64-drm" 87 "gs://chromium-drmemory-builds/testlogs/from_mac-mavericks_x64-drm"
85 ], 88 ],
89 "cwd": "[SLAVE_BUILD]",
86 "name": "gsutil upload", 90 "name": "gsutil upload",
87 "~followup_annotations": [ 91 "~followup_annotations": [
88 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/testlogs/from_mac-mavericks_x64-drm@@@" 92 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme mory-builds/testlogs/from_mac-mavericks_x64-drm@@@"
89 ] 93 ]
90 }, 94 },
91 { 95 {
92 "name": "$result", 96 "name": "$result",
93 "recipe_result": null, 97 "recipe_result": null,
94 "status_code": 0 98 "status_code": 0
95 } 99 }
96 ] 100 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698