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 = '[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 = '[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'}]", |
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 "[ROOT]/b/build/slave/cache_dir", |
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\"@@@", |
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"drmemory\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"drmemory\", @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"drmemory\", @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"drmemory\", @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
46 "@@@STEP_LOG_LINE@json.output@}@@@", | 45 "@@@STEP_LOG_LINE@json.output@}@@@", |
47 "@@@STEP_LOG_END@json.output@@@" | 46 "@@@STEP_LOG_END@json.output@@@" |
48 ] | 47 ] |
49 }, | 48 }, |
50 { | 49 { |
51 "cmd": [ | 50 "cmd": [ |
52 "ctest", | 51 "ctest", |
53 "--timeout", | 52 "--timeout", |
54 "60", | 53 "60", |
55 "-VV", | 54 "-VV", |
56 "-S", | 55 "-S", |
57 "[SLAVE_BUILD]/drmemory/tests/runsuite.cmake,drmemory_only;long;build=0x12
34567" | 56 "[CWD]/drmemory/tests/runsuite.cmake,drmemory_only;long;build=0x1234567" |
58 ], | 57 ], |
59 "cwd": "[SLAVE_BUILD]", | |
60 "name": "Dr. Memory ctest" | 58 "name": "Dr. Memory ctest" |
61 }, | 59 }, |
62 { | 60 { |
63 "cmd": [ | 61 "cmd": [ |
64 "7z", | 62 "7z", |
65 "a", | 63 "a", |
66 "-xr!*.pdb", | 64 "-xr!*.pdb", |
67 "testlogs_r123456789abcdef_b42.7z", | 65 "testlogs_r123456789abcdef_b42.7z", |
68 "build_drmemory-dbg-32/logs", | 66 "build_drmemory-dbg-32/logs", |
69 "build_drmemory-dbg-32/Testing/Temporary", | 67 "build_drmemory-dbg-32/Testing/Temporary", |
70 "build_drmemory-rel-32/logs", | 68 "build_drmemory-rel-32/logs", |
71 "build_drmemory-rel-32/Testing/Temporary", | 69 "build_drmemory-rel-32/Testing/Temporary", |
72 "build_drmemory-dbg-64/logs", | 70 "build_drmemory-dbg-64/logs", |
73 "build_drmemory-dbg-64/Testing/Temporary", | 71 "build_drmemory-dbg-64/Testing/Temporary", |
74 "build_drmemory-rel-64/logs", | 72 "build_drmemory-rel-64/logs", |
75 "build_drmemory-rel-64/Testing/Temporary", | 73 "build_drmemory-rel-64/Testing/Temporary", |
76 "xml:results" | 74 "xml:results" |
77 ], | 75 ], |
78 "cwd": "[SLAVE_BUILD]", | |
79 "name": "Pack test results" | 76 "name": "Pack test results" |
80 }, | 77 }, |
81 { | 78 { |
82 "cmd": [ | 79 "cmd": [ |
83 "python", | 80 "python", |
84 "-u", | 81 "-u", |
85 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 82 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
86 "--", | 83 "--", |
87 "[DEPOT_TOOLS]/gsutil.py", | 84 "[ROOT]/b/depot_tools/gsutil.py", |
88 "----", | 85 "----", |
89 "cp", | 86 "cp", |
90 "testlogs_r123456789abcdef_b42.7z", | 87 "testlogs_r123456789abcdef_b42.7z", |
91 "gs://chromium-drmemory-builds/testlogs/from_linux-lucid_x64-drm" | 88 "gs://chromium-drmemory-builds/testlogs/from_linux-lucid_x64-drm" |
92 ], | 89 ], |
93 "cwd": "[SLAVE_BUILD]", | |
94 "name": "gsutil upload", | 90 "name": "gsutil upload", |
95 "~followup_annotations": [ | 91 "~followup_annotations": [ |
96 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_linux-lucid_x64-drm@@@" | 92 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-drme
mory-builds/testlogs/from_linux-lucid_x64-drm@@@" |
97 ] | 93 ] |
98 }, | 94 }, |
99 { | 95 { |
100 "name": "$result", | 96 "name": "$result", |
101 "recipe_result": null, | 97 "recipe_result": null, |
102 "status_code": 0 | 98 "status_code": 0 |
103 } | 99 } |
104 ] | 100 ] |
OLD | NEW |