ci: [java] automatic kokoro label in and /gcbrun comment (#1965) #1858
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
types: [ labeled ] | |
branches: | |
- main | |
name: downstream | |
jobs: | |
dependencies: | |
if: ${{ github.event.label.name == 'downstream-check:run' }} | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
java: [8] | |
repo: | |
- accessapproval | |
- accesscontextmanager | |
- aiplatform | |
- analytics-admin | |
- analytics-data | |
- api-gateway | |
- apigee-connect | |
- appengine-admin | |
- area120-tables | |
- artifact-registry | |
- asset | |
- assured-workloads | |
- automl | |
- bigquery | |
- bigqueryconnection | |
- bigquerydatatransfer | |
- bigquerymigration | |
- bigqueryreservation | |
- bigtable | |
- billing | |
- billingbudgets | |
- binary-authorization | |
- channel | |
- cloudbuild | |
- compute | |
- contact-center-insights | |
- container | |
- containeranalysis | |
- data-fusion | |
- datacatalog | |
- dataflow | |
- datalabeling | |
- dataproc | |
- dataproc-metastore | |
- datastore | |
- datastream | |
- debugger-client | |
- deploy | |
- dialogflow | |
- dialogflow-cx | |
- dlp | |
- dms | |
- dns | |
- document-ai | |
- domains | |
- errorreporting | |
- essential-contacts | |
- eventarc | |
- filestore | |
- firestore | |
- functions | |
- game-servers | |
- gke-connect-gateway | |
- gkehub | |
- gsuite-addons | |
- iam-admin | |
- iamcredentials | |
- iot | |
- kms | |
- language | |
- life-sciences | |
- logging | |
- logging-logback | |
- managed-identities | |
- mediatranslation | |
- memcache | |
- monitoring | |
- monitoring-dashboards | |
- network-management | |
- network-security | |
- networkconnectivity | |
- notebooks | |
- orchestration-airflow | |
- orgpolicy | |
- os-config | |
- os-login | |
- phishingprotection | |
- policy-troubleshooter | |
- private-catalog | |
- profiler | |
- pubsublite | |
- recaptchaenterprise | |
- recommendations-ai | |
- recommender | |
- redis | |
- resource-settings | |
- resourcemanager | |
- retail | |
- scheduler | |
- secretmanager | |
- security-private-ca | |
- securitycenter | |
- securitycenter-settings | |
- service-control | |
- service-management | |
- service-usage | |
- servicedirectory | |
- shell | |
- spanner | |
- spanner-jdbc | |
- speech | |
- storage | |
- storage-nio | |
- storage-transfer | |
- talent | |
- tasks | |
- texttospeech | |
- tpu | |
- trace | |
- translate | |
- video-intelligence | |
- video-transcoder | |
- vision | |
- vpcaccess | |
- webrisk | |
- websecurityscanner | |
- workflow-executions | |
- workflows | |
steps: | |
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 | |
- uses: actions/setup-java@v3 | |
with: | |
distribution: zulu | |
java-version: ${{matrix.java}} | |
- run: java -version | |
- run: sudo apt-get update -y | |
- run: sudo apt-get install libxml2-utils | |
- run: .kokoro/downstream-client-library-check.sh google-api-client-bom ${{matrix.repo}} |