Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WORKSPACE and BUILD files incoporating recent changes #639

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

neuromage
Copy link
Contributor

@neuromage neuromage commented Jan 5, 2019

In particular, fix it for the change in #449 which introduced more dependencies from using the controller-runtime Kubernetes library. That change was submitted in parallel with the PR that moved everything to Bazel and so wasn't included.

Along the way, fix conflicts in imports that was using
controller-runtime library. We can import it either through
github.com/kubernetes-sigs or sigs.k8s.io/controller-runtime, but
shouldn't be using both imports, which was causing conflicts at build
time.

Fixes #638


This change is Reviewable

change.

That change was submitted in parallel with the PR that moved everything
to Bazel and so wasn't included.

Along the way, fix conflicts in imports that was using
controller-runtime library. We can import it either through
github.com/kubernetes-sigs or sigs.k8s.io/controller-runtime, but
shouldn't be using both imports, which was causing conflicts at build
time.
@neuromage
Copy link
Contributor Author

/assign @yebrahim
/assign @IronPan

@neuromage
Copy link
Contributor Author

We should probably also make Bazel build and test everything as part of Travis. I'll look into doing that.

@yebrahim
Copy link
Contributor

yebrahim commented Jan 7, 2019

/lgtm

@IronPan
Copy link
Member

IronPan commented Jan 7, 2019

@IronPan
Copy link
Member

IronPan commented Jan 7, 2019

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IronPan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@neuromage
Copy link
Contributor Author

neuromage commented Jan 7, 2019

@neuromage Does Prow tests need to be updated too?

Not necessary. #640 will add it as part of Travis. We still want go test to continue working anyway for now.

@k8s-ci-robot k8s-ci-robot merged commit 5bde521 into kubeflow:master Jan 7, 2019
Linchin pushed a commit to Linchin/pipelines that referenced this pull request Apr 11, 2023
* Go builds of started to break and this appears to be due to the use of
  1.12.

  * See kubeflow/manifests#1104

  * See kubeflow/kfctl#306

* New image is gcr.io/kubeflow-ci/test-worker-py3:e9afed1-dirty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Building backend using Bazel fails on mac
4 participants