1111 - cron : ' 0 7 * * *'
1212
1313jobs :
14- buildup_SpecsReleasing_repo :
14+ buildup_SpecsTesting_repo :
1515 # Don't run on private repo unless it is a PR.
1616 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
1717 env :
@@ -31,17 +31,17 @@ jobs:
3131 oss-bot-access.txt "$bot_token_secret"
3232 scripts/decrypt_gha_secret.sh scripts/gha-encrypted/bot-access.txt.gpg \
3333 bot-access.txt "$bot_token_secret"
34- - name : Update SpecsReleasing repo setup
34+ - name : Update SpecsTesting repo setup
3535 run : |
3636 ossbotaccess=`cat oss-bot-access.txt`
3737 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
3939 run : |
4040 botaccess=`cat bot-access.txt`
4141 cd scripts/create_spec_repo/
4242 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/"
4545 - name : Clean Artifacts
4646 if : ${{ always() }}
4747 run : |
5252 # Don't run on private repo unless it is a PR.
5353 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
5454
55- needs : buildup_SpecsReleasing_repo
55+ needs : buildup_SpecsTesting_repo
5656 env :
5757 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
5858 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
8686 auth_quickstart :
8787 # Don't run on private repo unless it is a PR.
8888 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
9090 env :
9191 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
9292 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -120,7 +120,7 @@ jobs:
120120 crashlytics_quickstart :
121121 # Don't run on private repo unless it is a PR.
122122 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
124124 env :
125125 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
126126 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -163,7 +163,7 @@ jobs:
163163 database_quickstart :
164164 # Don't run on private repo unless it is a PR.
165165 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
167167 env :
168168 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
169169 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -201,7 +201,7 @@ jobs:
201201 dynamiclinks_quickstart :
202202 # Don't run on private repo unless it is a PR.
203203 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
205205 env :
206206 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
207207 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -245,7 +245,7 @@ jobs:
245245 firestore_quickstart :
246246 # Don't run on private repo unless it is a PR.
247247 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
249249 env :
250250 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
251251 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -282,7 +282,7 @@ jobs:
282282 functions_quickstart :
283283 # Don't run on private repo unless it is a PR.
284284 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
286286 env :
287287 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
288288 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -324,7 +324,7 @@ jobs:
324324 inappmessaging_quickstart :
325325 # Don't run on private repo unless it is a PR.
326326 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
328328 env :
329329 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
330330 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -364,7 +364,7 @@ jobs:
364364 messaging_quickstart :
365365 # Don't run on private repo unless it is a PR.
366366 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
368368 env :
369369 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
370370 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -404,7 +404,7 @@ jobs:
404404 remoteconfig_quickstart :
405405 # Don't run on private repo unless it is a PR.
406406 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
408408 env :
409409 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
410410 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -438,7 +438,7 @@ jobs:
438438 storage_quickstart :
439439 # Don't run on private repo unless it is a PR.
440440 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
442442 env :
443443 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
444444 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -476,7 +476,7 @@ jobs:
476476 performance_quickstart :
477477 # Don't run on private repo unless it is a PR.
478478 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
480480 env :
481481 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
482482 signin_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
0 commit comments