File tree Expand file tree Collapse file tree 16 files changed +67
-66
lines changed Expand file tree Collapse file tree 16 files changed +67
-66
lines changed Original file line number Diff line number Diff line change 89
89
- name : Test swift quickstart
90
90
env :
91
91
LEGACY : true
92
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh ABTesting)
92
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh ABTesting true )
93
93
94
94
abtesting-cron-only :
95
95
# Don't run on private repo.
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
112
112
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
113
113
- name : Test swift quickstart
114
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Authentication)
114
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Authentication false )
115
115
116
116
auth-cron-only :
117
117
# Don't run on private repo.
Original file line number Diff line number Diff line change @@ -95,11 +95,11 @@ jobs:
95
95
# Set the deployed pod location of run and upload-symbols with the development pod version.
96
96
cp Crashlytics/run quickstart-ios/crashlytics/LegacyCrashlyticsQuickstart/Pods/FirebaseCrashlytics/
97
97
cp Crashlytics/upload-symbols quickstart-ios/crashlytics/LegacyCrashlyticsQuickstart/Pods/FirebaseCrashlytics/
98
- ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Crashlytics)
98
+ ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Crashlytics true )
99
99
env :
100
100
LEGACY : true
101
101
- name : Test swift quickstart
102
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Crashlytics swift)
102
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Crashlytics true swift)
103
103
env :
104
104
LEGACY : true
105
105
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ jobs:
100
100
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
101
101
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
102
102
- name : Test objc quickstart
103
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Database)
103
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Database false )
104
104
- name : Test swift quickstart
105
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Database swift)
105
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Database false swift)
106
106
107
107
pod-lib-lint :
108
108
# Don't run on private repo unless it is a PR.
Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ jobs:
78
78
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
79
79
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
80
80
- name : Test objc quickstart
81
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh DynamicLinks)
81
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh DynamicLinks true )
82
82
- name : Test swift quickstart
83
83
if : ${{ always() }}
84
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh DynamicLinks swift)
84
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh DynamicLinks true swift)
85
85
86
86
podspec-presubmit :
87
87
# Don't run on private repo unless it is a PR.
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244
244
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
245
245
- name : Test swift quickstart
246
246
run : ([ -z $plist_secret ] ||
247
- scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Firestore)
247
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Firestore false )
248
248
249
249
podspec-presubmit :
250
250
# Don't run on private repo unless it is a PR.
Original file line number Diff line number Diff line change @@ -98,10 +98,10 @@ jobs:
98
98
run : sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/FunctionsExample/Info.plist
99
99
- name : Test objc quickstart
100
100
run : ([ -z $plist_secret ] ||
101
- scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions)
101
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions true )
102
102
- name : Test swift quickstart
103
103
run : ([ -z $plist_secret ] ||
104
- scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions swift)
104
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions true swift)
105
105
106
106
functions-cron-only :
107
107
# Don't run on private repo.
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ jobs:
97
97
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
98
98
- name : Test objc quickstart
99
99
run : ([ -z $plist_secret ] ||
100
- scripts/third_party/travis/retry.sh scripts/test_quickstart.sh InAppMessaging)
100
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh InAppMessaging true )
101
101
- name : Test swift quickstart
102
102
run : ([ -z $plist_secret ] ||
103
- scripts/third_party/travis/retry.sh scripts/test_quickstart.sh InAppMessaging swift)
103
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh InAppMessaging true swift)
104
104
105
105
podspec-presubmit :
106
106
# Don't run on private repo unless it is a PR.
Original file line number Diff line number Diff line change 87
87
- name : Copy mock plist
88
88
run : cp quickstart-ios/mock-GoogleService-Info.plist quickstart-ios/installations/GoogleService-Info.plist
89
89
- name : Test objc quickstart
90
- run : scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Installations
90
+ run : scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Installations true
91
91
- name : Test swift quickstart
92
- run : scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Installations swift
92
+ run : scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Installations true swift
93
93
94
94
installations-cron-only :
95
95
if : github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ jobs:
113
113
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
114
114
- name : Test objc quickstart
115
115
run : ([ -z $plist_secret ] ||
116
- scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Messaging)
116
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Messaging false )
117
117
- name : Test swift quickstart
118
118
run : ([ -z $plist_secret ] ||
119
- scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Messaging swift)
119
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Messaging false swift)
120
120
121
121
pod-lib-lint-watchos :
122
122
# Don't run on private repo unless it is a PR.
You can’t perform that action at this time.
0 commit comments