Skip to content

Commit f9729e4

Browse files
committed
skip azure
1 parent bb35a80 commit f9729e4

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

azure-pipelines.yml

+32-32
Original file line numberDiff line numberDiff line change
@@ -21,39 +21,39 @@ variables:
2121
PATTERN: "not slow and not db and not network and not single_cpu"
2222
PANDAS_CI: 1
2323

24-
jobs:
25-
- template: ci/azure/posix.yml
26-
parameters:
27-
name: macOS
28-
vmImage: macOS-10.15
24+
# jobs:
25+
# - template: ci/azure/posix.yml
26+
# parameters:
27+
# name: macOS
28+
# vmImage: macOS-10.15
2929

30-
- template: ci/azure/windows.yml
31-
parameters:
32-
name: Windows
33-
vmImage: windows-2019
30+
# - template: ci/azure/windows.yml
31+
# parameters:
32+
# name: Windows
33+
# vmImage: windows-2019
3434

35-
- job: py38_32bit
36-
pool:
37-
vmImage: ubuntu-18.04
35+
# - job: py38_32bit
36+
# pool:
37+
# vmImage: ubuntu-18.04
3838

39-
steps:
40-
# TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
41-
- script: |
42-
docker pull quay.io/pypa/manylinux2014_i686
43-
docker run -v $(pwd):/pandas quay.io/pypa/manylinux2014_i686 \
44-
/bin/bash -xc "cd pandas && \
45-
/opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
46-
. ~/virtualenvs/pandas-dev/bin/activate && \
47-
python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
48-
pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio hypothesis && \
49-
python setup.py build_ext -q -j2 && \
50-
python -m pip install --no-build-isolation -e . && \
51-
pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
52-
displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
39+
# steps:
40+
# # TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
41+
# - script: |
42+
# docker pull quay.io/pypa/manylinux2014_i686
43+
# docker run -v $(pwd):/pandas quay.io/pypa/manylinux2014_i686 \
44+
# /bin/bash -xc "cd pandas && \
45+
# /opt/python/cp38-cp38/bin/python -m venv ~/virtualenvs/pandas-dev && \
46+
# . ~/virtualenvs/pandas-dev/bin/activate && \
47+
# python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
48+
# pip install cython numpy python-dateutil pytz pytest pytest-xdist pytest-asyncio hypothesis && \
49+
# python setup.py build_ext -q -j2 && \
50+
# python -m pip install --no-build-isolation -e . && \
51+
# pytest -m 'not slow and not network and not clipboard and not single_cpu' pandas --junitxml=test-data.xml"
52+
# displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
5353

54-
- task: PublishTestResults@2
55-
condition: succeededOrFailed()
56-
inputs:
57-
testResultsFiles: '**/test-*.xml'
58-
failTaskOnFailedTests: true
59-
testRunTitle: 'Publish test results for Python 3.8-32 bit full Linux'
54+
# - task: PublishTestResults@2
55+
# condition: succeededOrFailed()
56+
# inputs:
57+
# testResultsFiles: '**/test-*.xml'
58+
# failTaskOnFailedTests: true
59+
# testRunTitle: 'Publish test results for Python 3.8-32 bit full Linux'

0 commit comments

Comments
 (0)