Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Remove v1beta1 code #166

Merged
merged 4 commits into from
May 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ install:
- gometalinter --install

script:
- go build -o pytorch-operator.v1beta1 github.com/kubeflow/pytorch-operator/cmd/pytorch-operator.v1beta1
- go build -o pytorch-operator.v1beta2 github.com/kubeflow/pytorch-operator/cmd/pytorch-operator.v1beta2
- go build -o pytorch-operator.v1 github.com/kubeflow/pytorch-operator/cmd/pytorch-operator.v1
- gometalinter --config=linter_config.json ./pkg/...
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM registry.access.redhat.com/ubi8-dev-preview/ubi:latest

COPY pytorch-operator.v1beta1 /pytorch-operator.v1beta1
COPY pytorch-operator.v1beta2 /pytorch-operator.v1beta2
COPY pytorch-operator.v1 /pytorch-operator.v1

Expand Down
16 changes: 3 additions & 13 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ echo "Create symlink to GOPATH"
mkdir -p ${GOPATH}/src/github.com/kubeflow
ln -s ${CONTEXT_DIR} ${GO_DIR}
cd ${GO_DIR}
echo "Build pytorch operator v1beta1 binary"
go build github.com/kubeflow/pytorch-operator/cmd/pytorch-operator.v1beta1
echo "Build pytorch operator v1beta2 binary"
go build github.com/kubeflow/pytorch-operator/cmd/pytorch-operator.v1beta2
echo "Build pytorch operator v1 binary"
Expand Down
58 changes: 0 additions & 58 deletions cmd/pytorch-operator.v1beta1/app/options/options.go

This file was deleted.

198 changes: 0 additions & 198 deletions cmd/pytorch-operator.v1beta1/app/server.go

This file was deleted.

49 changes: 0 additions & 49 deletions cmd/pytorch-operator.v1beta1/main.go

This file was deleted.

Loading