bump github-checks-reporter to delay 60s on retries and retry 10x (#37358)

This commit is contained in:
Matthew Kime 2019-05-29 14:03:04 -05:00 committed by GitHub
parent 58ef3a3c49
commit 8f693be770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -260,7 +260,7 @@
"@babel/parser": "^7.3.4",
"@babel/types": "^7.3.4",
"@elastic/eslint-config-kibana": "0.15.0",
"@elastic/github-checks-reporter": "0.0.14-beta1",
"@elastic/github-checks-reporter": "0.0.15",
"@elastic/makelogs": "^4.4.0",
"@kbn/es": "1.0.0",
"@kbn/eslint-import-resolver-kibana": "2.0.0",

View file

@ -1410,10 +1410,10 @@
resolved "https://registry.yarnpkg.com/@elastic/filesaver/-/filesaver-1.1.2.tgz#1998ffb3cd89c9da4ec12a7793bfcae10e30c77a"
integrity sha512-YZbSufYFBhAj+S2cJgiKALoxIJevqXN2MSr6Yqr42rJdaPuM31cj6pUDwflkql1oDjupqD9la+MfxPFjXI1JFQ==
"@elastic/github-checks-reporter@0.0.14-beta1":
version "0.0.14-beta1"
resolved "https://registry.yarnpkg.com/@elastic/github-checks-reporter/-/github-checks-reporter-0.0.14-beta1.tgz#44e9170d13089eafa3dd419675766e54e08c696d"
integrity sha512-GLG/A2It/Exj2WeQxGwTET+8/43XEdRuyaJQFT7u/1Z1yYbarkMM1eVeHoqoIXNqK5Z9dvuBwVT9gjil5vLCLw==
"@elastic/github-checks-reporter@0.0.15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@elastic/github-checks-reporter/-/github-checks-reporter-0.0.15.tgz#050625e923ef26b54047f81d577ccebbd4265331"
integrity sha512-JBzJ9SgjBw8OJn5KUvWUZh1DofQPDQ5r6sYBYm0hQTJCba142I9hzzwcXQIzj0C+Fn8QcA3Kd9lQRejd9gdrRw==
dependencies:
"@octokit/app" "^2.2.2"
"@octokit/plugin-retry" "^2.2.0"