OLD | NEW |
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 "linux-lucid_x64-drm", | 10 "linux-lucid_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 "build_drmemory-dbg-64/logs", | 72 "build_drmemory-dbg-64/logs", |
71 "build_drmemory-dbg-64/Testing/Temporary", | 73 "build_drmemory-dbg-64/Testing/Temporary", |
72 "build_drmemory-rel-64/logs", | 74 "build_drmemory-rel-64/logs", |
73 "build_drmemory-rel-64/Testing/Temporary", | 75 "build_drmemory-rel-64/Testing/Temporary", |
74 "xml:results" | 76 "xml:results" |
75 ], | 77 ], |
| 78 "cwd": "[SLAVE_BUILD]", |
76 "name": "Pack test results" | 79 "name": "Pack test results" |
77 }, | 80 }, |
78 { | 81 { |
79 "cmd": [ | 82 "cmd": [ |
80 "python", | 83 "python", |
81 "-u", | 84 "-u", |
82 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 85 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
83 "--", | 86 "--", |
84 "[ROOT]/b/depot_tools/gsutil.py", | 87 "[DEPOT_TOOLS]/gsutil.py", |
85 "----", | 88 "----", |
86 "cp", | 89 "cp", |
87 "testlogs_r123456789abcdef_b42.7z", | 90 "testlogs_r123456789abcdef_b42.7z", |
88 "gs://chromium-drmemory-builds/testlogs/from_linux-lucid_x64-drm" | 91 "gs://chromium-drmemory-builds/testlogs/from_linux-lucid_x64-drm" |
89 ], | 92 ], |
| 93 "cwd": "[SLAVE_BUILD]", |
90 "name": "gsutil upload", | 94 "name": "gsutil upload", |
91 "~followup_annotations": [ | 95 "~followup_annotations": [ |
92 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_linux-lucid_x64-drm@@@" | 96 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_linux-lucid_x64-drm@@@" |
93 ] | 97 ] |
94 }, | 98 }, |
95 { | 99 { |
96 "name": "$result", | 100 "name": "$result", |
97 "recipe_result": null, | 101 "recipe_result": null, |
98 "status_code": 0 | 102 "status_code": 0 |
99 } | 103 } |
100 ] | 104 ] |
OLD | NEW |