aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/recreate_skps.expected/failed_upload.json
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2017-05-17 14:28:06 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-18 15:01:18 +0000
commit01b48e7f13c25af430b6c90aac8cefcd79c0d870 (patch)
treefa34bbf0b19cd947fa31df927fea8c703452a913 /infra/bots/recipes/recreate_skps.expected/failed_upload.json
parent081e0e6a32244a7945ddd40c2003fd312673c586 (diff)
Bot to update buildbucket.config daily
Bug: skia:6591 Change-Id: Ic2ec5b033965ca073a00e272693b1c5e1d0ad69f Reviewed-on: https://skia-review.googlesource.com/16541 Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/recreate_skps.expected/failed_upload.json')
-rw-r--r--infra/bots/recipes/recreate_skps.expected/failed_upload.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/recipes/recreate_skps.expected/failed_upload.json b/infra/bots/recipes/recreate_skps.expected/failed_upload.json
index 5b1fbca1a8..664077e90e 100644
--- a/infra/bots/recipes/recreate_skps.expected/failed_upload.json
+++ b/infra/bots/recipes/recreate_skps.expected/failed_upload.json
@@ -359,7 +359,7 @@
"-u",
"\nimport os\nimport urllib2\n\nTOKEN_FILE = 'update_skps.git_cookies'\nTOKEN_URL = 'http://metadata/computeMetadata/v1/project/attributes/update_skps_git_cookies'\n\nreq = urllib2.Request(TOKEN_URL, headers={'Metadata-Flavor': 'Google'})\ncontents = urllib2.urlopen(req).read()\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\n\nwith open(token_file, 'w') as f:\n f.write(contents)\n"
],
- "name": "download update-skps.gitcookies",
+ "name": "download update_skps.git_cookies",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
"@@@STEP_LOG_LINE@python.inline@import os@@@",
@@ -409,7 +409,7 @@
"-u",
"\nimport os\n\n\nTOKEN_FILE = 'update_skps.git_cookies'\n\n\nhome = os.path.expanduser('~')\ntoken_file = os.path.join(home, TOKEN_FILE)\nif os.path.isfile(token_file):\n os.remove(token_file)\n"
],
- "name": "cleanup update-skps.gitcookies",
+ "name": "cleanup update_skps.git_cookies",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
"@@@STEP_LOG_LINE@python.inline@import os@@@",