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

Simplify GitHub > GitLab trigger workflow #494

Merged
merged 3 commits into from
Mar 4, 2024
Merged

Commits on Mar 4, 2024

  1. github: update comments in workflows

    Update the comments in the workflow files to explain how the gitlab
    trigger chain works.
    achilleas-k committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    aad2735 View commit details
    Browse the repository at this point in the history
  2. github: parse PR data directly

    In the Start GitLab CI workflow, instead of writing the PR data to a
    file and then parsing it, just parse it directly as a here string.
    achilleas-k committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ceda180 View commit details
    Browse the repository at this point in the history
  3. github: ignore SKIP_CI when triggering GitLab

    We never used the SKIP_CI logic in this repository.  We intend to ake
    the GitLab workflow a pretty much empty one that's just there to trigger
    the chain, but we first need to merge this change so it's in main while
    the PR that changes the trigger workflow runs.
    achilleas-k committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    93a7ee3 View commit details
    Browse the repository at this point in the history