Skip to content

Commit 6518bba

Browse files
lqiu96Neenu1995
authored andcommitted
ci: skip bulk tests for isolated handwritten library changes (#12793)
For now, try to skip the GAPIC unit tests if there are handwritten changes only in the handwritten repos. In the future, we may want to see if we even want to run all the GAPIC unit tests (can we just use showcase tests?)
1 parent 344b82d commit 6518bba

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
src:
4141
- '**/*.java'
4242
- '**/pom.xml'
43+
- '!java-bigquery/**'
44+
- '!java-bigquerystorage/**'
45+
- '!java-datastore/**'
46+
- '!java-logging-logback/**'
47+
- '!java-logging/**'
48+
- '!java-spanner/**'
49+
- '!java-storage/**'
50+
- '!google-auth-library-java/**'
4351
ci:
4452
- '.github/workflows/ci.yaml'
4553
- '.kokoro/**'
@@ -121,6 +129,8 @@ jobs:
121129
# 2. Java code changes in upstream modules: Auth Library and Sdk-Platform-Java
122130
# 3. Upstream dependency version changes: Shared-Deps and Gapic-Generator-Pom-Parent
123131
filters: |
132+
google-auth-library-java:
133+
- 'google-auth-library-java/**'
124134
java-bigquery:
125135
- 'java-bigquery/**'
126136
- 'google-auth-library-java/**/*.java'

0 commit comments

Comments
 (0)