-
Notifications
You must be signed in to change notification settings - Fork 691
Renamed pip_deps to container_pip_deps #1576
Renamed pip_deps to container_pip_deps #1576
Conversation
/assign @alex1545 |
@alex1545 I am seeing the following errors in buildkite, and I don't know what I did to cause them:
|
I was about to submit a similar PR, thank you for doing this! |
Thanks for making this PR! Not really sure where that extra slash at the end of |
Could this be named under the rules_docker 'namespace', rather than taking another name that is non-specific and still liable to clashes? i.e Regarding the test failures, the name |
Ok please update the image_test.py file with the new expected name that includes the slash. I do like the idea of naming the deps with rules_docker in the name. Maybe call it |
@aaliddell and @smukherj1 I renamed Anything else required to complete the PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mmikitka, smukherj1 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 |
/gcbrun |
@@ -167,9 +167,9 @@ load("@io_bazel_rules_docker//repositories:deps.bzl", container_deps = "deps") | |||
|
|||
container_deps() | |||
|
|||
load("@io_bazel_rules_docker//repositories:pip_repositories.bzl", "pip_deps") | |||
load("@io_bazel_rules_docker//repositories:pip_repositories.bzl", "io_bazel_rules_docker_pip_deps") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This snippet is using rules_docker-0.14.4
which doesn't have your rename so copy and pasting now fails.
ERROR: Traceback (most recent call last):
File "/usr/local/google/home/mikedanese/code/cloud-provider-gcp/WORKSPACE", line 70, column 89, in <toplevel>
load("@io_bazel_rules_docker//repositories:pip_repositories.bzl", container_pip_deps = "io_bazel_rules_docker_pip_deps")
Error: file '@io_bazel_rules_docker//repositories:pip_repositories.bzl' does not contain symbol 'io_bazel_rules_docker_pip_deps'
ERROR: error loading package 'external': Package 'external' contains errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smukherj1 and @aaliddell Tagging another release seems like a good idea, and the README.md could be updated at the same time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack. Made a note of this and will get around to this in the next week or so hopefully.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
friendly ping :)
Not sure if this is in your attention-set anymore now that it merged
In particular rules_docker started failing. there have been several fixes for gflags being removed, I think we need a release with bazelbuild/rules_docker#1576 Signed-off-by: Elliot Murphy <statik@users.noreply.github.com>
Related to issue: #1404
Steps to reproduce:
WORKSPACE
BUILD
Error message: