From 197cc71abb2d4565f504fae672cfc49a9729e4a5 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Tue, 10 Oct 2023 12:09:31 -0500 Subject: [PATCH 1/3] Fix distributed downstream tests --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6df3128d..034e4bef 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -92,10 +92,10 @@ jobs: distributed-downstream-build: runs-on: ubuntu-latest - if: "contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')" + # if: "contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')" env: PROJECT: distributed - TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow git+https://github.com/dask/dask + TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures pytest-cov numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow git+https://github.com/dask/dask PROJECT_URL: https://github.com/dask/distributed.git strategy: matrix: From ebd01208fd5403d0ddb77b59818d07fcc77bc1ab Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Tue, 10 Oct 2023 12:10:20 -0500 Subject: [PATCH 2/3] Run more --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 034e4bef..8064d6a0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -2,7 +2,7 @@ name: Automated Tests on: push: - branches: master + # branches: master pull_request: branches: master From bc5189a3f80809b8d997d1033a36e74211fc360d Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Tue, 10 Oct 2023 12:18:51 -0500 Subject: [PATCH 3/3] Remove temporary changes --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8064d6a0..9fff483f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -2,7 +2,7 @@ name: Automated Tests on: push: - # branches: master + branches: master pull_request: branches: master @@ -92,7 +92,7 @@ jobs: distributed-downstream-build: runs-on: ubuntu-latest - # if: "contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')" + if: "contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')" env: PROJECT: distributed TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures pytest-cov numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow git+https://github.com/dask/dask