File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11build_file: " androidify/kokoro/gcp_ubuntu_docker/kokoro_presubmit_build.sh"
22
3-
43fileset_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-
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments