Skip to content

Commit

Permalink
Merge pull request #558 from gsunner/update-e2e-tests-s2i-python-imag…
Browse files Browse the repository at this point in the history
…e-version

Update e2e tests s2i python image version
  • Loading branch information
gsunner authored May 9, 2019
2 parents d2dc7d0 + 609fc7b commit 22fc597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'tensorflow',
'Flask-OpenTracing==0.2.0',
'opentracing>=1.2.2,<2',
'jaeger-client',
'jaeger-client==3.13.0',
'grpcio-opentracing',
'pyyaml'
],
Expand Down
2 changes: 1 addition & 1 deletion testing/scripts/test_s2i_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from k8s_utils import *
import numpy as np

S2I_CREATE = "cd ../s2i/python/#TYPE# && s2i build -E environment_#API# . seldonio/seldon-core-s2i-python2:#VERSION# 127.0.0.1:5000/seldonio/test#TYPE#_#API#:0.1"
S2I_CREATE = "cd ../s2i/python/#TYPE# && s2i build -E environment_#API# . seldonio/seldon-core-s2i-python3:#VERSION# 127.0.0.1:5000/seldonio/test#TYPE#_#API#:0.1"
IMAGE_NAME = "127.0.0.1:5000/seldonio/test#TYPE#_#API#:0.1"

def create_s2I_image(s2i_python_version,component_type,api_type):
Expand Down

0 comments on commit 22fc597

Please sign in to comment.