Skip to content

Commit a8ac145

Browse files
committed
ci: skip bulk tests for isolated handwritten library changes
1 parent f4ddb3c commit a8ac145

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)