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 = '[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 "--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]", | |
35 "env": { | 34 "env": { |
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
37 }, | 36 }, |
38 "name": "bot_update", | 37 "name": "bot_update", |
39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", |
45 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 44 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
48 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", |
49 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", |
51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
52 "@@@STEP_LOG_LINE@json.output@}@@@", | 51 "@@@STEP_LOG_LINE@json.output@}@@@", |
53 "@@@STEP_LOG_END@json.output@@@" | 52 "@@@STEP_LOG_END@json.output@@@" |
54 ] | 53 ] |
55 }, | 54 }, |
56 { | 55 { |
57 "cmd": [ | 56 "cmd": [ |
58 "python", | 57 "python", |
59 "-u", | 58 "-u", |
60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
61 "runhooks" | 60 "runhooks" |
62 ], | 61 ], |
63 "cwd": "[SLAVE_BUILD]", | |
64 "env": { | 62 "env": { |
65 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0", | 63 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0", |
66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 64 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
67 }, | 65 }, |
68 "name": "gclient runhooks" | 66 "name": "gclient runhooks" |
69 }, | 67 }, |
70 { | 68 { |
71 "cmd": [ | 69 "cmd": [ |
72 "ninja", | 70 "ninja", |
73 "-C", | 71 "-C", |
74 "[SLAVE_BUILD]/pdfium/out/Debug" | 72 "[CWD]/pdfium/out/Debug" |
75 ], | 73 ], |
76 "cwd": "[SLAVE_BUILD]", | |
77 "name": "compile with ninja" | 74 "name": "compile with ninja" |
78 }, | 75 }, |
79 { | 76 { |
80 "cmd": [ | 77 "cmd": [ |
81 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests" | 78 "[CWD]/pdfium/out/Debug/pdfium_unittests" |
82 ], | 79 ], |
83 "cwd": "[SLAVE_BUILD]/pdfium", | 80 "cwd": "[CWD]/pdfium", |
84 "name": "unittests" | 81 "name": "unittests" |
85 }, | 82 }, |
86 { | 83 { |
87 "cmd": [ | 84 "cmd": [ |
88 "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_embeddertests" | 85 "[CWD]/pdfium/out/Debug/pdfium_embeddertests" |
89 ], | 86 ], |
90 "cwd": "[SLAVE_BUILD]/pdfium", | 87 "cwd": "[CWD]/pdfium", |
91 "name": "embeddertests" | 88 "name": "embeddertests" |
92 }, | 89 }, |
93 { | 90 { |
94 "cmd": [ | 91 "cmd": [ |
95 "python", | 92 "python", |
96 "-u", | 93 "-u", |
97 "[SLAVE_BUILD]/pdfium/testing/tools/run_javascript_tests.py", | 94 "[CWD]/pdfium/testing/tools/run_javascript_tests.py", |
98 "--build-dir", | 95 "--build-dir", |
99 "out/Debug" | 96 "out/Debug" |
100 ], | 97 ], |
101 "cwd": "[SLAVE_BUILD]/pdfium", | 98 "cwd": "[CWD]/pdfium", |
102 "name": "javascript tests" | 99 "name": "javascript tests" |
103 }, | 100 }, |
104 { | 101 { |
105 "cmd": [ | 102 "cmd": [ |
106 "python", | 103 "python", |
107 "-u", | 104 "-u", |
108 "[SLAVE_BUILD]/pdfium/testing/tools/run_pixel_tests.py", | 105 "[CWD]/pdfium/testing/tools/run_pixel_tests.py", |
109 "--build-dir", | 106 "--build-dir", |
110 "out/Debug" | 107 "out/Debug" |
111 ], | 108 ], |
112 "cwd": "[SLAVE_BUILD]/pdfium", | 109 "cwd": "[CWD]/pdfium", |
113 "name": "pixel tests" | 110 "name": "pixel tests" |
114 }, | 111 }, |
115 { | 112 { |
116 "cmd": [ | 113 "cmd": [ |
117 "python", | 114 "python", |
118 "-u", | 115 "-u", |
119 "[SLAVE_BUILD]/pdfium/testing/tools/run_corpus_tests.py", | 116 "[CWD]/pdfium/testing/tools/run_corpus_tests.py", |
120 "--build-dir", | 117 "--build-dir", |
121 "out/Debug" | 118 "out/Debug" |
122 ], | 119 ], |
123 "cwd": "[SLAVE_BUILD]/pdfium", | 120 "cwd": "[CWD]/pdfium", |
124 "name": "corpus tests" | 121 "name": "corpus tests" |
125 }, | 122 }, |
126 { | 123 { |
127 "name": "$result", | 124 "name": "$result", |
128 "recipe_result": null, | 125 "recipe_result": null, |
129 "status_code": 0 | 126 "status_code": 0 |
130 } | 127 } |
131 ] | 128 ] |
OLD | NEW |