Skip to content

Commit 8fc7e61

Browse files
committed
chore(version-scanner): limit GHA workflow to scan only handwritten and hybrid packages
1 parent 5011c0b commit 8fc7e61

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

.github/workflows/version_scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Uses -o to output a detailed, raw CSV to a file
3636
# Uses --stdout to print a slim, easier to parse summary to the GitHub Actions UI
3737
# Uses --soft-fail to temporarily limit causing CI/CD failures during the migration to full operation.
38-
python scripts/version_scanner/version_scanner.py --targets-file scripts/version_scanner/targets.yaml --stdout -o version_scanner_output.csv --soft-fail
38+
python scripts/version_scanner/version_scanner.py --targets-file scripts/version_scanner/targets.yaml --package-file scripts/version_scanner/python-310-package-list.txt --stdout -o version_scanner_output.csv --soft-fail
3939
4040
- name: Upload CSV Results
4141
if: always()
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
packages/bigframes
2+
packages/bigquery-magics
3+
packages/db-dtypes
4+
packages/django-google-spanner
5+
packages/gapic-generator
6+
packages/google-api-core
7+
# packages/google-api-python-client # non-monorepo, ignore for now.
8+
packages/google-auth
9+
packages/google-auth-httplib2
10+
packages/google-auth-oauthlib
11+
packages/google-cloud-bigquery
12+
packages/pandas-gbq
13+
packages/google-cloud-bigtable
14+
packages/google-cloud-core
15+
packages/google-crc32c
16+
packages/google-cloud-datastore
17+
packages/google-cloud-dns
18+
packages/google-cloud-documentai-toolbox
19+
packages/google-cloud-error-reporting
20+
packages/google-cloud-firestore
21+
packages/google-cloud-logging
22+
packages/google-cloud-ndb
23+
packages/google-cloud-pubsub
24+
packages/google-cloud-runtimeconfig
25+
packages/google-cloud-spanner
26+
packages/google-cloud-storage
27+
packages/google-cloud-testutils
28+
packages/google-resumable-media
29+
packages/proto-plus
30+
packages/sqlalchemy-bigquery
31+
packages/sqlalchemy-spanner

0 commit comments

Comments
 (0)