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 "tryserver.client.pdfium", | 8 "tryserver.client.pdfium", |
9 "--builder", | 9 "--builder", |
10 "linux_xfa_asan", | 10 "linux_xfa_asan", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.c
om/pdfium.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", |
15 "--root", | 15 "--root", |
16 "pdfium", | 16 "pdfium", |
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 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "pdfium@HEAD", | 30 "pdfium@HEAD", |
31 "--force", | 31 "--force", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
34 "env": { | 35 "env": { |
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
36 }, | 37 }, |
37 "name": "bot_update", | 38 "name": "bot_update", |
38 "~followup_annotations": [ | 39 "~followup_annotations": [ |
39 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
40 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", |
44 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", |
48 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
49 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", |
50 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
51 "@@@STEP_LOG_LINE@json.output@}@@@", | 52 "@@@STEP_LOG_LINE@json.output@}@@@", |
52 "@@@STEP_LOG_END@json.output@@@" | 53 "@@@STEP_LOG_END@json.output@@@" |
53 ] | 54 ] |
54 }, | 55 }, |
55 { | 56 { |
56 "cmd": [ | 57 "cmd": [ |
57 "python", | 58 "python", |
58 "-u", | 59 "-u", |
59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
60 "runhooks" | 61 "runhooks" |
61 ], | 62 ], |
| 63 "cwd": "[SLAVE_BUILD]", |
62 "env": { | 64 "env": { |
63 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0", | 65 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0", |
64 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
65 }, | 67 }, |
66 "name": "gclient runhooks" | 68 "name": "gclient runhooks" |
67 }, | 69 }, |
68 { | 70 { |
69 "cmd": [ | 71 "cmd": [ |
70 "ninja", | 72 "ninja", |
71 "-C", | 73 "-C", |
72 "[CWD]/pdfium/out/Debug" | 74 "[SLAVE_BUILD]/pdfium/out/Debug" |
73 ], | 75 ], |
| 76 "cwd": "[SLAVE_BUILD]", |
74 "name": "compile with ninja" | 77 "name": "compile with ninja" |
75 }, | 78 }, |
76 { | 79 { |
77 "cmd": [ | 80 "cmd": [ |
78 "[CWD]/pdfium/out/Debug/pdfium_unittests" | 81 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests" |
79 ], | 82 ], |
80 "cwd": "[CWD]/pdfium", | 83 "cwd": "[SLAVE_BUILD]/pdfium", |
81 "name": "unittests" | 84 "name": "unittests" |
82 }, | 85 }, |
83 { | 86 { |
84 "cmd": [ | 87 "cmd": [ |
85 "[CWD]/pdfium/out/Debug/pdfium_embeddertests" | 88 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_embeddertests" |
86 ], | 89 ], |
87 "cwd": "[CWD]/pdfium", | 90 "cwd": "[SLAVE_BUILD]/pdfium", |
88 "name": "embeddertests" | 91 "name": "embeddertests" |
89 }, | 92 }, |
90 { | 93 { |
91 "cmd": [ | 94 "cmd": [ |
92 "python", | 95 "python", |
93 "-u", | 96 "-u", |
94 "[CWD]/pdfium/testing/tools/run_javascript_tests.py", | 97 "[SLAVE_BUILD]/pdfium/testing/tools/run_javascript_tests.py", |
95 "--build-dir", | 98 "--build-dir", |
96 "out/Debug" | 99 "out/Debug" |
97 ], | 100 ], |
98 "cwd": "[CWD]/pdfium", | 101 "cwd": "[SLAVE_BUILD]/pdfium", |
99 "name": "javascript tests" | 102 "name": "javascript tests" |
100 }, | 103 }, |
101 { | 104 { |
102 "cmd": [ | 105 "cmd": [ |
103 "python", | 106 "python", |
104 "-u", | 107 "-u", |
105 "[CWD]/pdfium/testing/tools/run_pixel_tests.py", | 108 "[SLAVE_BUILD]/pdfium/testing/tools/run_pixel_tests.py", |
106 "--build-dir", | 109 "--build-dir", |
107 "out/Debug" | 110 "out/Debug" |
108 ], | 111 ], |
109 "cwd": "[CWD]/pdfium", | 112 "cwd": "[SLAVE_BUILD]/pdfium", |
110 "name": "pixel tests" | 113 "name": "pixel tests" |
111 }, | 114 }, |
112 { | 115 { |
113 "cmd": [ | 116 "cmd": [ |
114 "python", | 117 "python", |
115 "-u", | 118 "-u", |
116 "[CWD]/pdfium/testing/tools/run_corpus_tests.py", | 119 "[SLAVE_BUILD]/pdfium/testing/tools/run_corpus_tests.py", |
117 "--build-dir", | 120 "--build-dir", |
118 "out/Debug" | 121 "out/Debug" |
119 ], | 122 ], |
120 "cwd": "[CWD]/pdfium", | 123 "cwd": "[SLAVE_BUILD]/pdfium", |
121 "name": "corpus tests" | 124 "name": "corpus tests" |
122 }, | 125 }, |
123 { | 126 { |
124 "name": "$result", | 127 "name": "$result", |
125 "recipe_result": null, | 128 "recipe_result": null, |
126 "status_code": 0 | 129 "status_code": 0 |
127 } | 130 } |
128 ] | 131 ] |
OLD | NEW |