Skip to content
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

Arm64 CI setup with TravisCI #17996

Merged
merged 60 commits into from
Jul 31, 2020
Merged

Arm64 CI setup with TravisCI #17996

merged 60 commits into from
Jul 31, 2020

Commits on Jul 26, 2020

  1. Arch64 CI setup with TravisCI

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    11193af View commit details
    Browse the repository at this point in the history
  2. Fix some tests

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    6a9a875 View commit details
    Browse the repository at this point in the history
  3. Debug CPU arch

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    83d1d15 View commit details
    Browse the repository at this point in the history
  4. Try a different aarch key

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    1c5068a View commit details
    Browse the repository at this point in the history
  5. Iter

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    85648f9 View commit details
    Browse the repository at this point in the history
  6. Iter

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    a319f78 View commit details
    Browse the repository at this point in the history
  7. Install cython

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    962e7df View commit details
    Browse the repository at this point in the history
  8. Determine the CPU count

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    ede0d17 View commit details
    Browse the repository at this point in the history
  9. Use pytest-xdist

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    862a94b View commit details
    Browse the repository at this point in the history
  10. Improve travis bash scripts

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    9100c73 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    35feb00 View commit details
    Browse the repository at this point in the history
  12. Install jq

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    fd9a2ae View commit details
    Browse the repository at this point in the history
  13. Fix typo

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    0d1c629 View commit details
    Browse the repository at this point in the history
  14. More fixes for CI

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    048d4ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    323c28a View commit details
    Browse the repository at this point in the history
  16. Fix tab/spaces

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    956824e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6d5b31f View commit details
    Browse the repository at this point in the history
  18. Don't copy conftest

    rth committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    702ce16 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    f9d55c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a6e7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62d456b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e2086d View commit details
    Browse the repository at this point in the history
  5. Fix syntax error

    ogrisel committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    21b3267 View commit details
    Browse the repository at this point in the history
  6. Enable pytest-xdist again

    ogrisel committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    23c8bd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    830686b View commit details
    Browse the repository at this point in the history
  2. Do no run pytest at all.

    ogrisel committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    d090f03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce7d7b9 View commit details
    Browse the repository at this point in the history
  4. DEBUG Minimal CI reproducer

    ogrisel committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    9c60c1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a252a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. DEBUG more minimal setting

    ogrisel committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c5785dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b454e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c1680d View commit details
    Browse the repository at this point in the history
  4. DEBUG remove pytest plugins

    ogrisel committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    53234b5 View commit details
    Browse the repository at this point in the history
  5. DEBUG

    ogrisel committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    55c2387 View commit details
    Browse the repository at this point in the history
  6. DEBUG try to use faulthandler

    ogrisel committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    df68fc0 View commit details
    Browse the repository at this point in the history
  7. Make the test fail

    ogrisel committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c9acb34 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. DEBUG

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    8ec694c View commit details
    Browse the repository at this point in the history
  2. DEBUG

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    21ab276 View commit details
    Browse the repository at this point in the history
  3. DEBUG typo

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    2dd3b4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2f0063 View commit details
    Browse the repository at this point in the history
  5. DEBUG remove final exit?

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    3c15306 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56763f9 View commit details
    Browse the repository at this point in the history
  7. Try travis_terminate

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    fc12804 View commit details
    Browse the repository at this point in the history
  8. DEBUG this time it will work

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    1c85f97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4aa878c View commit details
    Browse the repository at this point in the history
  10. DEBUG

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    507ad2c View commit details
    Browse the repository at this point in the history
  11. DEBUG restore build_tools

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    7622fec View commit details
    Browse the repository at this point in the history
  12. Try to re-enable conftest.py

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ab6a120 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a1e855b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    19311cf View commit details
    Browse the repository at this point in the history
  15. debugging conftest.py XFAIL

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    182d1a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    27e7124 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3777bb6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    caab75d View commit details
    Browse the repository at this point in the history
  19. More cleanup of debug stuff

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    8efdd4e View commit details
    Browse the repository at this point in the history
  20. Fix circle ci

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    918db5c View commit details
    Browse the repository at this point in the history
  21. Trigger [arm64]

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    cbee178 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3df4c4a View commit details
    Browse the repository at this point in the history
  23. Trigger [arm64] CI

    ogrisel committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    846fa3a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    242527f View commit details
    Browse the repository at this point in the history