Skip to content

Commit effe636

Browse files
committed
Add particular roots for GCS based on wear / mobile
1 parent 3afce98 commit effe636

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

kokoro/gcp_ubuntu_docker/continuous.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ fileset_artifacts {
77
artifact_globs: "artifacts/app-release.spdx.json"
88
destinations {
99
store_attestation: true
10+
gcs {
11+
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/continuous/mobile"
12+
}
1013
}
1114
}
1215

@@ -16,6 +19,9 @@ fileset_artifacts {
1619
artifact_globs: "artifacts/wear-release-unsigned.aab"
1720
destinations {
1821
store_attestation: true
22+
gcs {
23+
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/continuous/wear"
24+
}
1925
}
2026
}
2127

kokoro/gcp_ubuntu_docker/presubmit.cfg

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
build_file: "androidify/kokoro/gcp_ubuntu_docker/kokoro_presubmit_build.sh"
22

3-
43
fileset_artifacts {
54
name: "androidify_phone_aab"
65
artifact_globs: "artifacts/app-release-unsigned.aab"
76
artifact_globs: "artifacts/app-release.spdx.json"
87
destinations {
98
store_attestation: true
9+
gcs {
10+
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/presubmit/mobile"
11+
}
1012
}
1113
}
1214

@@ -16,6 +18,8 @@ fileset_artifacts {
1618
artifact_globs: "artifacts/wear-release-unsigned.aab"
1719
destinations {
1820
store_attestation: true
21+
gcs {
22+
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/presubmit/wear"
23+
}
1924
}
2025
}
21-

kokoro/gcp_ubuntu_docker/release.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ fileset_artifacts {
66
artifact_globs: "artifacts/app-release.spdx.json"
77
destinations {
88
store_attestation: true
9+
gcs {
10+
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/release/mobile"
11+
}
912
}
1013
}
1114

@@ -15,5 +18,8 @@ fileset_artifacts {
1518
artifact_globs: "artifacts/wear-release-unsigned.aab"
1619
destinations {
1720
store_attestation: true
21+
gcs {
22+
gcs_root_path: "kokoro-artifacts/androidify/gcp_ubuntu_docker/release/wear"
23+
}
1824
}
1925
}

0 commit comments

Comments
 (0)