aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/upload_dm_results.expected/trybot.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-04-17 15:55:57 -0400
committerGravatar Eric Boren <borenet@google.com>2018-04-19 11:27:46 +0000
commit9599b0fd91778955786fafdcda97e4adb65cabf7 (patch)
treef7ed0b156291484efc5044a20ad04e471935dd7c /infra/bots/recipes/upload_dm_results.expected/trybot.json
parenta2b1ed5e9d2852bad5d8e1bddc299e920e73d6e0 (diff)
Reland "[infra] Run recipes through Kitchen"
Bug: skia:7050 Change-Id: Icf0bcfbbc505c90a4e8cee7437037a3037bdf33b Reviewed-on: https://skia-review.googlesource.com/121781 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/upload_dm_results.expected/trybot.json')
-rw-r--r--infra/bots/recipes/upload_dm_results.expected/trybot.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/infra/bots/recipes/upload_dm_results.expected/trybot.json b/infra/bots/recipes/upload_dm_results.expected/trybot.json
index 5a10528d1d..405da7af13 100644
--- a/infra/bots/recipes/upload_dm_results.expected/trybot.json
+++ b/infra/bots/recipes/upload_dm_results.expected/trybot.json
@@ -22,7 +22,7 @@
"--json-output",
"/path/to/tmp/json",
"copy",
- "[START_DIR]/dm/dm.json",
+ "[START_DIR]/test/dm/dm.json",
"[START_DIR]/tmp_upload"
],
"infra_step": true,
@@ -36,7 +36,7 @@
"--json-output",
"/path/to/tmp/json",
"copy",
- "[START_DIR]/dm/verbose.log",
+ "[START_DIR]/test/dm/verbose.log",
"[START_DIR]/tmp_upload"
],
"infra_step": true,
@@ -50,7 +50,7 @@
"--json-output",
"/path/to/tmp/json",
"remove",
- "[START_DIR]/dm/dm.json"
+ "[START_DIR]/test/dm/dm.json"
],
"infra_step": true,
"name": "rm old dm.json"
@@ -63,7 +63,7 @@
"--json-output",
"/path/to/tmp/json",
"remove",
- "[START_DIR]/dm/verbose.log"
+ "[START_DIR]/test/dm/verbose.log"
],
"infra_step": true,
"name": "rm old verbose.log"
@@ -76,14 +76,14 @@
"--json-output",
"/path/to/tmp/json",
"glob",
- "[START_DIR]/dm",
+ "[START_DIR]/test/dm",
"*.png"
],
"infra_step": true,
"name": "find images",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@glob@[START_DIR]/dm/someimage.png@@@",
+ "@@@STEP_LOG_LINE@glob@[START_DIR]/test/dm/someimage.png@@@",
"@@@STEP_LOG_END@glob@@@"
]
},
@@ -92,7 +92,7 @@
"gsutil",
"-m",
"cp",
- "[START_DIR]/dm/*.png",
+ "[START_DIR]/test/dm/*.png",
"gs://skia-infra-gm/dm-images-v1"
],
"name": "upload images"
@@ -105,14 +105,14 @@
"--json-output",
"/path/to/tmp/json",
"glob",
- "[START_DIR]/dm",
+ "[START_DIR]/test/dm",
"*.pdf"
],
"infra_step": true,
"name": "find images (2)",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@glob@[START_DIR]/dm/someimage.png@@@",
+ "@@@STEP_LOG_LINE@glob@[START_DIR]/test/dm/someimage.png@@@",
"@@@STEP_LOG_END@glob@@@"
]
},