-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: generate zfs-operator by disabling helm labels
Signed-off-by: Abhinandan Purkait <[email protected]>
- Loading branch information
1 parent
2d377db
commit b908623
Showing
8 changed files
with
19 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,40 +35,9 @@ jobs: | |
run: | | ||
ct lint --config ct.yaml | ||
validate_codegen: | ||
runs-on: ubuntu-latest | ||
env: | ||
GOPATH: ${{ github.workspace }}/go | ||
GOBIN: ${{ github.workspace }}/go/bin | ||
defaults: | ||
run: | ||
working-directory: ${{ env.GOPATH }}/src/github.com/openebs/zfs-localpv | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ${{ env.GOPATH }}/src/github.com/openebs/zfs-localpv | ||
|
||
- name: Set up Go 1.19 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.19.9 | ||
cache: false | ||
|
||
- name: Helm tool installer | ||
uses: Azure/[email protected] | ||
|
||
- name: Verify kubegen | ||
run: | | ||
make verify-kubegen | ||
- name: Verify manifests | ||
run: | | ||
make verify-manifests | ||
unit-tests: | ||
runs-on: ubuntu-latest | ||
needs: ["lint", "validate_codegen"] | ||
needs: ["lint"] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,40 +28,9 @@ jobs: | |
run: | | ||
ct lint --config ct.yaml | ||
validate_codegen: | ||
runs-on: ubuntu-latest | ||
env: | ||
GOPATH: ${{ github.workspace }}/go | ||
GOBIN: ${{ github.workspace }}/go/bin | ||
defaults: | ||
run: | ||
working-directory: ${{ env.GOPATH }}/src/github.com/openebs/zfs-localpv | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
path: ${{ env.GOPATH }}/src/github.com/openebs/zfs-localpv | ||
|
||
- name: Set up Go 1.19 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.19.9 | ||
cache: false | ||
|
||
- name: Helm tool installer | ||
uses: Azure/[email protected] | ||
|
||
- name: Verify kubegen | ||
run: | | ||
make verify-kubegen | ||
- name: Verify manifests | ||
run: | | ||
make verify-manifests | ||
unit-tests: | ||
runs-on: ubuntu-latest | ||
needs: ["lint", "validate_codegen"] | ||
needs: ["lint"] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters