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

[ci] Add auto-updating last-successful branch #10056

Merged
merged 3 commits into from
Feb 21, 2022
Merged

Commits on Feb 11, 2022

  1. [ci] Add auto-updating 'green' tag

    This adds a script that runs on a cron to discover the last commit where CI all passed (every job was successful and `tvm-ci/branch` is included) and updates a git tag `green` to point to this commit on `main`. This can be used for checking out the latest unbroken TVM, which can be useful for developers wanting a good changeset to base their changes on or for infra needing a clean, up-to-date TVM.
    driazati committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    612dc35 View commit details
    Browse the repository at this point in the history
  2. address comments

    driazati committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0a55924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87253a0 View commit details
    Browse the repository at this point in the history