Skip to content

Conversation

@mashhurs
Copy link
Collaborator

@mashhurs mashhurs commented Nov 4, 2025

Description

Since we no longer have 8.prev releases, this PR removes it from CIs.

Note that all CIs use version definitions from main branch, no need to backport.

@mashhurs mashhurs self-assigned this Nov 4, 2025
@mashhurs mashhurs added the backport-skip Skip automated backport with mergify label Nov 4, 2025
@mashhurs mashhurs changed the title Remove 8.previous from CIs tests. Remove no need 8.x versions from CIs tests. Nov 4, 2025
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

cc @mashhurs

snapshots = versions["snapshots"]
for snapshot_version in snapshots:
if snapshots[snapshot_version] is None or snapshots[snapshot_version].startswith("7."):
if snapshots[snapshot_version] is None or snapshots[snapshot_version].startswith("7.") or snapshot_version == "8.previous":
Copy link
Member

Choose a reason for hiding this comment

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

I'm not following this case. What is this for?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is for E2E pipeline and this filters out 8.previous from logstash-versions.yml snapshots entry:

# Track the ongoing SNAPSHOT for the "next" release for each stream
snapshots:
  7.current: "7.17.30-SNAPSHOT"
  8.previous: "8.18.9-SNAPSHOT"
  8.current: "8.19.7-SNAPSHOT"
  9.previous: "9.1.7-SNAPSHOT"
  9.current: "9.2.1-SNAPSHOT"
  main: "9.3.0-SNAPSHOT"

Copy link
Member

Choose a reason for hiding this comment

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

ah, we should probably remove it there too. This should be fine though!

@mashhurs mashhurs merged commit af768f8 into elastic:main Nov 4, 2025
6 checks passed
@mashhurs mashhurs deleted the exclude-8.previous-versions-from-ci branch November 4, 2025 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip Skip automated backport with mergify

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants