Skip to content

Commit

Permalink
Merge pull request #699 from metagenome-atlas/ci-opt
Browse files Browse the repository at this point in the history
Ci opt
  • Loading branch information
SilasK authored Oct 6, 2023
2 parents 4a79756 + 9739e59 commit 0b3a011
Show file tree
Hide file tree
Showing 22 changed files with 459 additions and 139 deletions.
30 changes: 15 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 2.1
jobs:
build_and_dryrun:
<<: *defaults
resource_class: small
resource_class: medium
environment:
N_THREADS: 1
MEM: 2
Expand Down Expand Up @@ -304,27 +304,27 @@ workflows:
build_and_test:
jobs:
- build_and_dryrun
- genome_quantify:
requires:
- build_and_dryrun
- get_example_data
# - genome_quantify:
# requires:
# - build_and_dryrun
#- get_example_data

# - run_test:
# requires:
# - build_and_dryrun
# - get_example_data

- qc_and_assembly:
requires:
- build_and_dryrun
- get_example_data
# - qc_and_assembly:
# requires:
# - build_and_dryrun
# - get_example_data

- binning:
requires:
- qc_and_assembly
- genecatalog:
requires:
- qc_and_assembly
# - binning:
# requires:
# - qc_and_assembly
# - genecatalog:
# requires:
# - qc_and_assembly
# - getenvs:
# requires:
# - build_and_dryrun
Expand Down
Loading

0 comments on commit 0b3a011

Please sign in to comment.