pipelines/test
Lingqing Gan 6c6b1e3a94
chore(backend): move v1 api to v1beta1 package and folder (#8376)
* move v1 api to v1beta1 package and folder

* fix test

* update README.md

* update README.md

* update readme
2022-10-26 07:11:30 +00:00
..
api-integration-test feat: Upgrade argo-workflow to v3.3.8 (#8009) 2022-07-12 19:22:31 +00:00
cloudbuild MetadataStore: Update to release metadata-envoy in each release (#4026) 2020-06-23 19:07:17 -07:00
frontend-integration-test feat(frontend): Creating run from various entry points (#8190) 2022-08-31 19:34:54 +00:00
imagebuilder Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
images
initialization-test feat: Upgrade argo-workflow to v3.3.8 (#8009) 2022-07-12 19:22:31 +00:00
kfp-functional-test feat(sdk)!: move v1 to deprecated folder (#7291) 2022-03-04 00:52:59 +00:00
manifests feat: Upgrade argo-workflow to v3.3.8 (#8009) 2022-07-12 19:22:31 +00:00
release chore: Update bump-version-in-place.sh (#7277) 2022-02-08 17:30:43 +00:00
sample-test chore(backend): move v1 api to v1beta1 package and folder (#8376) 2022-10-26 07:11:30 +00:00
scripts
sdk-execution-tests test(sdk): create SDK execution test suite and restructure read/write tests (#8245) 2022-09-12 18:33:06 +00:00
tools chore(test): add test infra mysql run cleanup script (#7979) 2022-07-11 23:07:30 +00:00
.gitignore
OWNERS chore: remove Bobgy from OWNERS (#7195) 2022-01-25 08:11:28 +08:00
README.md fix(test): Update reference link in test README.md (#5354) 2021-03-22 17:52:50 -07:00
build-images.sh Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
build_image.yaml test: prepare samples to be emissary executor compatible. Part of #5718 (#6109) 2021-07-22 18:00:01 +08:00
check-argo-status.sh Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
check-build-image-status.sh Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
component_test.yaml test: Revert "fix: Add workaround init container to fix test infra" (#6652) 2021-09-30 12:28:31 -07:00
deploy-cluster.sh test: remove pin for cluster version (#6692) 2021-10-06 16:41:19 -07:00
deploy-pipeline-lite.sh test: temporarily skip verify workload identity binding 2021-07-15 05:14:07 +00:00
deploy-pipeline-mkp-cli.sh Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
e2e_test_gke_v2.yaml test: Revert "fix: Add workaround init container to fix test infra" (#6652) 2021-09-30 12:28:31 -07:00
install-argo-cli.sh feat: Upgrade argo-workflow to v3.3.8 (#8009) 2022-07-12 19:22:31 +00:00
install-argo.sh test: temporarily skip verify workload identity binding 2021-07-15 05:14:07 +00:00
postsubmit-tests-with-pipeline-deployment.sh Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
presubmit-backend-test.sh chore: use the upstream go-licenses tool (#7408) 2022-03-16 02:10:34 +00:00
presubmit-backend-visualization.sh feat: upgrade TFX to 1.2.0 (#6375) 2021-08-18 01:50:37 -07:00
presubmit-component-yaml.sh test: Added presubmit unit tests for the component.yaml definitions (#4135) 2020-07-14 17:02:49 -07:00
presubmit-components-gcp.sh test: Added presubmit unit tests for the GCP components (#4137) 2020-07-14 17:02:57 -07:00
presubmit-docformatter-sdk.sh chore(sdk): update contributing guidelines/tests (#7802) 2022-07-12 20:35:29 -06:00
presubmit-isort-sdk.sh chore(sdk): add script to check for unused imports (#8221) 2022-08-31 22:53:51 -07:00
presubmit-sdk-execution-tests.sh test(sdk): create SDK execution test suite and restructure read/write tests (#8245) 2022-09-12 18:33:06 +00:00
presubmit-tests-mkp.sh Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
presubmit-tests-sdk.sh chore(sdk): use pytest instead of unittest for test execution (#7869) 2022-06-10 05:49:19 +00:00
presubmit-tests-tfx.sh test: fix tfx presubmit test. (#7143) 2022-01-05 16:11:26 -08:00
presubmit-tests-with-pipeline-deployment.sh test: migrate sample integration test to v2 sample test infra (#7115) 2021-12-26 04:17:44 +00:00
presubmit-yapf-sdk.sh chore(sdk): update contributing guidelines/tests (#7802) 2022-07-12 20:35:29 -06:00
sample_test.yaml feat(sdk)!: move v1 to deprecated folder (#7291) 2022-03-04 00:52:59 +00:00
tag_for_hosted.sh fix(backend): Upgrade mysql to 8.0.26 (#8351) 2022-10-14 07:34:04 +00:00
test-prep.sh Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
upgrade-tests.sh Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
upgrade_test_setup.yaml test: prepare samples to be emissary executor compatible. Part of #5718 (#6109) 2021-07-22 18:00:01 +08:00

README.md

ML pipeline test infrastructure

This folder contains the integration/e2e tests for ML pipeline. We use Argo workflow to run the tests.

At a high level, a typical test workflow will

  • build docker images for all components
  • create a dedicate test namespace in the cluster
  • deploy ml pipeline using the newly built components
  • run the test
  • delete the namespace
  • delete the images

All these steps will be taking place in the same Kubernetes cluster. You can use GKE to test against the code in a Github Branch. The image will be temporarily stored in the GCR repository in the same project.

Tests are run automatically on each commit in a Kubernetes cluster using Prow. Tests can also be run manually, see the next section.

Run tests using GKE

You could run the tests against a specific commit.

Setup

Here are the one-time steps to prepare for your GKE testing cluster:

  • Follow the deployment guide to create a GKE cluster.
  • Install Argo in the cluster.
  • Create cluster role binding.
    kubectl create clusterrolebinding default-as-admin --clusterrole=cluster-admin --serviceaccount=default:default
    
  • Follow the guideline to create a ssh deploy key, and store as Kubernetes secret in your cluster, so the job can later access the code. Note it requires admin permission to add a deploy key to github repo. This step is not needed when the project is public.
    kubectl create secret generic ssh-key-secret
    --from-file=id_rsa=/path/to/your/id_rsa
    --from-file=id_rsa.pub=/path/to/your/id_rsa.pub
    

Run tests

Simply submit the test workflow to the GKE cluster, with a parameter specifying the commit you want to test (master HEAD by default):

argo submit integration_test_gke.yaml -p commit-sha=<commit>

You can check the result by doing:

argo list

The workflow will create a temporary namespace with the same name as the Argo workflow. All the images will be stored in gcr.io/project_id/workflow_name/branch_name/*. By default when the test is *finished, the namespace and images will be deleted. However you can keep them by providing additional parameter.

argo submit integration_test_gke.yaml -p branch="my-branch" -p cleanup="false"

Run presubmit-tests-with-pipeline-deployment.sh locally

Run the following commands from root of kubeflow/pipelines repo.

# $WORKSPACE are env variables set by Prow
export WORKSPACE=$(pwd) # root of kubeflow/pipelines git repo
export SA_KEY_FILE=PATH/TO/YOUR/GCP/PROJECT/SERVICE/ACCOUNT/KEY
# (optional) uncomment the following to keep reusing the same cluster
# export TEST_CLUSTER=YOUR_PRECONFIGURED_CLUSTER_NAME
# (optional) uncomment the following to disable built image caching
# export DISABLE_IMAGE_CACHING=true

./test/presubmit-tests-with-pipeline-deployment.sh \
  --workflow_file e2e_test_gke_v2.yaml \ # You can specify other workflows you want to test too.
  --test_result_folder ${FOLDER_NAME_TO_HOLD_TEST_RESULT} \
  --test_result_bucket ${YOUR_GCS_TEST_RESULT_BUCKET} \
  --project ${YOUR_GCS_PROJECT}

Troubleshooting

Q: Why is my test taking so long on GKE?

The cluster downloads a bunch of images during the first time the test runs. It will be faster the second time since the images are cached. The image building steps are running in parallel and usually takes 2~3 minutes in total. If you are experiencing high latency, it might due to the resource constrains on your GKE cluster. In that case you need to deploy a larger cluster.