-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: disable ARM build #36733
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
CI: disable ARM build #36733
Conversation
.travis.yml
Outdated
- arch: arm64 | ||
env: | ||
- 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)" | ||
# Disabled 2020-09-29 due to timeoutshttps://github.com/pandas-dev/pandas/issues/36719 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead can we move it to allowed failures again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wont that still run and cause the Travis turnaround to be super-slow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it will turn the build green as soon as the non allow failure builds succeed
could use some help with the config. tried to match the older version, but looks like it isnt running the allow-fail build |
just leave the original AND the new and it will work; e.g. it is a copy that's also in allow_failures. |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
xref #36719