Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 21, 2025

❗ This PR cannot be merged until next release of Jaeger where Cassandra schema container is released as v2.

The CI e2e integration tests used :latest tag for Jaeger containers, causing unpredictable test behavior across versions.

Changes

  • Changed jaegerVersion() default from "latest" to "2.13.0" in DependenciesTest.java
  • Updated README to document the new default

The JAEGER_VERSION environment variable and jaeger.version system property remain available for overrides.

public static String jaegerVersion() {
  String jaegerVersion = System.getProperty("jaeger.version", System.getenv("JAEGER_VERSION"));
  return jaegerVersion != null ? jaegerVersion : "2.13.0";  // was "latest"
}
Original prompt

the ci.yaml workflow runs e2e integration tests that are starting unified jaeger container with the tag :latest. I want to change it to have a mandatory environment variable JAEGER_VERSION which should default to 2.13.0


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add mandatory JAEGER_VERSION environment variable for workflows Pin JAEGER_VERSION default to 2.13.0 in integration tests Dec 21, 2025
Copilot AI requested a review from yurishkuro December 21, 2025 14:41
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.

2 participants