Skip to content

Backport PR #45856 on branch 1.4.x (CI: Align GHA and Windows Azure dependencies) #45861

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ pr:
variables:
PYTEST_WORKERS: auto
PYTEST_TARGET: pandas
PATTERN: "not slow and not high_memory and not db and not network"
PANDAS_CI: 1

jobs:
# Mac and Linux use the same template
Expand Down
45 changes: 8 additions & 37 deletions ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,22 @@ parameters:

jobs:
- job: ${{ parameters.name }}
timeoutInMinutes: 90
pool:
vmImage: ${{ parameters.vmImage }}
strategy:
matrix:
py38_np18_1:
ENV_FILE: ci/deps/azure-windows-38.yaml
py38:
ENV_FILE: ci/deps/actions-38.yaml
CONDA_PY: "38"
PATTERN: "not slow"
PYTEST_WORKERS: 2 # GH-42236
PYTEST_TARGET: "pandas/tests/[a-h]*"

py38_np18_2:
ENV_FILE: ci/deps/azure-windows-38.yaml
CONDA_PY: "38"
PATTERN: "not slow"
PYTEST_WORKERS: 2 # GH-42236
PYTEST_TARGET: "pandas/tests/[i-z]*"

py39_1:
ENV_FILE: ci/deps/azure-windows-39.yaml
CONDA_PY: "39"
PATTERN: "not slow and not high_memory"
PYTEST_WORKERS: 2 # GH-42236
PYTEST_TARGET: "pandas/tests/[a-h]*"

py39_2:
ENV_FILE: ci/deps/azure-windows-39.yaml
py39:
ENV_FILE: ci/deps/actions-39.yaml
CONDA_PY: "39"
PATTERN: "not slow and not high_memory"
PYTEST_WORKERS: 2 # GH-42236
PYTEST_TARGET: "pandas/tests/[i-z]*"

py310_1:
ENV_FILE: ci/deps/azure-windows-310.yaml
CONDA_PY: "310"
PATTERN: "not slow and not high_memory"
PYTEST_WORKERS: 2 # GH-42236
PYTEST_TARGET: "pandas/tests/[a-h]*"

py310_2:
ENV_FILE: ci/deps/azure-windows-310.yaml
py310:
ENV_FILE: ci/deps/actions-310.yaml
CONDA_PY: "310"
PATTERN: "not slow and not high_memory"
PYTEST_WORKERS: 2 # GH-42236
PYTEST_TARGET: "pandas/tests/[i-z]*"

steps:
- powershell: |
Expand All @@ -59,7 +30,7 @@ jobs:
displayName: 'Update conda'

- bash: |
conda env create -q --file ci\\deps\\azure-windows-$(CONDA_PY).yaml
conda env create -q --file ci\\deps\\actions-$(CONDA_PY).yaml
displayName: 'Create anaconda environment'
- bash: |
source activate pandas-dev
Expand Down
41 changes: 0 additions & 41 deletions ci/deps/azure-windows-310.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions ci/deps/azure-windows-38.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions ci/deps/azure-windows-39.yaml

This file was deleted.