Skip to content

Build 8.x from latest (8.18) #3209

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

Closed
wants to merge 15 commits into from
Closed

Build 8.x from latest (8.18) #3209

wants to merge 15 commits into from

Conversation

colleenmcginnis
Copy link
Contributor

Try building 8.x the same way we build current.

@colleenmcginnis colleenmcginnis self-assigned this Apr 17, 2025
Copy link

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

Copy link
Contributor Author

@colleenmcginnis colleenmcginnis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Config clean up.

Copy link
Contributor Author

@colleenmcginnis colleenmcginnis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean up...

@@ -77,7 +77,7 @@ sub check_source {
next unless $fragment;
unless ( $self->_fragment_exists( $dest, $path, $fragment ) ) {
# Check if the path contains 'main' or 'master'
if ($path =~ /main|master/) {
if ($path =~ /main|master|8.x/) {
Copy link
Contributor Author

@colleenmcginnis colleenmcginnis Apr 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to skip link checking on 8.x branches because it was making the build fail even though the links it fails on do actually exist. 🤷

INFO:build_docs:Bad cross-document links:
--
  | INFO:build_docs:  /tmp/docsbuild/target_repo/html/en/elasticsearch/reference/8.18/es-connectors-tutorial-api.html contains broken links to:
  | INFO:build_docs:   - en/elasticsearch/reference/8.x/create-connector-api.html
  | INFO:build_docs:   - en/kibana/8.x/console-kibana.html
  | INFO:build_docs:  /tmp/docsbuild/target_repo/html/en/elasticsearch/reference/current/es-connectors-tutorial-api.html contains broken links to:
  | INFO:build_docs:   - en/elasticsearch/reference/8.x/create-connector-api.html
  | INFO:build_docs:   - en/kibana/8.x/console-kibana.html

@colleenmcginnis colleenmcginnis changed the title [experiment!] Build 8.x from latest (8.18) Build 8.x from latest (8.18) Apr 18, 2025
@colleenmcginnis colleenmcginnis marked this pull request as ready for review April 23, 2025 16:01
@colleenmcginnis colleenmcginnis requested a review from a team as a code owner April 23, 2025 16:01
@colleenmcginnis
Copy link
Contributor Author

Closing for now. We can reopen this if we decide we need it.

@colleenmcginnis colleenmcginnis deleted the no-more-8x branch April 23, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant