pipelines/test/sample-test
Chen Sun cd7e316db6
test: upgrade e2e sample tests to using sdk v2 (#9885)
* install kfp sdk 2.0 in sample test

* remove reference to GCSHelper from deprecated module

* exclude obsolete samples

* update test script

* update client usage

* revert recent changes to exit_handler.py
2023-08-17 09:33:38 +00:00
..
configs test: migrate all sample tests to v2 sample test infra (#7114) 2021-12-24 08:15:43 +00:00
hack chore(backend): move v1 api to v1beta1 package and folder (#8376) 2022-10-26 07:11:30 +00:00
unittests Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Dockerfile test: upgrade e2e sample tests to using sdk v2 (#9885) 2023-08-17 09:33:38 +00:00
OWNERS update owner files in samples and test (#1785) 2019-08-13 14:09:26 -07:00
README.md chore: upgrade tfx to 1.0.0 (#6316) 2021-08-12 04:02:03 -07:00
check_notebook_results.py chore(testing): Enable samples in e2e tests with v1 kfp SDK (#9169) 2023-04-19 04:55:53 +00:00
constants.py Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
requirements.in chore(sdk): remove v1 dependencies from SDK v2 (#8668) 2023-01-19 12:53:27 -08:00
requirements.txt chore(deps): bump jupyter-core from 4.9.1 to 4.11.2 in /test/sample-test (#8442) 2023-01-09 14:07:10 -08:00
run_resnet_cmle_test.py chore(testing): Enable samples in e2e tests with v1 kfp SDK (#9169) 2023-04-19 04:55:53 +00:00
run_sample_test.py test: upgrade e2e sample tests to using sdk v2 (#9885) 2023-08-17 09:33:38 +00:00
sample_test_launcher.py test: upgrade e2e sample tests to using sdk v2 (#9885) 2023-08-17 09:33:38 +00:00
utils.py Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00

README.md

sample-test

Updating python dependencies

pip-tools is used to manage python dependencies. To update dependencies:

  1. (optional) edit requirements.in

  2. run

    ./hack/update_requirements.sh
    

    to update and pin the transitive dependencies.

Some dependencies are resolved at the time running this command, so without editing requirements.in, the result will still change over time.