-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstubby.sh
145 lines (143 loc) · 3.01 KB
/
stubby.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# for m in $(gsutil ls -r 'gs://docs-staging-v2/docfx-go-*' | grep tar | sed 's|gs://docs-staging-v2/docfx-go-\(.\+\)\.tar\.gz|\1|' | tr - @); do
# echo Starting $m
repos=(
nodejs-automl
nodejs-functions
nodejs-redis
cloud-debug-nodejs
nodejs-bigquery
nodejs-game-servers
nodejs-resource
cloud-profiler-nodejs
nodejs-bigquery-connection
nodejs-gce-images
nodejs-resource-manager
nodejs-bigquery-data-transfer
nodejs-gke-hub
nodejs-retail
cloud-trace-nodejs
nodejs-bigquery-reservation
nodejs-scheduler
nodejs-bigquery-storage
nodejs-grafeas
nodejs-secret-manager
nodejs-bigtable
nodejs-iam-credentials
nodejs-security-center
nodejs-billing
nodejs-iot
nodejs-billing-budgets
nodejs-irm
nodejs-service-control
nodejs-binary-authorization
nodejs-kms
nodejs-service-directory
nodejs-channel
nodejs-language
nodejs-service-management
nodejs-cloud-container
nodejs-local-auth
nodejs-service-usage
nodejs-cloud-shell
nodejs-logging
nodejs-spanner
nodejs-cloud-tpu
nodejs-logging-bunyan
nodejs-speech
google-api-nodejs-client
nodejs-cloudbuild
nodejs-logging-winston
nodejs-storage
nodejs-managed-identities
nodejs-talent
nodejs-compute
nodejs-media-translation
nodejs-tasks
google-cloud-node
nodejs-containeranalysis
nodejs-memcache
nodejs-text-to-speech
google-cloudevents
nodejs-data-qna
nodejs-monitoring
nodejs-translate
google-cloudevents-nodejs
nodejs-datacatalog
nodejs-monitoring-dashboards
nodejs-video-intelligence
nodejs-datalabeling
nodejs-network-connectivity
nodejs-video-transcoder
nodejs-dataproc
nodejs-notebooks
nodejs-vision
nodejs-dataproc-metastore
nodejs-org-policy
nodejs-vpc-access
nodejs-datastore
nodejs-os-config
nodejs-web-risk
nodejs-datastore-kvstore
nodejs-os-login
nodejs-web-security-scanner
nodejs-datastore-session
nodejs-paginator
nodejs-workflows
nodejs-access-approval
nodejs-dialogflow
nodejs-phishing-protection
nodejs-ai-platform
nodejs-dialogflow-cx
nodejs-policy-troubleshooter
nodejs-analytics-admin
nodejs-dlp
nodejs-precise-date
nodejs-analytics-data
nodejs-dms
nodejs-private-catalog
nodejs-api-gateway
nodejs-dns
nodejs-projectify
nodejs-apigee-connect
nodejs-document-ai
nodejs-promisify
nodejs-appengine-admin
nodejs-domains
nodejs-proto-files
nodejs-error-reporting
nodejs-pubsub
teeny-request
nodejs-artifact-registry
nodejs-essential-contacts
nodejs-asset
nodejs-firestore
nodejs-recaptcha-enterprise
nodejs-assured-workloads
nodejs-firestore-session
nodejs-recommender
nodejs-access-context-manage
nodejs-area120-tables
nodejs-contact-center-insights
nodejs-data-fusion
nodejs-dataflow
nodejs-storage-transfer
nodejs-security-private-ca
nodejs-resource-settings
nodejs-orchestration-airflow
nodejs-network-security
nodejs-network-management
nodejs-life-sciences
nodejs-iap
nodejs-grafeas
nodejs-gke-connect-gateway
nodejs-filestore
nodejs-eventarc
nodejs-deploy
nodejs-datastream
)
for repo in ${repos[*]}; do
stubby call blade:kokoro-api KokoroApi.Build <<EOF
full_job_name: "cloud-devrel/client-libraries/nodejs/release/googleapis/${repo}/docs-devsite"
wait_until_started: false
EOF
done