|
31 | 31 | - name: Update SpecsTesting repo setup
|
32 | 32 | run: |
|
33 | 33 | ossbotaccess=`cat oss-bot-access.txt`
|
34 |
| - BOT_TOKEN="${ossbotaccess}" nightly_test_version="${nightly_version}" scripts/release_testing_setup.sh |
| 34 | + BOT_TOKEN="${ossbotaccess}" test_version="${nightly_version}" scripts/release_testing_setup.sh nightly_testing |
35 | 35 | - name: Update SpecsTesting repo
|
36 | 36 | run: |
|
37 | 37 | botaccess=`cat bot-access.txt`
|
|
44 | 44 | run: |
|
45 | 45 | pod repo remove "${local_repo}"
|
46 | 46 | rm -rf bot-access.txt
|
47 |
| -
|
48 | 47 | remoteconfig_quickstart:
|
49 | 48 | # Don't run on private repo unless it is a PR.
|
50 | 49 | if: github.repository != 'FirebasePrivate/firebase-ios-sdk' || github.event_name == 'pull_request'
|
|
62 | 61 | - name: Setup testing repo and quickstart
|
63 | 62 | run: |
|
64 | 63 | botaccess=`cat bot-access.txt`
|
65 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh config release_testing |
| 64 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh config nightly_release_testing |
66 | 65 | - name: Install Secret GoogleService-Info.plist
|
67 | 66 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-config.plist.gpg \
|
68 | 67 | quickstart-ios/config/GoogleService-Info.plist "$plist_secret"
|
|
96 | 95 | - name: Setup testing repo and quickstart
|
97 | 96 | run: |
|
98 | 97 | botaccess=`cat bot-access.txt`
|
99 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh abtesting release_testing |
| 98 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh abtesting nightly_release_testing |
100 | 99 | - name: Install Secret GoogleService-Info.plist
|
101 | 100 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-abtesting.plist.gpg \
|
102 | 101 | quickstart-ios/abtesting/GoogleService-Info.plist "$plist_secret"
|
@@ -130,7 +129,7 @@ jobs:
|
130 | 129 | - name: Setup testing repo and quickstart
|
131 | 130 | run: |
|
132 | 131 | botaccess=`cat bot-access.txt`
|
133 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh Authentication release_testing |
| 132 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh Authentication nightly_release_testing |
134 | 133 | - name: Install Secret GoogleService-Info.plist
|
135 | 134 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-auth.plist.gpg \
|
136 | 135 | quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
|
@@ -166,7 +165,7 @@ jobs:
|
166 | 165 | - name: Setup testing repo and quickstart
|
167 | 166 | run: |
|
168 | 167 | botaccess=`cat bot-access.txt`
|
169 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh Crashlytics release_testing |
| 168 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh Crashlytics nightly_release_testing |
170 | 169 | - name: Install Secret GoogleService-Info.plist
|
171 | 170 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-crashlytics.plist.gpg \
|
172 | 171 | quickstart-ios/crashlytics/GoogleService-Info.plist "$plist_secret"
|
@@ -209,7 +208,7 @@ jobs:
|
209 | 208 | - name: Setup testing repo and quickstart
|
210 | 209 | run: |
|
211 | 210 | botaccess=`cat bot-access.txt`
|
212 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh database release_testing |
| 211 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh database nightly_release_testing |
213 | 212 | - name: Install Secret GoogleService-Info.plist
|
214 | 213 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-database.plist.gpg \
|
215 | 214 | quickstart-ios/database/GoogleService-Info.plist "$plist_secret"
|
@@ -247,7 +246,7 @@ jobs:
|
247 | 246 | - name: Setup testing repo and quickstart
|
248 | 247 | run: |
|
249 | 248 | botaccess=`cat bot-access.txt`
|
250 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh dynamiclinks release_testing |
| 249 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh dynamiclinks nightly_release_testing |
251 | 250 | - name: Install Secret GoogleService-Info.plist
|
252 | 251 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-dynamiclinks.plist.gpg \
|
253 | 252 | quickstart-ios/dynamiclinks/GoogleService-Info.plist "$plist_secret"
|
@@ -291,7 +290,7 @@ jobs:
|
291 | 290 | - name: Setup testing repo and quickstart
|
292 | 291 | run: |
|
293 | 292 | botaccess=`cat bot-access.txt`
|
294 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh firestore release_testing |
| 293 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh firestore nightly_release_testing |
295 | 294 | - name: Install Secret GoogleService-Info.plist
|
296 | 295 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-firestore.plist.gpg \
|
297 | 296 | quickstart-ios/firestore/GoogleService-Info.plist "$plist_secret"
|
@@ -328,7 +327,7 @@ jobs:
|
328 | 327 | - name: Setup testing repo and quickstart
|
329 | 328 | run: |
|
330 | 329 | botaccess=`cat bot-access.txt`
|
331 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh functions release_testing |
| 330 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh functions nightly_release_testing |
332 | 331 | - name: install secret googleservice-info.plist
|
333 | 332 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-functions.plist.gpg \
|
334 | 333 | quickstart-ios/functions/GoogleService-Info.plist "$plist_secret"
|
@@ -370,7 +369,7 @@ jobs:
|
370 | 369 | - name: Setup testing repo and quickstart
|
371 | 370 | run: |
|
372 | 371 | botaccess=`cat bot-access.txt`
|
373 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh inappmessaging release_testing |
| 372 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh inappmessaging nightly_release_testing |
374 | 373 | - name: install secret googleservice-info.plist
|
375 | 374 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-inappmessaging.plist.gpg \
|
376 | 375 | quickstart-ios/inappmessaging/GoogleService-Info.plist "$plist_secret"
|
@@ -410,7 +409,7 @@ jobs:
|
410 | 409 | - name: Setup testing repo and quickstart
|
411 | 410 | run: |
|
412 | 411 | botaccess=`cat bot-access.txt`
|
413 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh messaging release_testing |
| 412 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh messaging nightly_release_testing |
414 | 413 | - name: Install Secret GoogleService-Info.plist
|
415 | 414 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-messaging.plist.gpg \
|
416 | 415 | quickstart-ios/messaging/GoogleService-Info.plist "$plist_secret"
|
@@ -450,7 +449,7 @@ jobs:
|
450 | 449 | - name: Setup testing repo and quickstart
|
451 | 450 | run: |
|
452 | 451 | botaccess=`cat bot-access.txt`
|
453 |
| - BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh storage release_testing |
| 452 | + BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh storage nightly_release_testing |
454 | 453 | - name: Install Secret GoogleService-Info.plist
|
455 | 454 | run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-storage.plist.gpg \
|
456 | 455 | quickstart-ios/storage/GoogleService-Info.plist "$plist_secret"
|
|
0 commit comments