-
Notifications
You must be signed in to change notification settings - Fork 10.1k
[release-3.4] Cleanup functional tests #20021
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
[release-3.4] Cleanup functional tests #20021
Conversation
1345404
to
08e535b
Compare
/hold |
/unhold |
/hold |
f3d3aba
to
f986fcc
Compare
/unhold |
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.
LGTM. Thanks, @joshjms.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fuweid, ivanvc, joshjms The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Link to kubernetes/test-infra#32754 |
Note; functional tests were abandoned and removed because they didn't work and we didn't want to invest in them. They were replaced by robustness tests. |
Ah got it, then I think we can close this as we don't want any unnecessary tests in our CI? @ivanvc |
@serathius, we're just closing the migration from GitHub workflows to Prow jobs. Note that this is for |
/test |
@joshjms: The
Use In response to this:
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-sigs/prow repository. |
/test x |
@joshjms: The specified target(s) for
Use In response to this:
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-sigs/prow repository. |
/test pull-etcd-integration-4-cpu-amd64 |
Functional tests were abandoned after v3.5 release as they were no bringing any value, we just forgot to remove them in older branches. Robustness tests on the main branch run against older etcd branches including release-3.4 and release-3.5. Therefore I think it's ok to remove them. |
Thanks for the input. @joshjms, let's clean up instead, then. |
Got it will do @ivanvc |
f986fcc
to
6b3a9e4
Compare
Should we do a cleanup of this scale for a released branch or should we just remove the running of tests (without removing functional testing related things like the |
@joshjms, please only delete the GitHub workflow. Thanks. |
Signed-off-by: joshjms <joshjms1607@gmail.com>
6b3a9e4
to
ed8b0a2
Compare
Got it, my bad |
Ah, the workflow is shared with all the other tests. Let's delete them altogether then, when we finish the migration. Sorry about the confusion, and thanks, @joshjms. |
/retest |
Opening just to verify a presubmit |
They work! Let's close this pull request. Thanks, @joshjms. /close |
Adds the
test-functional
Makefile target.Previously in
.github/workflows/tests.yaml
:This is to standardize the commands used in the Prow job, we aim to simplify jobs to a single
make [something]
as much as possible./cc @ivanvc
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.