Skip to content

Commit

Permalink
Merge pull request #2082 from adriangonz/move-engine-tests
Browse files Browse the repository at this point in the history
Move engine tests
  • Loading branch information
axsaucedo authored Jul 7, 2020
2 parents a061624 + adf0623 commit e69ce58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions jenkins-x-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ pipelineConfig:
image: gcr.io/jenkinsxio/builder-go:2.0.916-264
dir: ci
sh: "./add-pr-build-comment"
- name: pr-build
steps:
- name: test-engine
command: make
args:
- -C engine
- -f Makefile
- build_jar
- name: end-to-end
env:
- name: SELDON_E2E_TESTS_TO_RUN
Expand Down
8 changes: 0 additions & 8 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ pipelineConfig:
- update_package
- install_dev
- test
- name: seldon-engine
steps:
- name: test-engine
command: make
args:
- -C engine
- -f Makefile
- build_jar
- name: seldon-operator
steps:
- name: test-operator
Expand Down

0 comments on commit e69ce58

Please sign in to comment.