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

vendor AWS Go SDK #6101

Merged
merged 1 commit into from
Dec 28, 2017
Merged

Conversation

BenTheElder
Copy link
Member

xref: #6086

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Dec 27, 2017
@BenTheElder
Copy link
Member Author

/cc @chrislovecnm
I think this should work.

@chrislovecnm
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 28, 2017
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

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

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

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 582ffb1 into kubernetes:master Dec 28, 2017
@BenTheElder BenTheElder deleted the add-aws-go-sdk branch December 28, 2017 00:09
@fejta
Copy link
Contributor

fejta commented Jan 4, 2018

Nothing uses this. It should not be in test-infra

@chrislovecnm
Copy link
Contributor

@fejta not yet but soon #6113

@chrislovecnm
Copy link
Contributor

Also this uses the library and is not vendorred

@chrislovecnm
Copy link
Contributor

@BenTheElder
Copy link
Member Author

@fejta the boskos AWS-janitor does, we were explicitly telling dep not to vendor this before to side step it for some reason, and @chrislovecnm was planning to use it anyhow.

I checked in with @cblecker who authored the dep PR ignoring this library and he seemed to think the only reason it wasn't vendored before was the size. It seemed reasonable to actually vendor this along with our other dependencies..

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/autoscaling"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/aws/aws-sdk-go/service/iam"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/golang/glog"

@BenTheElder
Copy link
Member Author

To further clarify this PR is:

-# Ignore AWS SDK used by jenkins/aws-janitor
-ignored = ["github.com/aws/aws-sdk-go*"]
-
  • run dep ensure
  • run hack/update-bazel.sh

@cblecker
Copy link
Member

cblecker commented Jan 7, 2018

@BenTheElder Did you do a dep prune in there too?

@BenTheElder
Copy link
Member Author

BenTheElder commented Jan 8, 2018 via email

This pull request was closed.
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/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants