Skip to content

Commit

Permalink
chore: remove bump version code and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-ding committed Oct 14, 2022
1 parent f7920f5 commit 8aae804
Show file tree
Hide file tree
Showing 145 changed files with 0 additions and 37,511 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Build
run: |
go build -v -a -o ./bin/csi-proxy.exe ./cmd/csi-proxy
go build -v -a -o ./bin/csi-proxy-api-gen.exe ./cmd/csi-proxy-api-gen
- name: Run Windows Integration Tests
run: |
# start the CSI Proxy before running tests on windows
Expand Down Expand Up @@ -46,36 +45,3 @@ jobs:
run: |
make all
go test -v -race ./pkg/...
bump_version_test:
strategy:
matrix:
go: ['1.16']
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Install Tools
run: |
echo "${HOME}/.local/bin" >> $GITHUB_PATH
echo "/home/runner/work/csi-proxy/csi-proxy/go/bin" >> $GITHUB_PATH
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
curl -LO $PB_REL/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
unzip protoc-3.15.8-linux-x86_64.zip -d $HOME/.local
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 1
path: go/src/github.com/kubernetes-csi/csi-proxy
- name: Run bump version script
env:
GOPATH: /home/runner/work/csi-proxy/csi-proxy/go
GOBIN: /home/runner/work/csi-proxy/csi-proxy/go/bin
run: |
go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
protoc --version
cd /home/runner/work/csi-proxy/csi-proxy/go/src/github.com/kubernetes-csi/csi-proxy
API_GROUP=filesystem OLD_API_VERSION=v1beta2 NEW_API_VERSION=v99 scripts/bump-version.sh
Loading

0 comments on commit 8aae804

Please sign in to comment.