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

Unified Diff: scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_2slaves_failure.json

Issue 1695723002: Revert of [CT] Use zips of SKPs to speed up "isolate tests" in recipes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: 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
Index: scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_2slaves_failure.json
diff --git a/scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_2slaves_failure.json b/scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_2slaves_failure.json
index 683d5f45af8165df6394a8ca6f17be1910940a49..366aa89c0040eb565aea9df461a9f2a68f49fc38 100644
--- a/scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_2slaves_failure.json
+++ b/scripts/slave/recipes/skia/ct_skps.expected/CT_DM_10k_SKPs_2slaves_failure.json
@@ -245,16 +245,6 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::zip]/resources/zip.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "zip skps dir",
- "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave1\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave1.zip\", \"root\": \"[SLAVE_BUILD]/skps/slave1\", \"use_python_zip\": false}"
- },
- {
- "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]/swarming_temp_dir",
"511"
@@ -330,16 +320,6 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::zip]/resources/zip.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "zip skps dir (2)",
- "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave2\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave2.zip\", \"root\": \"[SLAVE_BUILD]/skps/slave2\", \"use_python_zip\": false}"
- },
- {
- "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]/swarming_temp_dir",
"511"
@@ -415,16 +395,6 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::zip]/resources/zip.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "zip skps dir (3)",
- "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave3\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave3.zip\", \"root\": \"[SLAVE_BUILD]/skps/slave3\", \"use_python_zip\": false}"
- },
- {
- "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]/swarming_temp_dir",
"511"
@@ -500,16 +470,6 @@
"cmd": [
"python",
"-u",
- "RECIPE_MODULE[build::zip]/resources/zip.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "zip skps dir (4)",
- "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave4\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave4.zip\", \"root\": \"[SLAVE_BUILD]/skps/slave4\", \"use_python_zip\": false}"
- },
- {
- "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]/swarming_temp_dir",
"511"
@@ -580,16 +540,6 @@
],
"cwd": "[SLAVE_BUILD]",
"name": "gsutil rsync (5)"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::zip]/resources/zip.py"
- ],
- "cwd": "[SLAVE_BUILD]",
- "name": "zip skps dir (5)",
- "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/skps/slave5\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/skps/slave5.zip\", \"root\": \"[SLAVE_BUILD]/skps/slave5\", \"use_python_zip\": false}"
},
{
"cmd": [

Powered by Google App Engine
This is Rietveld 408576698