-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[updatecli] update elastic stack version for testing 9.0.0-e70a10ac-SNAPSHOT #3893
[updatecli] update elastic stack version for testing 9.0.0-e70a10ac-SNAPSHOT #3893
Conversation
|
Made with ❤️️ by updatecli
91bd508
to
7d0a881
Compare
@jlind23 this pr updates the 8.16.x snapshot on main; it's going to fail until we have 9.x images for main. |
I suspect this has something to do with
At the moment this step appears to be generating @v1v might be able to help figure out why |
Because the first snapshot in the Unified Release was not published when the GitHub workflow ran. Those files are generated and use https://artifacts-api.elastic.co/v1/versions as the source of truth. It will not be shown if that entrypoint does not contain those details. That's not the case anymore since https://storage.googleapis.com/artifacts-api/snapshots/branches.json now contains the new branch. and I triggered this GH workflow and now things are back to normal #3905 is the one targeting |
buildkite test this |
Made with ❤️️ by updatecli
buildkite test this |
Made with ❤️️ by updatecli
The current error is I can recreate this failure locally; but it works if I remove the |
That's something to be reported to the Release team, $ curl -s https://artifacts-api.elastic.co/v1/versions/8.15.1-SNAPSHOT/builds/latest | jq .build.build_id
"8.15.1-67a5416d"
$ docker pull docker.elastic.co/elasticsearch/elasticsearch:8.15.1-67a5416d-SNAPSHOT-amd64
...
$ curl -s https://artifacts-api.elastic.co/v1/versions/8.16-SNAPSHOT/builds/latest | jq .build.build_id
"8.16.0-874a7f05"
$ docker pull docker.elastic.co/elasticsearch/elasticsearch:8.16.0-874a7f05-SNAPSHOT-amd64
Error response from daemon: manifest for docker.elastic.co/elasticsearch/elasticsearch:8.16.0-874a7f05-SNAPSHOT-amd64 not found: manifest unknown: manifest unknown
$ curl -s https://artifacts-api.elastic.co/v1/versions/8.15-SNAPSHOT/builds/latest | jq .build.build_id
"8.15.2-7f2cd899"
$ docker pull docker.elastic.co/elasticsearch/elasticsearch:8.15.2-7f2cd899-SNAPSHOT-amd64
Error response from daemon: manifest for docker.elastic.co/elasticsearch/elasticsearch:8.15.2-7f2cd899-SNAPSHOT-amd64 not found: manifest unknown: manifest unknown
for some reason While |
@v1v the double dots in your command looks weird to me: |
Maybe @rdner would know why we are not producing those 🤷🏼 |
A typo in my end, i reviewed those commands and updated the comment with the output.
Those are docker images related to BTW, I asked in the internal slack channel about this behaviour and you are in the loop, in case it helps |
🤦🏼 sorry missed it. |
buildkite test this |
7173f19
to
8647683
Compare
8647683
to
ac8f20d
Compare
cloud e2e tests are failing:
|
Made with ❤️️ by updatecli
buildkite test this |
2 similar comments
buildkite test this |
buildkite test this |
Made with ❤️️ by updatecli
@@ -150,6 +150,7 @@ steps: | |||
|
|||
- label: ":gcloud: Cloud e2e Test" | |||
key: "cloud-e2e-test" | |||
skip: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tracked with #3920
buildkite test this |
Quality Gate passedIssues Measures |
Bump elastic-stack to latest snapshot version
Update snapshot.yml
1 file(s) updated with "$1=9.0.0-e70a10ac-SNAPSHOT": * dev-tools/integration/.env
Created automatically by Updatecli
Options:
Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!