aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/upload_dm_results.expected/failed_all.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-06-20 13:23:16 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-20 17:50:18 +0000
commitcd0a98c0d1c4e75a2d9f1bc67fea6fcccfa0e76a (patch)
tree229f60641e16bf8530b22719782aec12f8351431 /infra/bots/recipes/upload_dm_results.expected/failed_all.json
parentae17e65ef4b46ec007df4aa04dbc389ee757c9ba (diff)
[recipes] Simplify test/perf dirs
Bug: skia:6473 Change-Id: Iee2f195ddf4bbcdabc1580f2a021d2e9a07ff0b2 Reviewed-on: https://skia-review.googlesource.com/133441 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/recipes/upload_dm_results.expected/failed_all.json')
-rw-r--r--infra/bots/recipes/upload_dm_results.expected/failed_all.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/infra/bots/recipes/upload_dm_results.expected/failed_all.json b/infra/bots/recipes/upload_dm_results.expected/failed_all.json
index 2058e5bbe8..d65d198436 100644
--- a/infra/bots/recipes/upload_dm_results.expected/failed_all.json
+++ b/infra/bots/recipes/upload_dm_results.expected/failed_all.json
@@ -22,7 +22,7 @@
"--json-output",
"/path/to/tmp/json",
"copy",
- "[START_DIR]/test/dm/dm.json",
+ "[START_DIR]/test/dm.json",
"[START_DIR]/tmp_upload"
],
"infra_step": true,
@@ -36,7 +36,7 @@
"--json-output",
"/path/to/tmp/json",
"copy",
- "[START_DIR]/test/dm/verbose.log",
+ "[START_DIR]/test/verbose.log",
"[START_DIR]/tmp_upload"
],
"infra_step": true,
@@ -50,7 +50,7 @@
"--json-output",
"/path/to/tmp/json",
"remove",
- "[START_DIR]/test/dm/dm.json"
+ "[START_DIR]/test/dm.json"
],
"infra_step": true,
"name": "rm old dm.json"
@@ -63,7 +63,7 @@
"--json-output",
"/path/to/tmp/json",
"remove",
- "[START_DIR]/test/dm/verbose.log"
+ "[START_DIR]/test/verbose.log"
],
"infra_step": true,
"name": "rm old verbose.log"
@@ -76,14 +76,14 @@
"--json-output",
"/path/to/tmp/json",
"glob",
- "[START_DIR]/test/dm",
+ "[START_DIR]/test",
"*.png"
],
"infra_step": true,
"name": "find images",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@glob@[START_DIR]/test/dm/someimage.png@@@",
+ "@@@STEP_LOG_LINE@glob@[START_DIR]/test/someimage.png@@@",
"@@@STEP_LOG_END@glob@@@"
]
},
@@ -92,7 +92,7 @@
"gsutil",
"-m",
"cp",
- "[START_DIR]/test/dm/*.png",
+ "[START_DIR]/test/*.png",
"gs://skia-infra-gm/dm-images-v1"
],
"name": "upload images",
@@ -106,7 +106,7 @@
"gsutil",
"-m",
"cp",
- "[START_DIR]/test/dm/*.png",
+ "[START_DIR]/test/*.png",
"gs://skia-infra-gm/dm-images-v1"
],
"name": "upload images (attempt 2)",
@@ -120,7 +120,7 @@
"gsutil",
"-m",
"cp",
- "[START_DIR]/test/dm/*.png",
+ "[START_DIR]/test/*.png",
"gs://skia-infra-gm/dm-images-v1"
],
"name": "upload images (attempt 3)",
@@ -134,7 +134,7 @@
"gsutil",
"-m",
"cp",
- "[START_DIR]/test/dm/*.png",
+ "[START_DIR]/test/*.png",
"gs://skia-infra-gm/dm-images-v1"
],
"name": "upload images (attempt 4)",
@@ -148,7 +148,7 @@
"gsutil",
"-m",
"cp",
- "[START_DIR]/test/dm/*.png",
+ "[START_DIR]/test/*.png",
"gs://skia-infra-gm/dm-images-v1"
],
"name": "upload images (attempt 5)",