Skip to content

Commit e1e1b93

Browse files
authored
Stop CI on Swift podspecs (#12895)
1 parent e8a12e0 commit e1e1b93

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

.github/workflows/analytics.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: scripts/third_party/travis/retry.sh pod spec lint GoogleAppMeasurement.podspec --platforms=${{ matrix.target }} --sources=https://github.com/firebase/SpecsDev.git,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/
4343
- name: FirebaseAnalytics
4444
run: scripts/third_party/travis/retry.sh pod spec lint FirebaseAnalytics.podspec --platforms=${{ matrix.target }} --sources=https://github.com/firebase/SpecsDev.git,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/
45-
- name: FirebaseAnalyticsSwift
46-
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseAnalyticsSwift.podspec --allow-warnings --platforms=${{ matrix.target }}
4745
# The following steps are only run on `ios` due to product availability.
4846
- name: GoogleAppMeasurementOnDeviceConversion
4947
run: scripts/third_party/travis/retry.sh pod spec lint GoogleAppMeasurementOnDeviceConversion.podspec --platforms=ios --sources=https://github.com/firebase/SpecsDev.git,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: macos-14
136136
strategy:
137137
matrix:
138-
podspec: [FirebaseDatabase.podspec, FirebaseDatabaseSwift.podspec --allow-warnings]
138+
podspec: [FirebaseDatabase.podspec]
139139
target: [ios, tvos, macos]
140140
flags: [
141141
'--skip-tests --use-static-frameworks'

.github/workflows/firestore.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ jobs:
362362
podspec: [
363363
'FirebaseFirestoreInternal.podspec',
364364
'FirebaseFirestore.podspec',
365-
'FirebaseFirestoreSwift.podspec',
366365
]
367366

368367
steps:
@@ -391,7 +390,6 @@ jobs:
391390
podspec: [
392391
'FirebaseFirestoreInternal.podspec',
393392
'FirebaseFirestore.podspec',
394-
'FirebaseFirestoreSwift.podspec',
395393
]
396394
platforms: [
397395
'macos',

.github/workflows/inappmessaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
podspec: [FirebaseInAppMessaging.podspec, FirebaseInAppMessagingSwift.podspec --allow-warnings]
26+
podspec: [FirebaseInAppMessaging.podspec]
2727
os: [macos-14, macos-13]
2828
include:
2929
- os: macos-14

.github/workflows/remoteconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
matrix:
6161
# TODO: macos tests are blocked by https://github.com/erikdoe/ocmock/pull/532
6262
target: [ios, tvos, macos --skip-tests, watchos]
63-
podspec: [FirebaseRemoteConfig.podspec, FirebaseRemoteConfigSwift.podspec --allow-warnings --skip-tests]
63+
podspec: [FirebaseRemoteConfig.podspec]
6464
os: [macos-14, macos-13]
6565
include:
6666
- os: macos-14

scripts/health_metrics/file_patterns.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"sdk": "analytics",
13-
"podspecs": ["FirebaseAnalytics.podspec", "FirebaseAnalyticsSwift.podspec", "GoogleAppMeasurement.podspec"],
13+
"podspecs": ["FirebaseAnalytics.podspec", "GoogleAppMeasurement.podspec"],
1414
"filePatterns": [
1515
"^FirebaseAnalytics.*",
1616
"^GoogleAppMeasurement.*"
@@ -58,7 +58,7 @@
5858
},
5959
{
6060
"sdk": "database",
61-
"podspecs": ["FirebaseDatabase.podspec", "FirebaseDatabaseSwift.podspec"],
61+
"podspecs": ["FirebaseDatabase.podspec"],
6262
"filePatterns": [
6363
"^FirebaseDatabase.*",
6464
"\\.github/workflows/database\\.yml",
@@ -85,7 +85,7 @@
8585
},
8686
{
8787
"sdk": "firestore",
88-
"podspecs": ["FirebaseFirestore.podspec", "FirebaseFirestoreSwift.podspec"],
88+
"podspecs": ["FirebaseFirestore.podspec"],
8989
"filePatterns": [
9090
"^Firestore/.*",
9191
"FirebaseAppCheck/Interop/[^/]+\\.h",
@@ -117,7 +117,7 @@
117117
},
118118
{
119119
"sdk": "inappmessaging",
120-
"podspecs": ["FirebaseInAppMessaging.podspec", "FirebaseInAppMessagingSwift.podspec"],
120+
"podspecs": ["FirebaseInAppMessaging.podspec"],
121121
"filePatterns": [
122122
"^FirebaseInAppMessaging.*",
123123
"Interop/Analytics/Public/[^/]+\\.h",
@@ -160,7 +160,7 @@
160160
},
161161
{
162162
"sdk": "remoteconfig",
163-
"podspecs": ["FirebaseRemoteConfig.podspec", "FirebaseRemoteConfigSwift.podspec"],
163+
"podspecs": ["FirebaseRemoteConfig.podspec"],
164164
"filePatterns": [
165165
"^FirebaseRemoteConfig.*",
166166
"Interop/Analytics/Public/[^/]+\\.h",

0 commit comments

Comments
 (0)