Skip to content
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

Release v6.30.2 #1703

Merged
merged 42 commits into from
Nov 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
dd02219
Test fixture workspace using Bugsnag xcframework
twometresteve Jun 28, 2024
32050a4
XcFramework IPA building on command line
twometresteve Jun 28, 2024
b6a2be5
Build and run XcFramework e2e tests
twometresteve Jun 28, 2024
1b1b3f9
Artifact fixes
twometresteve Jun 28, 2024
499f850
Do not use absolute path
twometresteve Jun 29, 2024
db95c4e
Correct filename
twometresteve Jun 29, 2024
ac339ce
No fail fast
twometresteve Jun 29, 2024
3d9a89d
Should build in Release mode
twometresteve Jul 12, 2024
b356207
Remove lock file
twometresteve Jul 12, 2024
e468ff0
Allow for app built with XcFramework notifier
twometresteve Jul 12, 2024
1b70ecf
Test
twometresteve Jul 12, 2024
e03e4c9
Test again dev maze
twometresteve Jul 25, 2024
f3d8581
Removed - unnecessary
twometresteve Jul 25, 2024
f46a601
Missing ?
twometresteve Jul 25, 2024
82e47dc
Merge branch 'next' into tms/framework-fixture-2
twometresteve Jul 26, 2024
8d3f16d
Run the release tests
twometresteve Jul 26, 2024
2954620
Use regex step
twometresteve Jul 26, 2024
e484110
Just run the barebone tests on a full build for the xcframework fixture
twometresteve Jul 29, 2024
cc302b0
Revert MR changes
twometresteve Jul 29, 2024
0a87123
Don't follow symlinks
twometresteve Jul 30, 2024
ab3135f
Move usage check away from scope of XcFramework tests
twometresteve Jul 30, 2024
0827bcd
Merge pull request #1684 from bugsnag/tms/framework-fixture-2
twometresteve Aug 1, 2024
1057abd
Re-enable app-hang tests
Cawllec Jul 26, 2024
8eb70fb
Disable failing app-hang iOS 13 tests
Cawllec Aug 5, 2024
e41db63
Add other downstream repos for automatic updates (#1673)
Cawllec Aug 6, 2024
2328a0f
Merge pull request #1686 from bugsnag/tests/app-hangs
twometresteve Aug 6, 2024
7b328ed
Remove call to os_proc_available_memory() on Mac Catalyst due to miss…
kstenerud Aug 15, 2024
9d5dcb2
Merge pull request #1689 from bugsnag/PLAT-12580-disable-os_proc_avai…
kstenerud Aug 15, 2024
d344ad8
Use direct project references instead of cocoapods for the macos fixture
kstenerud Sep 5, 2024
cb614d0
Merge pull request #1693 from bugsnag/PLAT-12646-remove-fixture-podfile
kstenerud Sep 10, 2024
f2fe73b
Replace FixtureConfig with an Objective-C version so that it will be …
kstenerud Sep 26, 2024
cb78ff7
Merge pull request #1695 from bugsnag/karl/objc-fixture-config
kstenerud Sep 27, 2024
76cb8ae
Add macos fixture that uses the Bugsnag xcframeworks
kstenerud Sep 27, 2024
d6ce405
Add Buildkite analytics collectors to pipeline (#1697)
Cawllec Sep 30, 2024
324975f
Merge pull request #1696 from bugsnag/PLAT-12534-macos-xcframework-fi…
kstenerud Oct 2, 2024
0e9af66
Repo security upgrades (#1699)
robert-smartbear Oct 23, 2024
8c47224
add ios 18
joshedney Oct 28, 2024
910ef05
add ios 18
joshedney Oct 28, 2024
9268499
add ios 18 full
joshedney Oct 28, 2024
72cfce0
[full ci]
joshedney Oct 28, 2024
09b3a24
Merge pull request #1701 from bugsnag/je/plat-12959-ios-18
joshedney Oct 29, 2024
ef7165b
Release v6.30.2
Nov 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Artifact fixes
  • Loading branch information
twometresteve committed Jul 12, 2024
commit 1b1b3f9c59f7495d1dbc349669cd75b9ff5f6214
20 changes: 10 additions & 10 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ steps:
#

- label: Static framework and Swift Package Manager builds
key: framework_build
timeout_in_minutes: 10
agents:
queue: macos-14
Expand All @@ -17,10 +18,10 @@ steps:
- make build_xcframework
- make build_swift
- make build_ios_static
- zip -r Bugsnag.xcframework.zip build/xcframeworks/products/Bugsnag.xcframework
plugins:
- artifacts#v1.9.3:
upload: "build/xcframeworks/products/Bugsnag.xcframework"
compressed: xcframework.zip
upload: "Bugsnag.xcframework.zip"

- label: Build test fixtures
key: cocoa_fixture
Expand Down Expand Up @@ -48,26 +49,25 @@ steps:

- label: Build XcFramework test fixtures
key: xcframework_cocoa_fixture
depends_on: framework_build
timeout_in_minutes: 30
agents:
queue: macos-14
env:
XCODE_VERSION: 15.3.0
artifact_paths:
- features/fixtures/ios/output/iOSTestAppXcFramework.ipa
# - features/fixtures/macos/output/macOSTestApp.zip
- features/fixtures/ios/output/xcframework_ipa_url_bb.txt
plugins:
- artifacts#v1.9.3:
download: "build/xcframeworks/products/Bugsnag.xcframework"
compressed: xcframework.zip
download: "Bugsnag.xcframework.zip"
upload:
- features/fixtures/ios/output/iOSTestAppXcFramework.ipa
# - features/fixtures/macos/output/macOSTestApp.zip
- features/fixtures/ios/output/xcframework_ipa_url_bb.txt
commands:
- unzip Bugsnag.xcframework.zip
- bundle install
- make xcframework-test-fixtures
- bundle exec upload-app --farm=bb --app=./features/fixtures/ios/output/iOSTestAppXcFramework.ipa --app-id-file=./features/fixtures/ios/output/xcframeworkipa_url_bb.txt



- label: ':bitbar: iOS 16 XcFramework E2E tests batch 1'
depends_on:
- xcframework_cocoa_fixture
Expand Down