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.pdfium", | 8 "client.pdfium", |
9 "--builder", | 9 "--builder", |
10 "windows_xfa_64", | 10 "windows_xfa_64", |
11 "--slave", | 11 "--slave", |
12 "test_slave", | 12 "test_slave", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.go
oglesource.com/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 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "pdfium@HEAD", | 24 "pdfium@HEAD", |
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@ \"pdfium\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", |
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\": \"pdfium\", @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", |
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 "python", | 52 "python", |
52 "-u", | 53 "-u", |
53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 54 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
54 "runhooks" | 55 "runhooks" |
55 ], | 56 ], |
| 57 "cwd": "[SLAVE_BUILD]", |
56 "env": { | 58 "env": { |
57 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 target_arch=x64", | 59 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 target_arch=x64", |
58 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
59 }, | 61 }, |
60 "name": "gclient runhooks" | 62 "name": "gclient runhooks" |
61 }, | 63 }, |
62 { | 64 { |
63 "cmd": [ | 65 "cmd": [ |
64 "ninja", | 66 "ninja", |
65 "-C", | 67 "-C", |
66 "[CWD]\\pdfium\\out\\Debug_x64" | 68 "[SLAVE_BUILD]\\pdfium\\out\\Debug_x64" |
67 ], | 69 ], |
| 70 "cwd": "[SLAVE_BUILD]", |
68 "name": "compile with ninja" | 71 "name": "compile with ninja" |
69 }, | 72 }, |
70 { | 73 { |
71 "cmd": [ | 74 "cmd": [ |
72 "[CWD]\\pdfium\\out\\Debug_x64\\pdfium_unittests.exe" | 75 "[SLAVE_BUILD]\\pdfium\\out\\Debug_x64\\pdfium_unittests.exe" |
73 ], | 76 ], |
74 "cwd": "[CWD]\\pdfium", | 77 "cwd": "[SLAVE_BUILD]\\pdfium", |
75 "name": "unittests" | 78 "name": "unittests" |
76 }, | 79 }, |
77 { | 80 { |
78 "cmd": [ | 81 "cmd": [ |
79 "[CWD]\\pdfium\\out\\Debug_x64\\pdfium_embeddertests.exe" | 82 "[SLAVE_BUILD]\\pdfium\\out\\Debug_x64\\pdfium_embeddertests.exe" |
80 ], | 83 ], |
81 "cwd": "[CWD]\\pdfium", | 84 "cwd": "[SLAVE_BUILD]\\pdfium", |
82 "name": "embeddertests" | 85 "name": "embeddertests" |
83 }, | 86 }, |
84 { | 87 { |
85 "cmd": [ | 88 "cmd": [ |
86 "python", | 89 "python", |
87 "-u", | 90 "-u", |
88 "[CWD]\\pdfium\\testing\\tools\\run_javascript_tests.py", | 91 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_javascript_tests.py", |
89 "--build-dir", | 92 "--build-dir", |
90 "out\\Debug_x64" | 93 "out\\Debug_x64" |
91 ], | 94 ], |
92 "cwd": "[CWD]\\pdfium", | 95 "cwd": "[SLAVE_BUILD]\\pdfium", |
93 "name": "javascript tests" | 96 "name": "javascript tests" |
94 }, | 97 }, |
95 { | 98 { |
96 "cmd": [ | 99 "cmd": [ |
97 "python", | 100 "python", |
98 "-u", | 101 "-u", |
99 "[CWD]\\pdfium\\testing\\tools\\run_pixel_tests.py", | 102 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_pixel_tests.py", |
100 "--build-dir", | 103 "--build-dir", |
101 "out\\Debug_x64" | 104 "out\\Debug_x64" |
102 ], | 105 ], |
103 "cwd": "[CWD]\\pdfium", | 106 "cwd": "[SLAVE_BUILD]\\pdfium", |
104 "name": "pixel tests" | 107 "name": "pixel tests" |
105 }, | 108 }, |
106 { | 109 { |
107 "cmd": [ | 110 "cmd": [ |
108 "python", | 111 "python", |
109 "-u", | 112 "-u", |
110 "[CWD]\\pdfium\\testing\\tools\\run_corpus_tests.py", | 113 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_corpus_tests.py", |
111 "--build-dir", | 114 "--build-dir", |
112 "out\\Debug_x64" | 115 "out\\Debug_x64" |
113 ], | 116 ], |
114 "cwd": "[CWD]\\pdfium", | 117 "cwd": "[SLAVE_BUILD]\\pdfium", |
115 "name": "corpus tests" | 118 "name": "corpus tests" |
116 }, | 119 }, |
117 { | 120 { |
118 "name": "$result", | 121 "name": "$result", |
119 "recipe_result": null, | 122 "recipe_result": null, |
120 "status_code": 0 | 123 "status_code": 0 |
121 } | 124 } |
122 ] | 125 ] |
OLD | NEW |