Skip to content

Commit

Permalink
Updated makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo authored and seldondev committed Jul 20, 2020
1 parent 9dd5dc4 commit f57b7fe
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,28 @@ pipelineConfig:
- name: build-and-test
parallel:
- name: test-python
command: make
args:
- -C python
- update_package
- install_dev
- test
steps:
- name: test-python
command: make
args:
- -C python
- update_package
- install_dev
- test
- name: seldon-operator
command: make
args:
- -C operator
- test
steps:
- name: test-operator
command: make
args:
- -C operator
- test
- name: seldon-executor
command: make
args:
- -C executor
- test
steps:
- name: test-executor
command: make
args:
- -C executor
- test
release:
setVersion:
steps:
Expand All @@ -52,7 +58,7 @@ pipelineConfig:
command: echo "skipping tag"
pipeline:
agent:
image: seldonio/core-builder:0.16
image: seldonio/core-builder:0.15
stages:
- name: build-and-push
steps:
Expand Down

0 comments on commit f57b7fe

Please sign in to comment.