Skip to content

Conversation

@pquentin
Copy link
Member

It can be useful to update the cache.

It can be useful to update the cache.
@pquentin pquentin requested a review from a team as a code owner October 31, 2025 12:02
@pquentin pquentin added the skip-backport This pull request should not be backported label Oct 31, 2025
@pquentin pquentin enabled auto-merge (squash) October 31, 2025 12:04
@github-actions
Copy link
Contributor

Following you can find the validation changes against the target branch for the APIs.

API Status Request Response
index 🟢 1460/1460 → 1463/1463 1462/1462 → 1465/1465
indices.create 🔴 1434/1460 → 1435/1463 1460/1460 → 1463/1463
search 🔴 2641/2659 → 2644/2662 2659/2659 → 2662/2662

You can validate these APIs yourself by using the make validate target.

@pquentin pquentin merged commit 0460584 into main Oct 31, 2025
9 of 10 checks passed
@pquentin pquentin deleted the workflow-dispatch branch October 31, 2025 12:06
margaretjgu pushed a commit that referenced this pull request Oct 31, 2025
It can be useful to update the cache.
@pquentin pquentin added backport 8.19 backport 9.1 backport 9.2 and removed skip-backport This pull request should not be backported labels Nov 5, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

The backport to 9.1 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.1 9.1
# Navigate to the new working tree
cd .worktrees/backport-9.1
# Create a new branch
git switch --create backport-5595-to-9.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 0460584dd2efc7d7132fbda39d4702a58478e3e6
# Push it to GitHub
git push --set-upstream origin backport-5595-to-9.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.1

Then, create a pull request where the base branch is 9.1 and the compare/head branch is backport-5595-to-9.1.

github-actions bot pushed a commit that referenced this pull request Nov 5, 2025
It can be useful to update the cache.

(cherry picked from commit 0460584)
github-actions bot pushed a commit that referenced this pull request Nov 5, 2025
It can be useful to update the cache.

(cherry picked from commit 0460584)
pquentin added a commit that referenced this pull request Nov 5, 2025
It can be useful to update the cache.

(cherry picked from commit 0460584)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
pquentin added a commit that referenced this pull request Nov 5, 2025
It can be useful to update the cache.

(cherry picked from commit 0460584)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
pquentin added a commit that referenced this pull request Nov 5, 2025
It can be useful to update the cache.

(cherry picked from commit 0460584)
@pquentin
Copy link
Member Author

pquentin commented Nov 5, 2025

💚 All backports created successfully

Status Branch Result
9.1

Questions ?

Please refer to the Backport tool documentation

pquentin added a commit that referenced this pull request Nov 5, 2025
It can be useful to update the cache.

(cherry picked from commit 0460584)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants