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

Unified Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.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-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.json
diff --git a/scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.json b/scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.json
index 840b77da17df980a1b0a79157641f56731d2e0ca..41678ab22ae19747f2337e8ec722c8e9e5efacd9 100644
--- a/scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.json
+++ b/scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.json
@@ -156,7 +156,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]",
@@ -169,7 +169,7 @@
"noserial",
"shell",
"cat",
- "/storage/emulated/legacy/skiabot/skia_skp/skps/SKP_VERSION"
+ "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -185,7 +185,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]",
@@ -198,7 +198,7 @@
"noserial",
"shell",
"cat",
- "/storage/emulated/legacy/skiabot/skia_images/SK_IMAGE_VERSION"
+ "/storage/emulated/legacy/skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -218,7 +218,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