Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Test against k8s python-client version 12.0 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yao Xiao authored Nov 7, 2020
1 parent cee16ff commit 8749362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/kubeflow/kfctl/testing/ci/kfctl_e2e_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def _build_task_template(self):
{"name": "TEST_TARGET_NAME",
"value": self.test_target_name},
],
'image': '527798164940.dkr.ecr.us-west-2.amazonaws.com/aws-kubeflow-ci/test-worker:latest',
'image': '527798164940.dkr.ecr.us-west-2.amazonaws.com/aws-kubeflow-ci/test-worker:v1.2-branch',
'imagePullPolicy': 'Always',
'name': '',
'resources': {'limits': {'cpu': '4', 'memory': '4Gi'},
Expand Down Expand Up @@ -431,7 +431,7 @@ def build(self):
self.workflow = self._build_workflow()
task_template = self._build_task_template()
py3_template = argo_build_util.deep_copy(task_template)
py3_template["container"]["image"] = "527798164940.dkr.ecr.us-west-2.amazonaws.com/aws-kubeflow-ci/test-worker:latest"
py3_template["container"]["image"] = "527798164940.dkr.ecr.us-west-2.amazonaws.com/aws-kubeflow-ci/test-worker:v1.2-branch"
default_namespace = "kubeflow"

#**************************************************************************
Expand Down

0 comments on commit 8749362

Please sign in to comment.