Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: infra/bots/test_skia.isolate

Issue 1743113003: Add test_skia.py, isolates for test_skia, images, skps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Cleanup Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: infra/bots/test_skia.isolate
diff --git a/infra/bots/test_skia.isolate b/infra/bots/test_skia.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..1459fe76a19d12921dd5feea8475c3ffeb282bef
--- /dev/null
+++ b/infra/bots/test_skia.isolate
@@ -0,0 +1,12 @@
+{
+ 'includes': [
+ 'images.isolate',
+ 'skia_repo.isolate',
+ 'skps.isolate',
+ ],
+ 'variables': {
+ 'command': [
+ 'python', 'test_skia.py', '<(MASTER_NAME)', '<(BUILDER_NAME)', '<(BUILD_NUMBER)', '<(SLAVE_NAME)', '<(REVISION)', '${ISOLATED_OUTDIR}',
+ ],
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698