[backport-gcp-2.22] Sync CI configuration with main branch - #20555
Draft
mrodm wants to merge 6 commits into
Draft
Conversation
5 tasks
This parameter was not available until elastic-package v0.96.0
Contributor
🚀 Benchmarks reportTo see the full report comment with |
This reverts commit 2468cfc.
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DR
Syncs
.buildkiteand.githubCI configuration frommainto thebackport-gcp-2.22backport branch.This brings automated backport workflows, new CI scripts, Go tooling, and
GitHub Actions that only work when they are present on the target branch itself.
What does this PR do?
Syncs the following CI configuration from
mainonto thebackport-gcp-2.22\branch:post-checkout,pre-command,pre-exit), pipeline definitions (backport dispatch, publish, schedule-daily, schedule-weekly, serverless, main), andpull-requests.json; adds new scripts for backport orchestration, changelog checks, owner validation, and parallel triggeringcmd/backportsub-module with the full backport apply/changelog/checklist/inventory/owners/packages logic and its test suite;dev/tooling additions (citools,coverage,packagenames,gitutil,scripts)go.mod/go.sumupdates,magefile.goadditions,.gitignoreupdatesGitHub Actions resolves workflow files from the branch where the event occurs, not from
main. Backport-branch workflows (changelog sync, post-backport checklist, owner checks, auto-backport) must be present on the backport branch itself to fire correctly.Proposed commit message
Author's Checklist
main.Related issues