Skip to content

Commit

Permalink
Merge pull request #153 from DerThorsten/new_ci_job
Browse files Browse the repository at this point in the history
New ci job
  • Loading branch information
DerThorsten authored Mar 15, 2019
2 parents 8d22398 + 95e670c commit 79a65a4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,21 @@ jobs:
- *save_cache
- *store_artifacts

# test only the newly added model
test_new_models_shared_env:
<<: *defaults
steps:
- *install_sys_deps
- *install_gitlfs
- *restore_cache
- checkout
- *setup
- run:
name: run tests in common environmnets
command: kipoi test-source kipoi --git-range master HEAD --common_env
- *save_cache
- *store_artifacts

# test all models in the repo
test_all_models:
<<: *defaults
Expand Down Expand Up @@ -97,6 +112,13 @@ workflows:
ignore:
- master
- test_all
test-shared-new-branch:
jobs:
- test_new_models_shared_env:
filters:
branches:
only:
- test_new_shared

test-all-branch:
jobs:
Expand Down

0 comments on commit 79a65a4

Please sign in to comment.