11
11
- cron : ' 0 7 * * *'
12
12
13
13
jobs :
14
- buildup_SpecsReleasing_repo :
14
+ buildup_SpecsTesting_repo :
15
15
# Don't run on private repo unless it is a PR.
16
16
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
17
17
env :
@@ -31,17 +31,17 @@ jobs:
31
31
oss-bot-access.txt "$bot_token_secret"
32
32
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/bot-access.txt.gpg \
33
33
bot-access.txt "$bot_token_secret"
34
- - name : Update SpecsReleasing repo setup
34
+ - name : Update SpecsTesting repo setup
35
35
run : |
36
36
ossbotaccess=`cat oss-bot-access.txt`
37
37
BOT_TOKEN="${ossbotaccess}" test_version="${nightly_version}" sdk_version_config="${GITHUB_WORKSPACE}/scripts/create_spec_repo/RC_firebase_sdk.textproto" local_sdk_repo_dir="${local_sdk_repo_dir}" podspec_repo_branch="${podspec_repo_branch}" scripts/release_testing_setup.sh prerelease_testing
38
- - name : Update SpecsReleasing repo
38
+ - name : Update SpecsTesting repo
39
39
run : |
40
40
botaccess=`cat bot-access.txt`
41
41
cd scripts/create_spec_repo/
42
42
swift build
43
- pod repo add --silent "${local_repo}" https://"$botaccess"@github.com/FirebasePrivate/SpecsReleasing .git
44
- BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --sdk-repo-name SpecsReleasing --pod-sources 'https://${BOT_TOKEN}@github.com/FirebasePrivate/SpecsReleasing ' --pod-sources "https://github.com/firebase/SpecsDev.git" --pod-sources "https://github.com/firebase/SpecsStaging.git" --pod-sources "https://cdn.cocoapods.org/"
43
+ pod repo add --silent "${local_repo}" https://"$botaccess"@github.com/Firebase/SpecsTesting .git
44
+ BOT_TOKEN="${botaccess}" .build/debug/spec-repo-builder --sdk-repo "${local_sdk_repo_dir}" --local-spec-repo-name "${local_repo}" --sdk-repo-name SpecsTesting --github-account Firebase -- pod-sources 'https://${BOT_TOKEN}@github.com/Firebase/SpecsTesting ' --pod-sources "https://github.com/firebase/SpecsDev.git" --pod-sources "https://github.com/firebase/SpecsStaging.git" --pod-sources "https://cdn.cocoapods.org/"
45
45
- name : Clean Artifacts
46
46
if : ${{ always() }}
47
47
run : |
52
52
# Don't run on private repo unless it is a PR.
53
53
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
54
54
55
- needs : buildup_SpecsReleasing_repo
55
+ needs : buildup_SpecsTesting_repo
56
56
env :
57
57
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
58
58
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
86
86
auth_quickstart :
87
87
# Don't run on private repo unless it is a PR.
88
88
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
89
- needs : buildup_SpecsReleasing_repo
89
+ needs : buildup_SpecsTesting_repo
90
90
env :
91
91
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
92
92
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -120,7 +120,7 @@ jobs:
120
120
crashlytics_quickstart :
121
121
# Don't run on private repo unless it is a PR.
122
122
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
123
- needs : buildup_SpecsReleasing_repo
123
+ needs : buildup_SpecsTesting_repo
124
124
env :
125
125
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
126
126
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -163,7 +163,7 @@ jobs:
163
163
database_quickstart :
164
164
# Don't run on private repo unless it is a PR.
165
165
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
166
- needs : buildup_SpecsReleasing_repo
166
+ needs : buildup_SpecsTesting_repo
167
167
env :
168
168
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
169
169
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -201,7 +201,7 @@ jobs:
201
201
dynamiclinks_quickstart :
202
202
# Don't run on private repo unless it is a PR.
203
203
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
204
- needs : buildup_SpecsReleasing_repo
204
+ needs : buildup_SpecsTesting_repo
205
205
env :
206
206
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
207
207
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -245,7 +245,7 @@ jobs:
245
245
firestore_quickstart :
246
246
# Don't run on private repo unless it is a PR.
247
247
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
248
- needs : buildup_SpecsReleasing_repo
248
+ needs : buildup_SpecsTesting_repo
249
249
env :
250
250
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
251
251
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -282,7 +282,7 @@ jobs:
282
282
functions_quickstart :
283
283
# Don't run on private repo unless it is a PR.
284
284
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
285
- needs : buildup_SpecsReleasing_repo
285
+ needs : buildup_SpecsTesting_repo
286
286
env :
287
287
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
288
288
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -324,7 +324,7 @@ jobs:
324
324
inappmessaging_quickstart :
325
325
# Don't run on private repo unless it is a PR.
326
326
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
327
- needs : buildup_SpecsReleasing_repo
327
+ needs : buildup_SpecsTesting_repo
328
328
env :
329
329
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
330
330
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -364,7 +364,7 @@ jobs:
364
364
messaging_quickstart :
365
365
# Don't run on private repo unless it is a PR.
366
366
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
367
- needs : buildup_SpecsReleasing_repo
367
+ needs : buildup_SpecsTesting_repo
368
368
env :
369
369
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
370
370
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -404,7 +404,7 @@ jobs:
404
404
remoteconfig_quickstart :
405
405
# Don't run on private repo unless it is a PR.
406
406
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
407
- needs : buildup_SpecsReleasing_repo
407
+ needs : buildup_SpecsTesting_repo
408
408
env :
409
409
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
410
410
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -438,7 +438,7 @@ jobs:
438
438
storage_quickstart :
439
439
# Don't run on private repo unless it is a PR.
440
440
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
441
- needs : buildup_SpecsReleasing_repo
441
+ needs : buildup_SpecsTesting_repo
442
442
env :
443
443
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
444
444
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -476,7 +476,7 @@ jobs:
476
476
performance_quickstart :
477
477
# Don't run on private repo unless it is a PR.
478
478
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
479
- needs : buildup_SpecsReleasing_repo
479
+ needs : buildup_SpecsTesting_repo
480
480
env :
481
481
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
482
482
signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
0 commit comments