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

🏃‍♂️ Remove cmd/clusterctl/test folder #2933

Merged

Conversation

prankul88
Copy link
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #2930

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 19, 2020
@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 19, 2020
@prankul88
Copy link
Contributor Author

@fabriziopandini Deleting this folder would also delete the go.mod and go.sum files which are used by make modules command. Should I move these 2 files to test/e2e folder and add an option of make modules in the Makefile there?

@vincepri
Copy link
Member

/assign @fabriziopandini

@fabriziopandini
Copy link
Member

/test pull-cluster-api-e2e

Copy link
Member

@fabriziopandini fabriziopandini left a comment

Choose a reason for hiding this comment

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

@prankul88 thanks!
I think you should run make modules to get the verify check to pass

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 20, 2020
@prankul88
Copy link
Contributor Author

@fabriziopandini make modules fail due to missing CLUSTERCTL_E2E_DIR

$(MAKE) -C $(CLUSTERCTL_E2E_DIR) modules

@fabriziopandini
Copy link
Member

@prankul88 you can drop this line and the declaration of the CLUSTERCTL_E2E_DIR variable

@prankul88 prankul88 force-pushed the remove-e2e-clusterctl-folder branch from a0fb8d9 to c387b70 Compare April 21, 2020 08:45
@prankul88 prankul88 force-pushed the remove-e2e-clusterctl-folder branch from c387b70 to ac8927b Compare April 21, 2020 10:39
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 21, 2020
@prankul88
Copy link
Contributor Author

@fabriziopandini PTAL

@k8s-ci-robot
Copy link
Contributor

@prankul88: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
pull-cluster-api-capd-e2e ac8927b link /test pull-cluster-api-capd-e2e

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@fabriziopandini
Copy link
Member

/approve

/assign @wfernandes @vincepri
for final lgtm

@vincepri
Copy link
Member

/retitle 🏃‍♂️ Remove cmd/clusterctl/test folder
LGTM

@k8s-ci-robot k8s-ci-robot changed the title 🐛 Remove cmd/clusterctl/test folder 🏃‍♂️ Remove cmd/clusterctl/test folder Apr 21, 2020
@wfernandes
Copy link
Contributor

Reviewing

@wfernandes
Copy link
Contributor

wfernandes commented Apr 21, 2020

@fabriziopandini I noticed that currently in cmd/clusterctl/test there is a move_test.go which we currently do not have in test/e2e. Is that currently being worked on?

/cc @vincepri @sedefsavas

@sedefsavas
Copy link

@wfernandes test/e2e/self_hosted_test.go is testing the move.

@wfernandes
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 Apr 21, 2020
@ncdc
Copy link
Contributor

ncdc commented Apr 21, 2020

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fabriziopandini, ncdc, prankul88

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 21, 2020
@k8s-ci-robot k8s-ci-robot merged commit ffb8aed into kubernetes-sigs:master Apr 21, 2020
@vincepri
Copy link
Member

/milestone v0.3.4

@k8s-ci-robot k8s-ci-robot added this to the v0.3.4 milestone Apr 22, 2020
@prankul88 prankul88 deleted the remove-e2e-clusterctl-folder branch April 23, 2020 08:05
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.

Remove cmd/clusterctl/test
7 participants