Skip to content

Commit 8eee611

Browse files
committed
Use a new GCS folder
1 parent a45aae7 commit 8eee611

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

kokoro/gcp_ubuntu_docker/continuous.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fileset_artifacts {
88
destinations {
99
store_attestation: true
1010
gcs {
11-
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/continuous/mobile"
11+
gcs_root_path: "androidify-app-prod-kokoro-artifacts/gcp_ubuntu_docker/continuous/mobile"
1212
}
1313
}
1414
}
@@ -20,7 +20,7 @@ fileset_artifacts {
2020
destinations {
2121
store_attestation: true
2222
gcs {
23-
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/continuous/wear"
23+
gcs_root_path: "androidify-app-prod-kokoro-artifacts/gcp_ubuntu_docker/continuous/wear"
2424
}
2525
}
2626
}

kokoro/gcp_ubuntu_docker/presubmit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fileset_artifacts {
77
destinations {
88
store_attestation: true
99
gcs {
10-
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/presubmit/mobile"
10+
gcs_root_path: "androidify-app-prod-kokoro-artifacts/gcp_ubuntu_docker/presubmit/mobile"
1111
}
1212
}
1313
}
@@ -19,7 +19,7 @@ fileset_artifacts {
1919
destinations {
2020
store_attestation: true
2121
gcs {
22-
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/presubmit/wear"
22+
gcs_root_path: "androidify-app-prod-kokoro-artifacts/gcp_ubuntu_docker/presubmit/wear"
2323
}
2424
}
2525
}

kokoro/gcp_ubuntu_docker/release.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fileset_artifacts {
77
destinations {
88
store_attestation: true
99
gcs {
10-
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/release/mobile"
10+
gcs_root_path: "androidify-app-prod-kokoro-artifacts/gcp_ubuntu_docker/release/mobile"
1111
}
1212
}
1313
}
@@ -19,7 +19,7 @@ fileset_artifacts {
1919
destinations {
2020
store_attestation: true
2121
gcs {
22-
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/release/wear"
22+
gcs_root_path: "androidify-app-prod-kokoro-artifacts/gcp_ubuntu_docker/release/wear"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)