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