Skip to content

Commit

Permalink
Acceptance test configuration updates (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrabinowitz committed Feb 25, 2021
1 parent d204bbf commit 29fc02c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ lazy val published = project
) },
libraryDependencies ++= (commonTestDependencies.map(
dependency => dependency.withConfigurations(Some("test"))) ++ Seq(
"com.google.cloud" % "google-cloud-dataproc" % "1.0.0" % "test",
"com.google.cloud" % "google-cloud-storage" % "1.109.1" % "test"
"com.google.cloud" % "google-cloud-dataproc" % "1.2.0" % "test",
"com.google.cloud" % "google-cloud-storage" % "1.113.11" % "test"
))
.map(_.excludeAll(excludedOrgs.map(ExclusionRule(_)): _*))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public DataprocImage13AcceptanceTest() {

@BeforeClass
public static void setup() throws Exception {
context = DataprocAcceptanceTestBase.setup("2.11", "1.3-debian9");
context = DataprocAcceptanceTestBase.setup("2.11", "1.3-debian10");
}

@AfterClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public DataprocImage14AcceptanceTest() {

@BeforeClass
public static void setup() throws Exception {
context = DataprocAcceptanceTestBase.setup("2.11", "1.4-debian9");
context = DataprocAcceptanceTestBase.setup("2.11", "1.4-debian10");
}

@AfterClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public DataprocImage20AcceptanceTest() {

@BeforeClass
public static void setup() throws Exception {
context = DataprocAcceptanceTestBase.setup("2.12", "preview-debian10");
context = DataprocAcceptanceTestBase.setup("2.12", "2.0-debian10");
}

@AfterClass
Expand Down

0 comments on commit 29fc02c

Please sign in to comment.