-
Notifications
You must be signed in to change notification settings - Fork 342
Add config for ECE 3.0.0 and Ecctl 1.8.0 #2363
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
Conversation
@alpar-t it seems like our formatter is not happy with these changes (which I assume you're trying to automate in some way? 😉 ). I don't know if it's the tabs or the JSON-style list in YAML; this is valid YAML syntax but I'm not sure our parser likes it. Would it be possible to do something like this instead? branches:
- {'ms-69': '3.0'}
- {'ms-65': '2.13'}
- {'ms-62': '2.12'}
- {'ms-59': '2.11'}
- {'ms-57': '2.10'}
- {'ms-53': '2.9'}
- {'ms-49': '2.8'}
- {'ms-47': '2.7'}
- {'release-ms-41': '2.6'}
- '2.5'
- '2.4'
- '2.3'
- '2.2'
- '2.1'
- '2.0'
- '1.1'
- '1.0' |
The commit I just pushed should fix this (there's a place at the top of the file you need to add the new branch as well). |
On to a new error:
This is the file that is automatically generated by the Cloud Gradle builds but not by our docs builds. |
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.
I think we still need some changes for the ece-version
file to exist.
run elasticsearch-ci/docs |
1 similar comment
run elasticsearch-ci/docs |
I'm not sure the current failure relates to this PR |
We got past the earlier error but now have some broken links.
These are links from the 2.9 release notes (in all branches of the ECE docs) that go to a page Paging @kilfoyle (sorry if there's another writer who typically handles this stuff, but I saw you made the release notes PR for 3.0.0). |
@gtback thanks for the heads-up! I'll get these links fixed today. |
@elasticmachine, run elasticsearch-ci/docs |
Part of release operations.