pipelines
pipelines copied to clipboard
chore: bump requests-toolbelt to 1.0.0 fixes #10470
Description of your changes:
Bumps requests-toolbelt from 0.9.1 to 1.0.0 (see #10470)
Checklist:
- [ ] The title for your pull request (PR) should follow our title convention. Learn more about the pull request title convention used in this repository.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign zijianjoy for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @SimonDR-Boltzmann. Thanks for your PR.
I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
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.
/ok-to-test
@SimonDR-Boltzmann I believe this is not the only place to upgrade requests-toolbelt. Looking at the entire repo, I see at least 8 other occurrences of that Python package. I'm new to the kfp code, so I'm unsure what the root requirements.txt does in the code, but I can tell you that the ones inside backend/ and sdk/python are the most important ones. And there's the test/kfp-functional-test/requirements.txt file to run the functional tests with that new dependency version.
That being said, ensure that all occurrences of that package are upgraded to 1.1.0 version.
@SimonDR-Boltzmann I believe this is not the only place to upgrade
requests-toolbelt. Looking at the entire repo, I see at least 8 other occurrences of that Python package. I'm new to the kfp code, so I'm unsure what the rootrequirements.txtdoes in the code, but I can tell you that the ones insidebackend/andsdk/pythonare the most important ones. And there's thetest/kfp-functional-test/requirements.txtfile to run the functional tests with that new dependency version.That being said, ensure that all occurrences of that package are upgraded to 1.1.0 version.
@rimolive You're right, I should have checked. It also seems the 1.1.0 is not on pypi yet, so I've bumped to 1.0.0 instead
/test kubeflow-pipeline-e2e-test
@SimonDR-Boltzmann: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| kubeflow-pipeline-upgrade-test | 0514d220c03108424ca3eef04c0c2f314deea434 | link | true | /test kubeflow-pipeline-upgrade-test |
| kfp-kubernetes-execution-tests | 0514d220c03108424ca3eef04c0c2f314deea434 | link | false | /test kfp-kubernetes-execution-tests |
| kubeflow-pipelines-sdk-execution-tests | 0514d220c03108424ca3eef04c0c2f314deea434 | link | true | /test kubeflow-pipelines-sdk-execution-tests |
| kubeflow-pipeline-e2e-test | 0514d220c03108424ca3eef04c0c2f314deea434 | link | true | /test kubeflow-pipeline-e2e-test |
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.
@rimolive I could use your help debugging these failed tests, I'm not sure what the CancelledErrors mean, and I get a 403 when I click on the experiment/run details links.
@SimonDR-Boltzmann Just rebase and I believe the new Github Action tests will run.
@SimonDR-Boltzmann: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| kubeflow-pipeline-upgrade-test | 3d7827e7a8dae928c1d7a135cc3c891c7167ac74 | link | false | /test kubeflow-pipeline-upgrade-test |
| kubeflow-pipeline-e2e-test | 3d7827e7a8dae928c1d7a135cc3c891c7167ac74 | link | false | /test kubeflow-pipeline-e2e-test |
| kfp-kubernetes-execution-tests | 3d7827e7a8dae928c1d7a135cc3c891c7167ac74 | link | false | /test kfp-kubernetes-execution-tests |
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.
@SimonDR-Boltzmann Just rebase and I believe the new Github Action tests will run.
@rimolive It seems the tests still fail, but I still can't seem to access the relevant logs to see what's going on.
@SimonDR-Boltzmann you can ignore those tests. They are all optional. We can see it here.
@SimonDR-Boltzmann please rebase this PR. We've done some test fixes, and maybe everything will just pass now.
@SimonDR-Boltzmann May I ask to rebase again? We migrated most of these tests to GitHub actions, now we can run propoer tests in your PR
/rerun-all
Looks much better now, but the problem seems to be that in backend/requirements.txt both kfp and requests-toolbelt are dependencies. I'm not sure how synchronous those requirements.txt files should be, but I'll try reverting the update in that file only. Let me know whether that makes sense or not.
/rerun-all
/lgtm
cc @HumairAK @gregsheremeta @chensun @zijianjoy
I don't have experience updating python dependencies yet, but this looks solid to me, and the tests pass.
thanks!
/lgtm
@chensun @zijianjoy could you please review this? thank you in advance
New changes are detected. LGTM label has been removed.
/rerun-all
@SimonDR-Boltzmann There are some failling tests. Can you take a look?
@SimonDR-Boltzmann There are some failling tests. Can you take a look?
@rimolive Apart from the
E AssertionError: Pipeline components-preprocess ended with incorrect status: FAILED. More info: http://localhost:8888/#/runs/details/c86fcaeb-9963-4272-b6e1-817d8429d381
E assert 'FAILED' == 'SUCCEEDED'
E - SUCCEEDED
E + FAILED
I can't really tell what's the cause of the errors. I'm having some trouble testing locally, could you point me in the right direction?
I tried to run the tests locally as well (to see if I could help you out) and building images fails for me:
sha256:f326c34ea3fa9c3e2a71ffb6f85986c988a4d0bdc270b28fe3642502426fc125
The push refers to repository [kind-registry:5000/apiserver]
Get "https://kind-registry:5000/v2/": dial tcp: lookup kind-registry: no such host
Failed to build apiserver image.
I might be doing something wrong. It's my first time trying to do this.
Anyone know if we have documentation somewhere for running these e2e kind tests locally?
/hold
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign connor-mccarthy for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/rerun-all
Hello! Can this be merged?
No. We need to fix https://github.com/kubeflow/pipelines/pull/10762#discussion_r1770597904