Skip to content

Commit b1c28c6

Browse files
authored
[Vertex AI] Remove spm-integration job (#13982)
1 parent 7244f54 commit b1c28c6

File tree

5 files changed

+0
-297
lines changed

5 files changed

+0
-297
lines changed

.github/workflows/vertexai.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -90,41 +90,6 @@ jobs:
9090
retry_wait_seconds: 120
9191
command: scripts/build.sh FirebaseVertexAIUnit ${{ matrix.target }} spm
9292

93-
spm-integration:
94-
strategy:
95-
matrix:
96-
target: [iOS]
97-
os: [macos-14]
98-
include:
99-
- os: macos-14
100-
xcode: Xcode_15.2
101-
runs-on: ${{ matrix.os }}
102-
needs: spm-package-resolved
103-
env:
104-
TEST_RUNNER_VertexAIRunIntegrationTests: 1
105-
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
106-
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
107-
steps:
108-
- uses: actions/checkout@v4
109-
- uses: actions/cache/restore@v4
110-
with:
111-
path: .build
112-
key: ${{needs.spm-package-resolved.outputs.cache_key}}
113-
- name: Install Secret GoogleService-Info.plist
114-
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/vertexai-integration.plist.gpg \
115-
FirebaseVertexAI/Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
116-
- name: Xcode
117-
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
118-
- name: Initialize xcodebuild
119-
run: scripts/setup_spm_tests.sh
120-
- uses: nick-fields/retry@v3
121-
with:
122-
timeout_minutes: 120
123-
max_attempts: 3
124-
retry_on: error
125-
retry_wait_seconds: 120
126-
command: scripts/build.sh FirebaseVertexAIIntegration ${{ matrix.target }} spm
127-
12893
testapp-integration:
12994
strategy:
13095
matrix:

FirebaseVertexAI/Tests/Integration/IntegrationTests.swift

Lines changed: 0 additions & 177 deletions
This file was deleted.

FirebaseVertexAI/Tests/Integration/Resources/placeholder.txt

Whitespace-only changes.

Package.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,14 +1319,6 @@ let package = Package(
13191319
.headerSearchPath("../../../"),
13201320
]
13211321
),
1322-
.testTarget(
1323-
name: "FirebaseVertexAIIntegration",
1324-
dependencies: ["FirebaseVertexAI"],
1325-
path: "FirebaseVertexAI/Tests/Integration",
1326-
resources: [
1327-
.process("Resources"),
1328-
]
1329-
),
13301322
] + firestoreTargets(),
13311323
cLanguageStandard: .c99,
13321324
cxxLanguageStandard: CXXLanguageStandard.gnucxx14

scripts/spm_test_schemes/FirebaseVertexAIIntegration.xcscheme

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)