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

Unified Diff: luci_hacks/luci_recipe_run.isolate

Issue 1344183002: git cl try --luci, a set of hacks to demonstrate and iterate LUCI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 3 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: luci_hacks/luci_recipe_run.isolate
diff --git a/luci_hacks/luci_recipe_run.isolate b/luci_hacks/luci_recipe_run.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..b86adcfe616ea5779fe54c7178a7205ccb54dd05
--- /dev/null
+++ b/luci_hacks/luci_recipe_run.isolate
@@ -0,0 +1,12 @@
+{
+ 'variables': {
+ 'files': [
+ 'luci_recipe_run.py',
+ ],
+ 'command': [
+ 'python',
+ 'luci_recipe_run.py',
+ ],
+ },
+}
+

Powered by Google App Engine
This is Rietveld 408576698