Skip to content

Commit

Permalink
Merge pull request #157 from newrelic/fix/remove-retries
Browse files Browse the repository at this point in the history
Remove e2e retries that are now default (NEWRELIC-6322)
  • Loading branch information
kang-makes authored Jan 24, 2023
2 parents 1002bd3 + 956b66d commit b8d6b62
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ jobs:
account_id: ${{ secrets.COREINT_E2E_ACCOUNT_ID }}
api_key: ${{ secrets.COREINT_E2E_API_KEY }}
license_key: ${{ secrets.COREINT_E2E_LICENSE_KEY }}
retry_seconds: 60
retry_attempts: 15
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,3 @@ jobs:
account_id: ${{ secrets.COREINT_E2E_ACCOUNT_ID }}
api_key: ${{ secrets.COREINT_E2E_API_KEY }}
license_key: ${{ secrets.COREINT_E2E_LICENSE_KEY }}
retry_seconds: 60
retry_attempts: 15
2 changes: 0 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
account_id: ${{ secrets.COREINT_E2E_ACCOUNT_ID }}
api_key: ${{ secrets.COREINT_E2E_API_KEY }}
license_key: ${{ secrets.COREINT_E2E_LICENSE_KEY }}
retry_seconds: 60
retry_attempts: 15
outputs:
CREATE_RELEASE: ${{ steps.check.outputs.CREATE_RELEASE }}
EXPORTER_PATH: ${{ steps.check.outputs.EXPORTER_PATH }}
Expand Down

0 comments on commit b8d6b62

Please sign in to comment.