Skip to content

Commit 9f51fb0

Browse files
Deeven-Seruanubhav756
authored andcommitted
ci: add integration.cloudbuild.yaml
1 parent 2dde384 commit 9f51fb0

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

integration.cloudbuild.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Copyright 2026 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
steps:
16+
- id: Install library requirements
17+
name: 'maven:3.9.6-eclipse-temurin-17'
18+
entrypoint: 'mvn'
19+
args: ['clean', 'install', '-DskipTests']
20+
- id: Run integration tests
21+
name: 'maven:3.9.6-eclipse-temurin-17'
22+
entrypoint: 'mvn'
23+
args: ['test']
24+
env:
25+
- GOOGLE_CLOUD_PROJECT=$PROJECT_ID
26+
- TOOLBOX_VERSION=${_TOOLBOX_VERSION}
27+
- TOOLBOX_MANIFEST_VERSION=${_TOOLBOX_MANIFEST_VERSION}
28+
substitutions:
29+
_TOOLBOX_VERSION: '0.26.0'
30+
_TOOLBOX_MANIFEST_VERSION: '34'
31+
options:
32+
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)