Skip to content

Commit

Permalink
[ci run] bump subdag-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Jun 8, 2024
1 parent eee4619 commit 29e320c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs: # a basic unit of work in a run
--docker --mulled-test --docker-base-image "quay.io/bioconda/bioconda-utils-build-env-cos7-$(arch):${BIOCONDA_UTILS_TAG#v}" \
--anaconda-upload \
--record-build-failures \
--skiplist-leafs --subdag-depth 0
--skiplist-leafs --subdag-depth 1
conda clean -y --all
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Bulk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python -c 'import bioconda_utils.utils as u ; import pathlib as p ; print(*(f"{f}:\n{p.Path(f).read_text()}" for f in u.load_conda_build_config().exclusive_config_files), sep="\n")'
echo '============'
bioconda-utils build recipes config.yml \
--worker-offset ${{ matrix.runner }} --n-workers 6 --subdag-depth 0 \
--worker-offset ${{ matrix.runner }} --n-workers 6 --subdag-depth 1 \
--docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
--lint --record-build-failures --skiplist-leafs
conda clean -y --all
Expand Down Expand Up @@ -144,6 +144,6 @@ jobs:
python -c 'import bioconda_utils.utils as u ; import pathlib as p ; print(*(f"{f}:\n{p.Path(f).read_text()}" for f in u.load_conda_build_config().exclusive_config_files), sep="\n")'
echo '============'
bioconda-utils build recipes config.yml \
--worker-offset ${{ matrix.runner }} --n-workers 4 --subdag-depth 0 \
--worker-offset ${{ matrix.runner }} --n-workers 4 --subdag-depth 1 \
--lint --anaconda-upload --record-build-failures --skiplist-leafs
conda clean -y --all

0 comments on commit 29e320c

Please sign in to comment.