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

Unified Diff: infra/bots/README.md

Issue 1703663002: Port Skia recipe to normal Python scripts, move to Skia repo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments 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
« no previous file with comments | « PRESUBMIT.py ('k') | infra/bots/common.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/README.md
diff --git a/infra/bots/README.md b/infra/bots/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..9f184aaadcaedbfc7c7df311619d8043aa4067b2
--- /dev/null
+++ b/infra/bots/README.md
@@ -0,0 +1,18 @@
+Skia Buildbot Scripts
+=====================
+
+The scripts in this directory are ported from Skia's buildbot recipes and are
+intended to run as standalone Python scripts either locally or via Swarming.
+
+How to Run
+----------
+
+The scripts can be run by hand, eg:
+
+$ cd infra/bots
+$ python compile_skia.py Build-Ubuntu-GCC-x86_64-Debug ../../out
+
+Or, you can run the scripts via Swarming:
+
+$ isolate archive --isolate-server https://isolateserver.appspot.com/ -i infra/bots/compile_skia.isolate -s ../compile-skia.isolated --verbose --config-variable BUILDER_NAME=Build-Ubuntu-GCC-x86_64-Debug
+$ swarming.py run --swarming https://chromium-swarm.appspot.com --isolate-server https://isolateserver.appspot.com --dimension os Ubuntu --dimension pool Skia --task-name compile-skia --io-timeout=3600 --hard-timeout=3600 ../compile-skia.isolated
« no previous file with comments | « PRESUBMIT.py ('k') | infra/bots/common.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698