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

Switch to GitHub Actions - Part 2 - From within #5088

Merged
merged 30 commits into from
Feb 12, 2020
Merged

Switch to GitHub Actions - Part 2 - From within #5088

merged 30 commits into from
Feb 12, 2020

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    2f8ef89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1158c18 View commit details
    Browse the repository at this point in the history
  3. Add remark check to GHA

    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    20c3319 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a7a3aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    757bbf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d14ee8a View commit details
    Browse the repository at this point in the history
  7. Ignore fmt test in GHA CI

    This is already checked by clippy_dev.yml GHA
    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    1717a6f View commit details
    Browse the repository at this point in the history
  8. Check if changelog exists

    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ff8336b View commit details
    Browse the repository at this point in the history
  9. Get {RUSTUP,MULTIRUST}_{HOME,TOOLCHAIN} from runtime environment

    Keep the fallback to compile-time environment
    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    f5db351 View commit details
    Browse the repository at this point in the history
  10. Add Clippy Test to GHA

    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    66b5e22 View commit details
    Browse the repository at this point in the history
  11. Move integration tests in clippy_bors.yml

    Some call it the integration integration
    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    9281167 View commit details
    Browse the repository at this point in the history
  12. Add deployment to GHA

    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    893e261 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8f45387 View commit details
    Browse the repository at this point in the history
  14. Add GHA badge to README.md

    Add a FIXME to Cargo.toml
    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    d7620a3 View commit details
    Browse the repository at this point in the history
  15. Cancle builds on new commits

    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b9580fc View commit details
    Browse the repository at this point in the history
  16. Limit parallel jobs on try/r+ runs

    Rate limit of 60 applies org wide, let's not spam.
    Thanks pietroalbini for the hint
    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    e59361f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    935b94d View commit details
    Browse the repository at this point in the history
  18. Extract driver test

    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ea780a6 View commit details
    Browse the repository at this point in the history
  19. Extract deployment

    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    dfdea56 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ab43951 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1ceeb13 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    095287d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    813d319 View commit details
    Browse the repository at this point in the history
  24. Add bors dummy jobs

    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b8b47ab View commit details
    Browse the repository at this point in the history
  25. Run bors checks unconditionally

    This is important, since bors doesn't know optional jobs. Otherwise bors
    would time out, when a check doesn't get run.
    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    abb095d View commit details
    Browse the repository at this point in the history
  26. Apply review comments

    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b47dada View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    622ece3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2745346 View commit details
    Browse the repository at this point in the history
  29. Use nightly cargo to install cargo-cache

    Stable cargo install still errors when packages exists, instead of updating it
    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a0a21a8 View commit details
    Browse the repository at this point in the history
  30. Don't upload target/release in integration_build

    This dir was generated by compiling RTIM, when no cache is available
    flip1995 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    3fac289 View commit details
    Browse the repository at this point in the history