Enable AWS Kubeflow-Kubernetes Periodic Tests in v1.2-branch (#1651)
This commit is contained in:
parent
9d9aa0870f
commit
b904e8f9d1
|
|
@ -58,10 +58,45 @@ workflows:
|
||||||
|
|
||||||
####################################### AWS Specific Tests
|
####################################### AWS Specific Tests
|
||||||
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
|
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
|
||||||
name: aws-e2e
|
name: aws-default
|
||||||
job_types:
|
job_types:
|
||||||
- periodic
|
- periodic
|
||||||
kwargs:
|
kwargs:
|
||||||
build_and_apply: false
|
build_and_apply: false
|
||||||
config_path: https://raw.githubusercontent.com/kubeflow/manifests/v1.2-branch/kfdef/kfctl_aws.v1.2.0.yaml
|
config_path: https://raw.githubusercontent.com/kubeflow/manifests/v1.2-branch/kfdef/kfctl_aws.v1.2.0.yaml
|
||||||
|
|
||||||
|
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
|
||||||
|
name: aws-1-15
|
||||||
|
job_types:
|
||||||
|
- periodic
|
||||||
|
kwargs:
|
||||||
|
build_and_apply: false
|
||||||
|
config_path: https://raw.githubusercontent.com/kubeflow/manifests/v1.2-branch/kfdef/kfctl_aws.v1.2.0.yaml
|
||||||
|
eks_cluster_version: "1.15"
|
||||||
|
|
||||||
|
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
|
||||||
|
name: aws-1-16
|
||||||
|
job_types:
|
||||||
|
- periodic
|
||||||
|
kwargs:
|
||||||
|
build_and_apply: false
|
||||||
|
config_path: https://raw.githubusercontent.com/kubeflow/manifests/v1.2-branch/kfdef/kfctl_aws.v1.2.0.yaml
|
||||||
|
eks_cluster_version: "1.16"
|
||||||
|
|
||||||
|
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
|
||||||
|
name: aws-1-17
|
||||||
|
job_types:
|
||||||
|
- periodic
|
||||||
|
kwargs:
|
||||||
|
build_and_apply: false
|
||||||
|
config_path: https://raw.githubusercontent.com/kubeflow/manifests/v1.2-branch/kfdef/kfctl_aws.v1.2.0.yaml
|
||||||
|
eks_cluster_version: "1.17"
|
||||||
|
|
||||||
|
- py_func: kubeflow.kfctl.testing.ci.kfctl_e2e_workflow.create_workflow
|
||||||
|
name: aws-1-18
|
||||||
|
job_types:
|
||||||
|
- periodic
|
||||||
|
kwargs:
|
||||||
|
build_and_apply: false
|
||||||
|
config_path: https://raw.githubusercontent.com/kubeflow/manifests/v1.2-branch/kfdef/kfctl_aws.v1.2.0.yaml
|
||||||
|
eks_cluster_version: "1.18"
|
||||||
Loading…
Reference in New Issue