Skip to content

Commit

Permalink
try #6 changing docker mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Oct 18, 2022
1 parent 2e05373 commit 9d13152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,12 @@ jobs:
acceptance:
needs: dev-upload-docker
uses: ./.github/workflows/reusable-acceptance.yml
env:
repo: ${{ github.event.repository.name }}
version: ${{ needs.get-product-version.outputs.product-version }}
with:
name: acceptance
directory: acceptance/tests
go-version: ${{ needs.get-go-version.outputs.go-version }}
additional-flags: "-use-kind -kubecontext=kind-dc1 -secondary-kubecontext=kind-dc2 -consul-image=hashicorppreview/consul-enterprise:1.14-dev"
gotestsum-version: 1.6.4
consul-k8s-image: docker.io/hashicorppreview/${{ env.repo }}-nightly-control-plane:${{ env.version }}-${{ github.sha }}-nightly
consul-k8s-image: docker.io/hashicorppreview/${{ github.event.repository.name }}-nightly-control-plane:${{ needs.get-product-version.outputs.product-version }}-${{ github.sha }}-nightly
secrets:
CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,16 +355,13 @@ jobs:
acceptance:
needs: dev-upload-docker
uses: ./.github/workflows/reusable-acceptance.yml
env:
repo: ${{ github.event.repository.name }}
version: ${{ needs.get-product-version.outputs.product-version }}
with:
name: acceptance
directory: acceptance/tests
go-version: ${{ needs.get-go-version.outputs.go-version }}
additional-flags: "-use-kind -kubecontext=kind-dc1 -secondary-kubecontext=kind-dc2 -consul-image=hashicorppreview/consul-enterprise:1.14-dev"
gotestsum-version: 1.6.4
consul-k8s-image: docker.io/hashicorppreview/${{ env.repo }}-nightly-control-plane:${{ env.version }}-${{ github.sha }}-pr
consul-k8s-image: docker.io/hashicorppreview/${{ github.event.repository.name }}-nightly-control-plane:${{ needs.get-product-version.outputs.product-version }}-${{ github.sha }}-pr
secrets:
CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}

Expand Down

0 comments on commit 9d13152

Please sign in to comment.