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

Buildkite gh test #972

Closed
wants to merge 5 commits into from
Closed

Buildkite gh test #972

wants to merge 5 commits into from

Commits on Feb 17, 2024

  1. [workflows] Port buildkite Windows config to GitHub actions

    This reuses most of the generate-buildkite-pipeline-premerge script
    which determines which projects to build and which check targets to
    use.
    
    This new workflow only tests clang, llvm, and lld due to resource
    contraints on the GitHub runners.
    tstellar committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    3093657 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Workflow improvements:

    * Split the build into 3 jobs to avoid timeouts.
    * Maintiain an scacche cache that is unique for each PR.
    tstellar committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    673c078 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Automatically continue the CI job when it times out

    This simplifies the workflow a lot and will enable us to support builds
    that take more than 6 hours.
    tstellar committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9e9aee1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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