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

Unified Diff: scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json

Issue 2167883004: [Skia] Convert SKPs to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Non-canary bot provides --upload_to_partner_bucket Created 4 years, 5 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: scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
diff --git a/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json b/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
index f683b3a055ab5cde971b6e4b3e83e1f2ededf600..7e503f8472c5afb5d3e9c70271bdd99c9fee0302 100644
--- a/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
+++ b/scripts/slave/recipes/skia/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json
@@ -40,6 +40,28 @@
{
"cmd": [
"python",
+ "-u",
+ "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
+ "[SLAVE_BUILD]/tmp",
+ "511"
+ ],
+ "name": "makedirs tmp_dir",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
+ "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
+ "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
+ "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
+ "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
+ "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
+ "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
"[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py"
],
"cwd": "[SLAVE_BUILD]/skia",

Powered by Google App Engine
This is Rietveld 408576698