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

move coalesce out of bazelbuild image #6709

Merged
merged 1 commit into from
Feb 8, 2018

Conversation

BenTheElder
Copy link
Member

it turns out even though we bake this script into the image we only use it via the local test infra clone, we can move this out to hack in preparation for consolidating the images.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Feb 8, 2018
@BenTheElder
Copy link
Member Author

/test pull-test-infra-bazel-canary

Copy link
Member

@krzyzacy krzyzacy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/hold

@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Feb 8, 2018
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BenTheElder, krzyzacy

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 OWNERS Files:
  • OWNERS [BenTheElder,krzyzacy]

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

@BenTheElder
Copy link
Member Author

/hold cancel
/shrug

@k8s-ci-robot k8s-ci-robot added ¯\_(ツ)_/¯ ¯\\\_(ツ)_/¯ and removed do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. labels Feb 8, 2018
@k8s-ci-robot k8s-ci-robot merged commit d774bba into kubernetes:master Feb 8, 2018
@ixdy
Copy link
Member

ixdy commented Feb 8, 2018

#2731 (comment) gives some flavor as to why I added coalesce.py to the bazelbuild image.

I think trying to do the rename in the same PR I was testing bazel on kubernetes was causing me pain, since the PR hadn't yet been checked into t-i effecting the rename.

I think I was also trying to follow the pattern of versioning dependencies with the image, similar to the way we use a precompiled kubetest, and that potentially the version of coalesce.py at head would not be the version we'd want.

In practice, I never followed up on using coalesce.py in the image, and it hasn't seemed to cause us any real issues.

@BenTheElder
Copy link
Member Author

BenTheElder commented Feb 8, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. ¯\_(ツ)_/¯ ¯\\\_(ツ)_/¯
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants