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

Ensure ordered DRA artifacts #39270

Merged
merged 7 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. Ensure ordered DRA artifacts

    As things are now we allow parallel builds on the
    packaging pipeline, which would result in out of order
    artifacts (depending on which one takes longer to finish).
    
    This commit leverages a queue to ensure a FIFO queue
    for DRA artifacts.
    dliappis committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    482b87c View commit details
    Browse the repository at this point in the history
  2. another approach

    dliappis committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d327679 View commit details
    Browse the repository at this point in the history
  3. third approach

    dliappis committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cb2dd2b View commit details
    Browse the repository at this point in the history
  4. Revert "third approach"

    This reverts commit cb2dd2b.
    dliappis committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    400e586 View commit details
    Browse the repository at this point in the history
  5. amended second approach

    dliappis committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    59028f7 View commit details
    Browse the repository at this point in the history
  6. approach 2c

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

Commits on Apr 30, 2024

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