Skip to content

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

Merged
merged 4 commits into from
Sep 30, 2020
Merged

CI: disable ARM build #36733

merged 4 commits into from
Sep 30, 2020

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

xref #36719

.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
Copy link
Contributor

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

Copy link
Member Author

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?

Copy link
Contributor

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

@jreback jreback added the CI Continuous Integration label Sep 30, 2020
@jreback jreback added this to the 1.2 milestone Sep 30, 2020
@jbrockmendel
Copy link
Member Author

could use some help with the config. tried to match the older version, but looks like it isnt running the allow-fail build

@jreback
Copy link
Contributor

jreback commented Sep 30, 2020

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.

@jreback jreback merged commit 6db851b into pandas-dev:master Sep 30, 2020
@jbrockmendel jbrockmendel deleted the ci-disable-arm branch September 30, 2020 20:59
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants