fix(provider): fixed b2 provider failure (#1685)

There was a small regression in #1654 - only in negative tests.

Also removed unnecessary retries on ErrUnsupportedPutBlobOption
+ switched provider test to run once per day, instead of 12 times/day.
This commit is contained in:
Jarek Kowalski
2022-01-28 23:19:52 -08:00
committed by GitHub
parent 400b3c5ed5
commit 16ffe7b5a2
3 changed files with 12 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ on:
tags:
- v*
schedule:
# run every 2 hours
- cron: '19 */2 * * *'
# run once per day
- cron: '19 7 * * *'
jobs:
endurance-test:
name: Provider Test