Skip to content

Commit

Permalink
Merge pull request #1916 from hashicorp/backport/mw/update-gha-local-…
Browse files Browse the repository at this point in the history
…reusable/instantly-positive-husky

This pull request was automerged via backport-assistant
  • Loading branch information
thisisnotashwin authored Feb 16, 2023
2 parents 832eb4c + ac2622a commit 102ea01
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
golangci-lint-helm-gen:
needs:
- get-go-version
uses: hashicorp/consul-k8s/.github/workflows/reusable-golangci-lint.yml@main
uses: ./.github/workflows/reusable-golangci-lint.yml
with:
directory: hack/helm-reference-gen
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand All @@ -77,7 +77,7 @@ jobs:

unit-helm-gen:
needs: [get-go-version, golangci-lint-helm-gen, validate-helm-gen]
uses: hashicorp/consul-k8s/.github/workflows/reusable-unit.yml@main
uses: ./.github/workflows/reusable-unit.yml
with:
directory: hack/helm-reference-gen
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
golangci-lint-control-plane:
needs:
- get-go-version
uses: hashicorp/consul-k8s/.github/workflows/reusable-golangci-lint.yml@main
uses: ./.github/workflows/reusable-golangci-lint.yml
with:
directory: control-plane
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand Down Expand Up @@ -266,29 +266,29 @@ jobs:
golangci-lint-acceptance:
needs:
- get-go-version
uses: hashicorp/consul-k8s/.github/workflows/reusable-golangci-lint.yml@main
uses: ./.github/workflows/reusable-golangci-lint.yml
with:
directory: acceptance
go-version: ${{ needs.get-go-version.outputs.go-version }}

unit-acceptance-framework:
needs: [get-go-version, golangci-lint-acceptance]
uses: hashicorp/consul-k8s/.github/workflows/reusable-unit.yml@main
uses: ./.github/workflows/reusable-unit.yml
with:
directory: acceptance/framework
go-version: ${{ needs.get-go-version.outputs.go-version }}

golangci-lint-cli:
needs:
- get-go-version
uses: hashicorp/consul-k8s/.github/workflows/reusable-golangci-lint.yml@main
uses: ./.github/workflows/reusable-golangci-lint.yml
with:
directory: cli
go-version: ${{ needs.get-go-version.outputs.go-version }}

unit-cli:
needs: [get-go-version, golangci-lint-cli]
uses: hashicorp/consul-k8s/.github/workflows/reusable-unit.yml@main
uses: ./.github/workflows/reusable-unit.yml
with:
directory: cli
go-version: ${{ needs.get-go-version.outputs.go-version }}
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
# 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
# uses: ./.github/workflows/reusable-acceptance.yml
# with:
# name: acceptance
# directory: acceptance/tests
Expand All @@ -358,7 +358,7 @@ jobs:
#
# acceptance-tproxy:
# needs: [ get-product-version, dev-upload-docker, get-go-version ]
# uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
# uses: ./.github/workflows/reusable-acceptance.yml
# with:
# name: acceptance-tproxy
# directory: acceptance/tests
Expand All @@ -371,7 +371,7 @@ jobs:
#
# acceptance-cni:
# needs: [ get-product-version, dev-upload-docker, get-go-version ]
# uses: hashicorp/consul-k8s/.github/workflows/reusable-acceptance.yml@main
# uses: ./.github/workflows/reusable-acceptance.yml
# with:
# name: acceptance
# directory: acceptance/tests
Expand Down

0 comments on commit 102ea01

Please sign in to comment.