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: Merge similar try jobs when possible #31347

Merged
merged 5 commits into from
Feb 16, 2024

Commits on Feb 13, 2024

  1. ci: Merge similar try jobs when possible

    This comes up a lot when triggering wpt-2013 and wpt-2020. Instead of
    merging the jobs and triggering both layouts, the try parser will
    trigger two separate jobs. Running two of the same builds at once seems
    to cause the CI to fail one of them [1]. This fixes that issue.
    
    1. An example of this: https://github.com/servo/servo/actions/runs/7892269495
    mrobinson committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    93cf3e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    5cb3f08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d99aa View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Update python/servo/try_parser.py

    Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
    mrobinson and sagudev committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    88a44cc View commit details
    Browse the repository at this point in the history
  2. Remote 'Ditto'

    Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
    mrobinson and sagudev committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b0e3d92 View commit details
    Browse the repository at this point in the history