Skip to content

Commit

Permalink
[ci run] CDN is synced again
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Ryan committed Jul 13, 2023
1 parent 2b9d775 commit 652a637
Show file tree
Hide file tree
Showing 217 changed files with 15 additions and 21,744 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Bulk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 13
max-parallel: 6
matrix:
runner: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] #, 13, 14, 15, 16, 17, 18, 19]
runner: [0, 1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v3
with:
Expand Down 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 13 \
--worker-offset ${{ matrix.runner }} --n-workers 6 \
--docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
--record-build-failures --skiplist-leafs
conda clean -y --all
Expand Down
2 changes: 2 additions & 0 deletions build-fail-blacklist
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# speed up bulk
recipes/bioconductor-experimenthub
recipes/bioconductor-rtracklayer
recipes/bioconductor-shortread
recipes/bioconductor-basilisk.utils
recipes/bioconductor-dir.expiry
Expand Down
2 changes: 1 addition & 1 deletion recipes/ascat/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: '{{ sha256 }}'

build:
number: 0
number: 1
noarch: generic
rpaths:
- lib/R/lib/
Expand Down
104 changes: 0 additions & 104 deletions recipes/bioconductor-a4base/build_failure.linux-64.yaml

This file was deleted.

104 changes: 0 additions & 104 deletions recipes/bioconductor-amaretto/build_failure.osx-64.yaml

This file was deleted.

Loading

0 comments on commit 652a637

Please sign in to comment.