Skip to content

Conversation

@MattDevy
Copy link
Contributor

@MattDevy MattDevy commented Nov 9, 2025

Elasticsearch version 9.1.0-SNAPSHOT doesn't exist in https://artifacts-api.elastic.co/v1/versions/9.1.0-SNAPSHOT in these cases we should fallback to version without -SNAPSHOT

Fixes buildkite test issue on main (and 9.1 branch)

See error:

INFO: Retrieving Elasticsearch Version & Hash from container...
--
  | INFO: Download Elasticsearch specs...
  | 2025/11/09 00:04:22 0 builds found
  | 2025/11/09 00:04:22 Build found :
  | 2025/11/09 00:04:22 Zipfile url :
  | 2025/11/09 00:04:22 Cannot download zip from , reason : Get "": unsupported protocol scheme ""

@prodsecmachine
Copy link

prodsecmachine commented Nov 9, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@MattDevy MattDevy merged commit b5631f4 into main Nov 20, 2025
20 checks passed
@MattDevy MattDevy deleted the fix/catch-404-buildkite branch November 20, 2025 09:28
@github-actions
Copy link

The backport to 8.19 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-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-1040-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 b5631f47c95408861ad6d0630953ed1b7c515fa9
# Push it to GitHub
git push --set-upstream origin backport-1040-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

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

github-actions bot pushed a commit that referenced this pull request Nov 20, 2025
github-actions bot pushed a commit that referenced this pull request Nov 20, 2025
MattDevy added a commit that referenced this pull request Nov 20, 2025
…back for 404 responses (#1046)

fix(buildkite): improve error handling for HTTP requests and add fallback for 404 responses (#1040)

Co-authored-by: Matt Devy <32791943+MattDevy@users.noreply.github.com>
MattDevy added a commit that referenced this pull request Nov 20, 2025
…back for 404 responses (#1045)

fix(buildkite): improve error handling for HTTP requests and add fallback for 404 responses (#1040)

Co-authored-by: Matt Devy <32791943+MattDevy@users.noreply.github.com>
MattDevy added a commit that referenced this pull request Nov 20, 2025
MattDevy added a commit that referenced this pull request Nov 20, 2025
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