f2e2a1e290
Requires a recipe-side change as well. NOTRY=true BUG=skia:4763 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1768333002 Review URL: https://codereview.chromium.org/1768333002
22 lines
507 B
Plaintext
22 lines
507 B
Plaintext
{
|
|
'includes': [
|
|
'images.isolate',
|
|
'infrabots.isolate',
|
|
'resources.isolate',
|
|
'skps.isolate',
|
|
],
|
|
'variables': {
|
|
'command': [
|
|
'python', 'test_skia.py',
|
|
'--master_name', '<(MASTER_NAME)',
|
|
'--builder_name', '<(BUILDER_NAME)',
|
|
'--build_number', '<(BUILD_NUMBER)',
|
|
'--slave_name', '<(SLAVE_NAME)',
|
|
'--revision', '<(REVISION)',
|
|
'--swarm_out_dir', '${ISOLATED_OUTDIR}',
|
|
'--issue', '<(ISSUE)',
|
|
'--patchset', '<(PATCHSET)',
|
|
],
|
|
},
|
|
}
|