Skip to content

Commit

Permalink
[8.x] Adjust the versions for :modules:ingest-geoip:qa:full-cluster-r…
Browse files Browse the repository at this point in the history
…estart
  • Loading branch information
joegallo committed Feb 27, 2025
1 parent 74870f8 commit bc11a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ingest-geoip/qa/full-cluster-restart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
javaRestTestImplementation(testArtifact(project(":qa:full-cluster-restart"), "javaRestTest"))
}

buildParams.bwcVersions.withWireCompatible(v -> v.onOrAfter("8.15.0")) { bwcVersion, baseName ->
buildParams.bwcVersions.withWireCompatible(v -> v.onOrAfter("8.16.0")) { bwcVersion, baseName ->
tasks.register(bwcTaskName(bwcVersion), StandaloneRestIntegTestTask) {
usesBwcDistribution(bwcVersion)
systemProperty("tests.old_cluster_version", bwcVersion)
Expand Down

0 comments on commit bc11a69

Please sign in to comment.