[backport-cloud_asset_inventory-1.4] Sync CI configuration with main branch - #21191
Merged
Conversation
5 tasks
Contributor
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
signin_attempts |
13333.33 | 10000 | -3333.33 (-25%) | 💔 |
To see the full report comment with /test benchmark fullreport
Copilot stopped reviewing on behalf of
mrodm due to an error
September 11, 2026 14:42
teresaromero
approved these changes
Sep 15, 2026
mrodm
merged commit Sep 15, 2026
7b98b89
into
elastic:backport-cloud_asset_inventory-1.4
9 of 10 checks passed
Contributor
|
Changelog sync skipped — all changelog versions are already present on |
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-cloud_asset_inventory-1.4backport 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-cloud_asset_inventory-1.4branch: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
```
Sync CI configuration with main branch for backport-cloud_asset_inventory-1.4.
Keep CI pipelines, GitHub Actions, and tooling consistent between active backport
branches and `main`, so that automated backport workflows and tooling improvements
land on all supported branches.
WHY:
GitHub 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.
```
Author's Checklist
Related issues
🤖 Generated with Claude Code