Skip to content

Commit

Permalink
Remove HCP Packer acceptance tests (#11842)
Browse files Browse the repository at this point in the history
* remove acceptance tests that have been moved to private repo

* Remove HCP env vars from Acceptance Test nightly run
  • Loading branch information
JenGoldstrich committed Jun 10, 2022
1 parent 846e4e6 commit 1e316c9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 557 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.TESTACC_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TESTACC_AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.TESTACC_AWS_REGION }}
# HCP Creds for Acceptance Tests
HCP_CLIENT_ID: ${{ secrets.HCP_CLIENT_ID }}
HCP_CLIENT_SECRET: ${{ secrets.HCP_CLIENT_SECRET }}
HCP_ORG_ID: ${{ secrets.HCP_ORG_ID }}
HCP_PROJECT_ID: ${{ secrets.HCP_PROJECT_ID }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down
310 changes: 0 additions & 310 deletions internal/registry/acctest/par.go

This file was deleted.

0 comments on commit 1e316c9

Please sign in to comment.