forked from dask/distributed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/dask/distributed into dask-…
…expr-conda
- Loading branch information
Showing
42 changed files
with
721 additions
and
530 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Set up Python | ||
uses: conda-incubator/[email protected].2 | ||
uses: conda-incubator/[email protected].3 | ||
with: | ||
miniforge-variant: Mambaforge | ||
use-mamba: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Setup Conda Environment | ||
uses: conda-incubator/[email protected].2 | ||
uses: conda-incubator/[email protected].3 | ||
with: | ||
miniforge-variant: Mambaforge | ||
miniforge-version: latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
matrix: | ||
os: [ubuntu-latest, windows-latest, macos-latest] | ||
environment: [mindeps, "3.9", "3.10", "3.11", "3.12"] | ||
label: [queue] | ||
label: [default] | ||
extra_packages: [null] | ||
# Cherry-pick test modules to split the overall runtime roughly in half | ||
partition: [ci1, not ci1] | ||
|
@@ -57,6 +57,16 @@ jobs: | |
label: no_queue | ||
partition: "not ci1" | ||
|
||
# Set dataframe.query-planning: false | ||
- os: ubuntu-latest | ||
environment: "3.9" | ||
label: no_expr | ||
partition: "ci1" | ||
- os: ubuntu-latest | ||
environment: "3.9" | ||
label: no_expr | ||
partition: "not ci1" | ||
|
||
# dask.array P2P shuffle | ||
- os: ubuntu-latest | ||
environment: mindeps | ||
|
@@ -115,7 +125,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup Conda Environment | ||
uses: conda-incubator/[email protected].2 | ||
uses: conda-incubator/[email protected].3 | ||
with: | ||
miniforge-variant: Mambaforge | ||
miniforge-version: latest | ||
|
@@ -154,7 +164,7 @@ jobs: | |
# Increase this value to reset cache if | ||
# continuous_integration/environment-${{ matrix.environment }}.yaml has not | ||
# changed. See also same variable in .pre-commit-config.yaml | ||
CACHE_NUMBER: 1 | ||
CACHE_NUMBER: 2 | ||
id: cache | ||
|
||
- name: Update environment | ||
|
@@ -207,11 +217,16 @@ jobs: | |
if: ${{ matrix.os != 'windows-latest' }} | ||
run: echo "DISABLE_IPV6=1" >> $GITHUB_ENV | ||
|
||
- name: Set up dask env for job queuing | ||
- name: Set up dask env to disable job queuing | ||
shell: bash -l {0} | ||
if: ${{ matrix.label == 'no_queue' }} | ||
run: echo "DASK_DISTRIBUTED__SCHEDULER__WORKER_SATURATION=inf" >> $GITHUB_ENV | ||
|
||
- name: Set up dask env to disable dask-expr | ||
shell: bash -l {0} | ||
if: ${{ matrix.label == 'no_expr' }} | ||
run: echo "DASK_DATAFRAME__QUERY_PLANNING=False" >> $GITHUB_ENV | ||
|
||
- name: Print host info | ||
# host_info.py imports numpy, which isn't a direct dependency of distributed | ||
if: matrix.environment != 'mindeps' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.