From 53f95be78048b13a992cfc4189f6bf931f4d5044 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Wed, 21 Dec 2022 08:05:41 -0800 Subject: [PATCH] build: add continous and nightly tests for cloudbuild triggers with credentials (#3805) --- ...ples-continous-node14-with-credentials.yaml | 15 +++++++++++++++ ...amples-nightly-node14-with-credentials.yaml | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 ci/export/samples-continous-node14-with-credentials.yaml create mode 100644 ci/export/samples-nightly-node14-with-credentials.yaml diff --git a/ci/export/samples-continous-node14-with-credentials.yaml b/ci/export/samples-continous-node14-with-credentials.yaml new file mode 100644 index 00000000000..c5299dde282 --- /dev/null +++ b/ci/export/samples-continous-node14-with-credentials.yaml @@ -0,0 +1,15 @@ +createTime: '2022-08-05T20:10:57.660562803Z' +description: Continuous build with node 14 +filename: ci/cloudbuild_with_credentials.yaml +github: + name: google-cloud-node + owner: googleapis + push: + branch: ^main$ +id: 60bcf576-538e-45a8-ba92-b1b488afbf51 +name: samples-continuous-node14-with-credentials +serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com +substitutions: + _BUILD_TYPE: continuous + _LOGS_BUCKET: cloud-node-public-logs + _TEST_TYPE: samples diff --git a/ci/export/samples-nightly-node14-with-credentials.yaml b/ci/export/samples-nightly-node14-with-credentials.yaml new file mode 100644 index 00000000000..ec1f11724c3 --- /dev/null +++ b/ci/export/samples-nightly-node14-with-credentials.yaml @@ -0,0 +1,18 @@ +createTime: '2022-08-05T20:10:58.882437677Z' +description: Nightly build with node 14 +gitFileSource: + path: ci/cloudbuild_with_credentials.yaml + repoType: GITHUB + revision: refs/heads/main + uri: https://github.com/googleapis/google-cloud-node +id: 25a89188-0ae6-4faf-9131-9b1e3c8b9720 +name: samples-nightly-node14-with-credentials +serviceAccount: projects/long-door-651/serviceAccounts/kokoro-system-test@long-door-651.iam.gserviceaccount.com +sourceToBuild: + ref: refs/heads/main + repoType: GITHUB + uri: https://github.com/googleapis/google-cloud-node +substitutions: + _BUILD_TYPE: nightly + _LOGS_BUCKET: cloud-node-public-logs + _TEST_TYPE: samples