From 9ef01b2ab7a69f400a9f7b523a63cdbb56630f94 Mon Sep 17 00:00:00 2001 From: first last Date: Wed, 1 Jan 2025 18:07:21 -0500 Subject: [PATCH] let's try 6 workers again --- .github/workflows/Bulk.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Bulk.yml b/.github/workflows/Bulk.yml index 1a662eeea2bde..686f34d4f877e 100644 --- a/.github/workflows/Bulk.yml +++ b/.github/workflows/Bulk.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false max-parallel: 6 matrix: - # runner: [0, 1, 2] # 3, 4, 5] - runner: [0] + runner: [0, 1, 2, 3, 4, 5] + # runner: [0] steps: - uses: actions/checkout@v4 with: @@ -56,11 +56,10 @@ 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 1 \ + --worker-offset ${{ matrix.runner }} --n-workers 6 \ --docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \ --lint --record-build-failures --skiplist-leafs \ - --packages bioconductor-enrichplot bioconductor-clusterprofiler - # --exclude bioconda-repodata-patches # --subdag-depth 5 + --exclude bioconda-repodata-patches # --subdag-depth 5 conda clean -y --all build-osx: @@ -121,8 +120,7 @@ jobs: bioconda-utils build recipes config.yml \ --worker-offset ${{ matrix.runner }} --n-workers 1 \ --lint --anaconda-upload --record-build-failures --skiplist-leafs \ - --packages bioconductor-enrichplot bioconductor-clusterprofiler - # --exclude bioconda-repodata-patches # --subdag-depth 5 + --exclude bioconda-repodata-patches # --subdag-depth 5 conda clean -y --all build-osx-arm: