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 gh2 #966

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

Buildkite gh2 #966

wants to merge 41 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
  2. Configuration menu
    Copy the full SHA
    985fc7e View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Fix sccache save

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fe76c84 View commit details
    Browse the repository at this point in the history
  2. Fix artifact saving

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    362959a View commit details
    Browse the repository at this point in the history
  3. Revert "Fix artifact saving"

    This reverts commit 362959a.
    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f3bdb5f View commit details
    Browse the repository at this point in the history
  4. Fix artifact saving

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9d2c6ab View commit details
    Browse the repository at this point in the history
  5. Fix sccache savign

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ef7e8ea View commit details
    Browse the repository at this point in the history
  6. Fix sccache savign again

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2558748 View commit details
    Browse the repository at this point in the history
  7. Fix permissions

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0a5b0b5 View commit details
    Browse the repository at this point in the history
  8. Fix delte

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ad52820 View commit details
    Browse the repository at this point in the history
  9. XXX: debug

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2a3d96f View commit details
    Browse the repository at this point in the history
  10. XXX:Debug

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4aeeb91 View commit details
    Browse the repository at this point in the history
  11. Fix directory

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    57d8647 View commit details
    Browse the repository at this point in the history
  12. Port to auto-retry

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f743da6 View commit details
    Browse the repository at this point in the history
  13. Fixes for retry

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    062585b View commit details
    Browse the repository at this point in the history
  14. xxx; fix

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    449e871 View commit details
    Browse the repository at this point in the history
  15. Fix

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cdfd43d View commit details
    Browse the repository at this point in the history
  16. Fix typo

    tstellar committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    eaef25b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. XXX: fixes

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5f16f98 View commit details
    Browse the repository at this point in the history
  2. Better retry

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fc11d90 View commit details
    Browse the repository at this point in the history
  3. Fix bug

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f23d25a View commit details
    Browse the repository at this point in the history
  4. Fix

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    929c425 View commit details
    Browse the repository at this point in the history
  5. XXX: debug

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d84c7cd View commit details
    Browse the repository at this point in the history
  6. XXX: fix

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    644a9b9 View commit details
    Browse the repository at this point in the history
  7. XXX: Fix

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7c97e88 View commit details
    Browse the repository at this point in the history
  8. XXX: fix

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f9b1ffe View commit details
    Browse the repository at this point in the history
  9. Renames

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    65b3bc2 View commit details
    Browse the repository at this point in the history
  10. Fix function

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    933c687 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39a1dfb View commit details
    Browse the repository at this point in the history
  12. Fix

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8cd89ca View commit details
    Browse the repository at this point in the history
  13. Fixes

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    64d5cfb View commit details
    Browse the repository at this point in the history
  14. XXX: Fix

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8b2753d View commit details
    Browse the repository at this point in the history
  15. Fix

    tstellar committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2e8c48b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Keep alive 9

    tstellar committed May 1, 2024
    Configuration menu
    Copy the full SHA
    be0f040 View commit details
    Browse the repository at this point in the history
  2. Fix retry

    tstellar committed May 1, 2024
    Configuration menu
    Copy the full SHA
    dcaaeee View commit details
    Browse the repository at this point in the history
  3. Fix return

    tstellar committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4a3bf76 View commit details
    Browse the repository at this point in the history
  4. Update permissions

    tstellar committed May 1, 2024
    Configuration menu
    Copy the full SHA
    268d95f View commit details
    Browse the repository at this point in the history
  5. Fix timeout

    tstellar committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3d563e8 View commit details
    Browse the repository at this point in the history
  6. Fix for timeout

    tstellar committed May 1, 2024
    Configuration menu
    Copy the full SHA
    89eb9fc View commit details
    Browse the repository at this point in the history
  7. Add back timeout

    tstellar committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b485c37 View commit details
    Browse the repository at this point in the history