Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Oct 27, 2019
1 parent e3b812f commit 3e0a68d
Showing 1 changed file with 41 additions and 39 deletions.
80 changes: 41 additions & 39 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,64 +8,66 @@ pipelineConfig:
stages:
- name: build-and-test
parallel:
- name: test-python
agent:
- agent:
image: seldonio/python-builder:0.2
name: seldon-python
steps:
- args:
- name: test-python
args:
- -C python
- update_package
- install
- test
command: make
- name: test-python-tf
args:
- name: test-python-tf
args:
- -C python
- update_package
- install-tf
- test
command: make
- name: test-engine
- name: seldon-engine
agent:
image: seldonio/core-builder:0.3
name: seldon-engine
image: seldonio/core-builder:0.4
steps:
- args:
- name: test-engine
args:
- -C engine
- -f Makefile.ci
- build_jar
command: make
- name: build-and-push-images
steps:
- name: build-and-push-engine
command: make
args:
- -C engine
- build_image
- push_to_registry
- name: build-and-push-python-wrapper
command: cd
args:
- wrappers/s2i/python/build_scripts &&
- bash
- ./build_all.sh &&
- bash
- ./push_all.sh
- name: build-and-push-operator
command: make
args:
- -C operator
- docker-build
- docker-push
- name: build-and-push-model-servers
command: cd
args:
- wrappers/s2i/python/build_scripts &&
- bash
- ./build_all.sh &&
- bash
- ./push_all.sh
- name: build-and-push-images
agent:
image: seldonio/core-builder:0.4
steps:
- name: build-and-push-engine
command: make
args:
- -C engine
- build_image
- push_to_registry
- name: build-and-push-python-wrapper
command: cd
args:
- wrappers/s2i/python/build_scripts &&
- bash
- ./build_all.sh &&
- bash
- ./push_all.sh
- name: build-and-push-operator
command: make
args:
- -C operator
- docker-build
- docker-push
- name: build-and-push-model-servers
command: cd
args:
- wrappers/s2i/python/build_scripts &&
- bash
- ./build_all.sh &&
- bash
- ./push_all.sh
release:
pipeline:
agent:
Expand Down

0 comments on commit 3e0a68d

Please sign in to comment.