Skip to content

Conversation

@pquentin
Copy link
Member

@pquentin pquentin commented Nov 5, 2025

Turns out #5595 was not enough. The goal is really to refresh the cache.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2025

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

No changes detected.

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

@pquentin pquentin merged commit 463a5d2 into main Nov 5, 2025
13 of 14 checks passed
@pquentin pquentin deleted the run-validation-triggered-builds branch November 5, 2025 03:33
github-actions bot pushed a commit that referenced this pull request 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-5611-to-9.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 463a5d25a46a6de207259ffbdc8c179ba40c34ba
# Push it to GitHub
git push --set-upstream origin backport-5611-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-5611-to-9.1.

github-actions bot pushed a commit that referenced this pull request Nov 5, 2025
@pquentin
Copy link
Member Author

pquentin commented Nov 5, 2025

That didn't work, because cache entries are immutable. I really need to stop with the caching idea and instead run base validation in parallel.

@flobernd
Copy link
Member

flobernd commented Nov 5, 2025

@pquentin It's another workaround, but you can enumerate, remove cache entries using the gh CLI.

pquentin added a commit that referenced this pull request Nov 6, 2025
(cherry picked from commit 463a5d2)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
pquentin added a commit that referenced this pull request Nov 6, 2025
(cherry picked from commit 463a5d2)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
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