Skip to content

Commit

Permalink
disable gha acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Nov 3, 2022
1 parent 64dd57f commit 547d026
Showing 1 changed file with 39 additions and 38 deletions.
77 changes: 39 additions & 38 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,43 +342,44 @@ jobs:
target: release-default
tags: docker.io/hashicorppreview/${{ env.repo }}-control-plane:${{ env.version }}-pr-${{ github.sha }}

# acceptance:
# needs: [ get-product-version, dev-upload-docker, get-go-version ]
# uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
# 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=docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.14-dev"
# gotestsum-version: 1.8.2
# consul-k8s-image: docker.io/hashicorppreview/${{ github.event.repository.name }}-control-plane:${{ needs.get-product-version.outputs.product-version }}-pr-${{ github.sha }}
# secrets:
# CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}

# acceptance-tproxy:
# needs: [ get-product-version, dev-upload-docker, get-go-version ]
# uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
# with:
# name: acceptance-tproxy
# directory: acceptance/tests
# go-version: ${{ needs.get-go-version.outputs.go-version }}
# additional-flags: "-use-kind -kubecontext=kind-dc1 -secondary-kubecontext=kind-dc2 -enable-transparent-proxy -consul-image=docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.14-dev"
# gotestsum-version: 1.8.2
# consul-k8s-image: docker.io/hashicorppreview/${{ github.event.repository.name }}-control-plane:${{ needs.get-product-version.outputs.product-version }}-pr-${{ github.sha }}
# secrets:
# CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}

# acceptance-cni:
# needs: [ get-product-version, dev-upload-docker, get-go-version ]
# uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
# 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 -enable-transparent-proxy -enable-cni -consul-image=docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.14-dev"
# gotestsum-version: 1.8.2
# consul-k8s-image: docker.io/hashicorppreview/${{ github.event.repository.name }}-control-plane:${{ needs.get-product-version.outputs.product-version }}-pr-${{ github.sha }}
# secrets:
# CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}
# Disable GHA acceptance tests until GHA formally supported
# acceptance:
# needs: [ get-product-version, dev-upload-docker, get-go-version ]
# uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
# 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=docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.14-dev"
# gotestsum-version: 1.8.2
# consul-k8s-image: docker.io/hashicorppreview/${{ github.event.repository.name }}-control-plane:${{ needs.get-product-version.outputs.product-version }}-pr-${{ github.sha }}
# secrets:
# CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}
#
# acceptance-tproxy:
# needs: [ get-product-version, dev-upload-docker, get-go-version ]
# uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
# with:
# name: acceptance-tproxy
# directory: acceptance/tests
# go-version: ${{ needs.get-go-version.outputs.go-version }}
# additional-flags: "-use-kind -kubecontext=kind-dc1 -secondary-kubecontext=kind-dc2 -enable-transparent-proxy -consul-image=docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.14-dev"
# gotestsum-version: 1.8.2
# consul-k8s-image: docker.io/hashicorppreview/${{ github.event.repository.name }}-control-plane:${{ needs.get-product-version.outputs.product-version }}-pr-${{ github.sha }}
# secrets:
# CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}
#
# acceptance-cni:
# needs: [ get-product-version, dev-upload-docker, get-go-version ]
# uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
# 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 -enable-transparent-proxy -enable-cni -consul-image=docker.mirror.hashicorp.services/hashicorppreview/consul-enterprise:1.14-dev"
# gotestsum-version: 1.8.2
# consul-k8s-image: docker.io/hashicorppreview/${{ github.event.repository.name }}-control-plane:${{ needs.get-product-version.outputs.product-version }}-pr-${{ github.sha }}
# secrets:
# CONSUL_ENT_LICENSE: ${{ secrets.CONSUL_ENT_LICENSE }}


0 comments on commit 547d026

Please sign in to comment.