Skip to content

Commit

Permalink
Merge pull request #1570 from bugsnag/release-v6.27.1
Browse files Browse the repository at this point in the history
Release v6.27.1
  • Loading branch information
robert-smartbear authored Jul 24, 2023
2 parents 7410780 + 2374439 commit 325d191
Show file tree
Hide file tree
Showing 65 changed files with 867 additions and 286 deletions.
5 changes: 2 additions & 3 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ steps:
- "--app=@build/ipa_url.txt"
- "--farm=bs"
- "--device=IOS_11_0_IPHONE_8_PLUS"
- "--appium-version=1.8.0"
- "--appium-version=1.16.0"
- "--fail-fast"
- "--exclude=features/[e-z].*.feature$"
- "--order=random"
Expand Down Expand Up @@ -297,7 +297,7 @@ steps:
- "--app=@build/ipa_url.txt"
- "--farm=bs"
- "--device=IOS_11_0_IPHONE_8_PLUS"
- "--appium-version=1.8.0"
- "--appium-version=1.16.0"
- "--fail-fast"
- "--exclude=features/[a-d].*.feature$"
- "--order=random"
Expand Down Expand Up @@ -339,7 +339,6 @@ steps:
- "macOSTestApp.log"
- "maze_output/failed/**/*"
commands:
- bundle config set --local path 'vendor/bundle'
- bundle install
- bundle exec maze-runner
--os=macos
Expand Down
99 changes: 51 additions & 48 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ steps:
- "macOSTestApp.log"
- "maze_output/failed/**/*"
commands:
- bundle config set --local path 'vendor/bundle'
- bundle install
- bundle exec maze-runner
features/barebone_tests.feature
Expand Down Expand Up @@ -286,7 +285,7 @@ steps:
#
# BitBar
#
- label: ':BitBar: iOS 15 barebone tests'
- label: ':bitbar: iOS 16 E2E tests batch 1'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
Expand All @@ -303,11 +302,12 @@ steps:
command:
- "--app=/app/build/iOSTestApp.ipa"
- "--farm=bb"
- "--device=IOS_15"
- "--device=IOS_16"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "features/barebone_tests.feature"
- "--exclude=features/[e-z].*.feature$"
- "--order=random"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_method: eager
Expand All @@ -316,7 +316,7 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':bitbar: iOS 14 barebone tests'
- label: ':bitbar: iOS 16 E2E tests batch 2'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
Expand All @@ -333,11 +333,12 @@ steps:
command:
- "--app=/app/build/iOSTestApp.ipa"
- "--farm=bb"
- "--device=IOS_14"
- "--device=IOS_16"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "features/barebone_tests.feature"
- "--exclude=features/[a-d].*.feature$"
- "--order=random"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_method: eager
Expand All @@ -346,7 +347,7 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':bitbar: iOS 13 barebone tests'
- label: ':bitbar: iOS 15 barebone tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
Expand All @@ -363,7 +364,7 @@ steps:
command:
- "--app=/app/build/iOSTestApp.ipa"
- "--farm=bb"
- "--device=IOS_13"
- "--device=IOS_15"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
Expand All @@ -376,7 +377,7 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':bitbar: iOS 12 barebone tests'
- label: ':bitbar: iOS 14 barebone tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
Expand All @@ -393,7 +394,7 @@ steps:
command:
- "--app=/app/build/iOSTestApp.ipa"
- "--farm=bb"
- "--device=IOS_12"
- "--device=IOS_14"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
Expand All @@ -406,67 +407,69 @@ steps:
- exit_status: -1 # Agent was lost
limit: 2

#
# BrowserStack
#
- label: ':browserstack: iOS 16 E2E tests batch 1'
- label: ':bitbar: iOS 13 barebone tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url.txt"
artifacts#v1.9.0:
download: "features/fixtures/ios/output/iOSTestApp.ipa"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
docker-compose#v4.7.0:
pull: cocoa-maze-runner-bitbar
run: cocoa-maze-runner-bitbar
service-ports: true
command:
- "--app=@build/ipa_url.txt"
- "--farm=bs"
- "--device=IOS_16"
- "--appium-version=1.21.0"
- "--app=/app/build/iOSTestApp.ipa"
- "--farm=bb"
- "--device=IOS_13"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "--exclude=features/[e-z].*.feature$"
- "--order=random"
concurrency: 5
concurrency_group: browserstack-app
- "features/barebone_tests.feature"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

- label: ':browserstack: iOS 16 E2E tests batch 2'
- label: ':bitbar: iOS 12 barebone tests'
depends_on:
- cocoa_fixture
timeout_in_minutes: 60
agents:
queue: opensource
plugins:
artifacts#v1.5.0:
download: "features/fixtures/ios/output/ipa_url.txt"
artifacts#v1.9.0:
download: "features/fixtures/ios/output/iOSTestApp.ipa"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner
run: cocoa-maze-runner
docker-compose#v4.7.0:
pull: cocoa-maze-runner-bitbar
run: cocoa-maze-runner-bitbar
service-ports: true
command:
- "--app=@build/ipa_url.txt"
- "--farm=bs"
- "--device=IOS_16"
- "--appium-version=1.21.0"
- "--app=/app/build/iOSTestApp.ipa"
- "--farm=bb"
- "--device=IOS_12"
- "--no-tunnel"
- "--aws-public-ip"
- "--fail-fast"
- "--exclude=features/[a-d].*.feature$"
- "--order=random"
concurrency: 5
concurrency_group: browserstack-app
- "features/barebone_tests.feature"
concurrency: 25
concurrency_group: 'bitbar-app'
concurrency_method: eager
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2

#
# BrowserStack
#
- label: ':browserstack: iOS 11 barebone tests'
depends_on:
- cocoa_fixture
Expand All @@ -478,13 +481,13 @@ steps:
download: "features/fixtures/ios/output/ipa_url.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner-legacy
run: cocoa-maze-runner-legacy
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
- "--app=@build/ipa_url.txt"
- "--farm=bs"
- "--device=IOS_11_0_IPHONE_8_PLUS"
- "--appium-version=1.8.0"
- "--appium-version=1.16.0"
- "features/barebone_tests.feature"
concurrency: 5
concurrency_group: browserstack-app
Expand All @@ -505,13 +508,13 @@ steps:
download: "features/fixtures/ios/output/ipa_url.txt"
upload: "maze_output/failed/**/*"
docker-compose#v3.7.0:
pull: cocoa-maze-runner-legacy
run: cocoa-maze-runner-legacy
pull: cocoa-maze-runner
run: cocoa-maze-runner
command:
- "--app=@build/ipa_url.txt"
- "--farm=bs"
- "--device=IOS_10"
- "--appium-version=1.8.0"
- "--appium-version=1.15.0"
- "--fail-fast"
- "features/barebone_tests.feature"
concurrency: 5
Expand Down
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ author_url: "https://www.bugsnag.com"
author: "Bugsnag Inc"
clean: false # avoid deleting docs/.git
framework_root: "Bugsnag"
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.27.0/Bugsnag"
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.27.1/Bugsnag"
github_url: "https://github.com/bugsnag/bugsnag-cocoa"
hide_documentation_coverage: true
module: "Bugsnag"
module_version: "6.27.0"
module_version: "6.27.1"
objc: true
output: "docs"
readme: "README.md"
Expand Down
4 changes: 2 additions & 2 deletions Bugsnag.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bugsnag",
"version": "6.27.0",
"version": "6.27.1",
"summary": "The Bugsnag crash reporting framework for Apple platforms.",
"homepage": "https://bugsnag.com",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v6.27.0"
"tag": "v6.27.1"
},
"ios": {
"frameworks": [
Expand Down
Loading

0 comments on commit 325d191

Please sign in to comment.