Skip to content

Commit

Permalink
Updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo authored and seldondev committed Jul 20, 2020
1 parent f098f0a commit ecf517e
Showing 1 changed file with 30 additions and 24 deletions.
54 changes: 30 additions & 24 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,36 @@ pipelineConfig:
sh: "./add-pr-build-comment"
- name: build-and-test
parallel:
- name: test-python-all
command: make
args:
- -C python
- update_package
- install_dev
- test
- TOX_TEST=all
- name: test-python-all
command: make
args:
- -C python
- update_package
- install_dev
- test
- TOX_TEST=gcs
- name: test-python-all
command: make
args:
- -C python
- update_package
- install_dev
- test
- TOX_TEST=tensorflow
- name: seldon-python-all
steps:
- name: test-python-all
command: make
args:
- -C python
- update_package
- install_dev
- test
- TOX_TEST=all
- name: seldon-python-gcs
steps:
- name: test-python-gcs
command: make
args:
- -C python
- update_package
- install_dev
- test
- TOX_TEST=gcs
- name: seldon-python-tensorflow
steps:
- name: test-python-tensorflow
command: make
args:
- -C python
- update_package
- install_dev
- test
- TOX_TEST=tensorflow
- name: seldon-operator
steps:
- name: test-operator
Expand Down

0 comments on commit ecf517e

Please sign in to comment.