Skip to content

Remove manual pruning of knative/test-infra#606

Merged
knative-prow-robot merged 1 commit into
knative:masterfrom
grantr:remove-test-infra-pruning
Nov 12, 2018
Merged

Remove manual pruning of knative/test-infra#606
knative-prow-robot merged 1 commit into
knative:masterfrom
grantr:remove-test-infra-pruning

Conversation

@grantr
Copy link
Copy Markdown
Contributor

@grantr grantr commented Nov 12, 2018

This was incorrectly removing dep-collector, and wasn't really necessary in the first place according to @mattmoor.

/cc @mattmoor @adrcunha

This was removing tools we wanted to keep, like dep-collector.
@googlebot googlebot added the cla: yes Indicates the PR's author has signed the CLA. label Nov 12, 2018
@knative-prow-robot knative-prow-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Nov 12, 2018
@knative-prow-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: grantr

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

The pull request process is described here

Details 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

@knative-prow-robot knative-prow-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 12, 2018
Comment thread hack/update-deps.sh
rm -rf $(find vendor/ -name 'BUILD.bazel')

# Keep the only dir in knative/test-infra we're interested in
find vendor/github.com/knative/test-infra -mindepth 1 -maxdepth 1 ! -name scripts -exec rm -fr {} \;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I did ran into problems here earlier:

#605 (comment)

let me try again

@matzew
Copy link
Copy Markdown
Member

matzew commented Nov 12, 2018

/lgtm

tests:

  • removed @mattmoor's dep-collector from my $GOPATH, and did run the "update" script: worked fine w/o issues

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Nov 12, 2018
@knative-prow-robot knative-prow-robot merged commit 3ffd634 into knative:master Nov 12, 2018
@adrcunha
Copy link
Copy Markdown
Contributor

You're now vendoring the whole test-infra, which is unnecessary. The packages need to be adjusted, just like in knative/serving#2420

@grantr grantr deleted the remove-test-infra-pruning branch November 12, 2018 20:50
@grantr
Copy link
Copy Markdown
Contributor Author

grantr commented Nov 12, 2018

@adrcunha I'll create a followup PR to fix that.

@grantr grantr added this to the v0.2.1 milestone Nov 28, 2018
matzew added a commit to matzew/eventing that referenced this pull request Jun 3, 2020
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
mgencur pushed a commit to mgencur/eventing that referenced this pull request May 21, 2024
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
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. cla: yes Indicates the PR's author has signed the CLA. lgtm 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