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

Unified Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json

Issue 1829423002: Skia: Run recipes as swarming tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@swarm_fix
Patch Set: Fix presubmit Created 4 years, 9 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_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json
diff --git a/scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json b/scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json
index 888d9fb7f0791fb9e9dd7ef8a371b8d14db54c8b..a4ce4c86af4cac44f6bb4e086dc8fb84bb46a42b 100644
--- a/scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json
+++ b/scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json
@@ -48,7 +48,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]\\skps\\SKP_VERSION",
+ "[SLAVE_BUILD]\\tmp\\SKP_VERSION",
"/path/to/tmp/"
],
"cwd": "[SLAVE_BUILD]",
@@ -59,7 +59,7 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]\\images\\SK_IMAGE_VERSION",
+ "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION",
"/path/to/tmp/"
],
"cwd": "[SLAVE_BUILD]",
@@ -74,7 +74,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "PYTHONPATH": "[SLAVE_BUILD]\\skia\\infra\\bots\\build\\scripts"
+ "PYTHONPATH": "build\\scripts"
},
"name": "rmtree dm",
"~followup_annotations": [

Powered by Google App Engine
This is Rietveld 408576698