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

Convert .travis.yml to GitHub Actions workflow #7600

Merged
merged 14 commits into from
May 28, 2024

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    b25faa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae3ff85 View commit details
    Browse the repository at this point in the history
  3. [release-action] Autogenerate changelog snippet for PR 7600

    DataLad Bot authored and jwodder committed May 21, 2024
    Configuration menu
    Copy the full SHA
    22866e5 View commit details
    Browse the repository at this point in the history
  4. Fix

    jwodder committed May 21, 2024
    Configuration menu
    Copy the full SHA
    64a0577 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a897d26 View commit details
    Browse the repository at this point in the history
  6. Fix

    jwodder committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a412876 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5c2be4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e986bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ff5b1f View commit details
    Browse the repository at this point in the history
  10. Fix coverage upload condition

    Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
    jwodder and yarikoptic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8c7345d View commit details
    Browse the repository at this point in the history
  11. Adjust/add skips/xfails for the tests which are now failing on GH act…

    …ions on NFS
    
    Kept a skip where test could have stalled.
    yarikoptic authored and jwodder committed May 21, 2024
    Configuration menu
    Copy the full SHA
    54abfe9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9de0f35 View commit details
    Browse the repository at this point in the history
  13. Simplify envvar merging

    jwodder committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a2f9cf5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. BF: define var (to None) before it might be assigned

    Ran into
    
       UnboundLocalError: local variable ver referenced before assignment
    
    although unclear how/why now since prior run (with a little bit different way to it)
    did succeed for that matrix run with LC_ALL set to ru_RU.UTF-8
    yarikoptic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fb45559 View commit details
    Browse the repository at this point in the history