Skip to content

Commit 098741f

Browse files
jbrockmendelKevin D Smith
authored and
Kevin D Smith
committed
CI: disable ARM build (pandas-dev#36733)
1 parent bb9a3ef commit 098741f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

+10-4
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ matrix:
4646
- env:
4747
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network and not clipboard)"
4848

49-
- arch: arm64
50-
env:
51-
- JOB="3.7, arm64" PYTEST_WORKERS=1 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"
52-
5349
- env:
5450
- JOB="3.7, locale" ENV_FILE="ci/deps/travis-37-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
5551
services:
5652
- mysql
5753
- postgresql
5854

55+
- arch: arm64
56+
env:
57+
- JOB="3.7, arm64" PYTEST_WORKERS=1 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"
58+
5959
- env:
6060
# Enabling Deprecations when running tests
6161
# PANDAS_TESTING_MODE="deprecate" causes DeprecationWarning messages to be displayed in the logs
@@ -65,6 +65,12 @@ matrix:
6565
- mysql
6666
- postgresql
6767

68+
allow_failures:
69+
# Moved to allowed_failures 2020-09-29 due to timeouts https://github.com/pandas-dev/pandas/issues/36719
70+
- arch: arm64
71+
env:
72+
- JOB="3.7, arm64" PYTEST_WORKERS=1 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"
73+
6874

6975
before_install:
7076
- echo "before_install"

0 commit comments

Comments
 (0)