Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move engine tests #2082

Merged
merged 2 commits into from
Jul 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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