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

Unified Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json

Issue 2162563002: [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix whitespace 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_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json
diff --git a/scripts/slave/recipes/skia/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json b/scripts/slave/recipes/skia/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json
index f01fe95e124050f3f4863d3766439d4da687bd3b..ba7256c8a83ff2f10cf88c840abb1086953dce6a 100644
--- a/scripts/slave/recipes/skia/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json
+++ b/scripts/slave/recipes/skia/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json
@@ -200,10 +200,20 @@
"python",
"-u",
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
- "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
+ "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
"/path/to/tmp/"
],
- "name": "Get downloaded SK_IMAGE_VERSION"
+ "name": "Get downloaded skimage VERSION"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "42",
+ "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
+ ],
+ "name": "write SK_IMAGE_VERSION"
},
{
"cmd": [
@@ -277,7 +287,7 @@
{
"cmd": [
"[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed",
- "[SLAVE_BUILD]/images",
+ "[SLAVE_BUILD]/skimage",
"skiabot/skia_images"
],
"env": {
@@ -290,7 +300,7 @@
"SKIA_OUT": "[SLAVE_BUILD]/out",
"XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
},
- "name": "push images to skia_images"
+ "name": "push skimage to skia_images"
},
{
"cmd": [

Powered by Google App Engine
This is Rietveld 408576698