Skip to content

Commit 8528b70

Browse files
author
first last
committed
back to 3 linux workers and full dag
1 parent fe739de commit 8528b70

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/Bulk.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
max-parallel: 6
1414
matrix:
15-
runner: [0] # 1, 2, 3, 4, 5]
15+
runner: [0, 1, 2] # 3, 4, 5]
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:
@@ -55,12 +55,10 @@ jobs:
5555
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")'
5656
echo '============'
5757
bioconda-utils build recipes config.yml \
58-
--worker-offset ${{ matrix.runner }} --n-workers 1 \
58+
--worker-offset ${{ matrix.runner }} --n-workers 3 \
5959
--docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
6060
--lint --record-build-failures --skiplist-leafs \
61-
--packages bioconductor-rtracklayer bioconductor-genomicfeatures
62-
# --exclude bioconda-repodata-patches \
63-
# --subdag-depth 5
61+
--exclude bioconda-repodata-patches # --subdag-depth 5
6462
conda clean -y --all
6563
6664
build-osx:
@@ -121,9 +119,7 @@ jobs:
121119
bioconda-utils build recipes config.yml \
122120
--worker-offset ${{ matrix.runner }} --n-workers 1 \
123121
--lint --anaconda-upload --record-build-failures --skiplist-leafs \
124-
--packages bioconductor-rtracklayer bioconductor-genomicfeatures bioconductor-genefilter
125-
# --exclude bioconda-repodata-patches \
126-
# --subdag-depth 5
122+
--exclude bioconda-repodata-patches # --subdag-depth 5
127123
conda clean -y --all
128124
129125
build-osx-arm:

0 commit comments

Comments
 (0)