Skip to content

Commit

Permalink
single worker
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Dec 24, 2024
1 parent 9612163 commit fbb13e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Bulk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
max-parallel: 6
matrix:
runner: [0, 1, 2, 3, 4, 5]
runner: [0] # , 1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -55,7 +55,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 \
--worker-offset ${{ matrix.runner }} --n-workers 1 \
--docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
--lint --record-build-failures --skiplist-leafs \
--exclude bioconda-repodata-patches # --subdag-depth 5
Expand All @@ -69,7 +69,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
runner: [0, 1, 2]
runner: [0] # 1, 2]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -117,7 +117,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 3 \
--worker-offset ${{ matrix.runner }} --n-workers 1 \
--lint --anaconda-upload --record-build-failures --skiplist-leafs \
--exclude bioconda-repodata-patches # --subdag-depth 5
conda clean -y --all
Expand Down

0 comments on commit fbb13e9

Please sign in to comment.