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

[WIP][DNM] Switch to GitHub Actions #5071

Closed
wants to merge 19 commits into from
Closed

Commits on Jan 22, 2020

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

Commits on Jan 23, 2020

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

    flip1995 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    a98d5f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2acbee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a6b49a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddefa84 View commit details
    Browse the repository at this point in the history
  6. Ignore fmt test in GHA CI

    This is already checked by clippy_dev.yml GHA
    flip1995 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    9a1275e View commit details
    Browse the repository at this point in the history
  7. Check if changelog exists

    flip1995 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    0cb62dc View commit details
    Browse the repository at this point in the history
  8. Get {RUSTUP,MULTIRUST}_{HOME,TOOLCHAIN} from runtime environment

    Keep the fallback to compile-time environment
    flip1995 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    6ed5ad2 View commit details
    Browse the repository at this point in the history
  9. Add Clippy Test to GHA

    flip1995 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    e6467b4 View commit details
    Browse the repository at this point in the history
  10. Move integration tests in clippy_bors.yml

    Some call it the integration integration
    flip1995 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    cbc046b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Add deployment to GHA

    flip1995 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    974f992 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    flip1995 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    a0b8ed4 View commit details
    Browse the repository at this point in the history
  3. Add GHA badge to README.md

    flip1995 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    cc9883a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b827485 View commit details
    Browse the repository at this point in the history
  5. [WIP] Remove old CI files

    flip1995 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    25c7f65 View commit details
    Browse the repository at this point in the history
  6. Cancle builds on new commits

    flip1995 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    f803af2 View commit details
    Browse the repository at this point in the history
  7. 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 Jan 24, 2020
    Configuration menu
    Copy the full SHA
    dc3c7f1 View commit details
    Browse the repository at this point in the history
  8. Test deployment

    flip1995 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    d3e908a View commit details
    Browse the repository at this point in the history