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

Unified Diff: tools/bots/dart2js_tests.isolate

Issue 3003523002: Add commit queue settings to Dart (Closed)
Patch Set: Add isolate files Created 3 years, 4 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
« no previous file with comments | « no previous file | tools/bots/dart_tests.isolate » ('j') | tools/infra/config/cq.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/dart2js_tests.isolate
diff --git a/tools/bots/dart2js_tests.isolate b/tools/bots/dart2js_tests.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..f47ead01c9cfa655e96a13f429af2ec84513bb7f
--- /dev/null
+++ b/tools/bots/dart2js_tests.isolate
@@ -0,0 +1,22 @@
+{
+ 'variables': {
+ 'command': ['tools/test.py'],
+ 'files': ['out/ReleaseIA32/dart-sdk/',
+ 'out/ReleaseX64/dart-sdk/',
+ 'samples/',
+ 'samples-dev/',
+ 'tools/',
+ 'third_party/pkg/',
+ 'third_party/pkg_tested/',
+ 'third_party/d8/',
+ 'third_party/firefox_jsshell/',
+ 'tests/',
+ 'pkg/async_helper/',
+ 'pkg/expect/',
+ 'pkg/js/',
+ 'pkg/status_file/',
+ 'pkg/pkg.status',
+ 'runtime/tests/',
+ '.packages']
+ }
+}
« no previous file with comments | « no previous file | tools/bots/dart_tests.isolate » ('j') | tools/infra/config/cq.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698