-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: crashlytics and storage cron jobs #15536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 15 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d381418
fix: cron job migration to SPM QS
ncooke3 5e78c38
Update .github/workflows/abtesting.yml
ncooke3 686217a
Update .github/workflows/installations.yml
ncooke3 fa74c0c
Update .github/workflows/performance.yml
ncooke3 e9aad7d
Update .github/workflows/storage.yml
ncooke3 0874778
Update .github/workflows/crashlytics.yml
ncooke3 71fa906
comment out
ncooke3 fd3db2d
Apply suggestion from @ncooke3
ncooke3 78533b1
syntax fixes
ncooke3 ff3cdc8
disable more
ncooke3 18b4ecc
debug workflows
ncooke3 54d818c
install xcpretty
ncooke3 eede435
work
ncooke3 f4d7481
fix installations
ncooke3 cb811a3
fix: abtesting cron
ncooke3 8db776c
Apply suggestion from @ncooke3
ncooke3 ac580e2
checkout main of files moved
ncooke3 a08c448
Apply suggestion from @ncooke3
ncooke3 518a334
Apply suggestion from @ncooke3
ncooke3 6aa7fad
install xcpretty
ncooke3 221164a
fix: performance cron (#15537)
ncooke3 d14eea3
[Performance] Fix build warning (#15538)
paulb777 75284d2
fix: fail scheduled builds if pinned run is set (#15543)
ncooke3 5d83cca
fix: abtesting cron (#15542)
ncooke3 cfe1706
fix: installations cron (#15541)
ncooke3 6dcfaf3
refactor: add .github/workflows/common_quickstart_framework.yml (#15540)
ncooke3 313ed5e
[Infra] Build with Xcode 26.1 (#15544)
paulb777 795e388
revertable: performance
ncooke3 6123787
revert?
ncooke3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,24 +62,25 @@ jobs: | |
| quickstart-ftl-cron-only: | ||
| # Don't run on private repo. | ||
| if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule' | ||
ncooke3 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| runs-on: macos-15 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1 | ||
| - name: Setup Bundler | ||
| run: scripts/setup_bundler.sh | ||
| - name: Install xcpretty | ||
| run: gem install xcpretty | ||
| - uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: '3.11' | ||
| - name: Xcode | ||
| run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer | ||
| - name: Setup quickstart | ||
| run: scripts/setup_quickstart.sh installations | ||
| run: scripts/setup_quickstart_spm.sh installations | ||
| - name: Copy mock plist | ||
| run: cp quickstart-ios/mock-GoogleService-Info.plist quickstart-ios/installations/GoogleService-Info.plist | ||
| - name: Build objc quickstart | ||
| - name: Build quickstart | ||
| run: scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Installations | ||
| - name: Build swift quickstart | ||
| run: scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Installations swift | ||
| - id: ftl_test | ||
| uses: FirebaseExtended/github-actions/[email protected] | ||
| with: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.