Skip to content

Commit

Permalink
Switch Firebase Test Lab Artifacts to another GCP GCS Bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Oct 27, 2023
1 parent 1cacd33 commit c9202c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/FirebaseTestLabConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private fun FlankGradleExtension.commonConfigurationForFirebaseTestLab(project:
maxTestShards.set(10)
testTimeout.set("45m")
directoriesToPull.set(listOf("/sdcard/Download"))
resultsBucket.set("android-fhir-build-artifacts")
resultsBucket.set("android-fhir-firebase-test-logs")
resultsDir.set(
if (project.providers.environmentVariable("KOKORO_BUILD_ARTIFACTS_SUBDIR").isPresent) {
"${System.getenv("KOKORO_BUILD_ARTIFACTS_SUBDIR")}/firebase/${project.name}"
Expand Down

0 comments on commit c9202c9

Please sign in to comment.