Skip to content

Commit

Permalink
More timeouts set
Browse files Browse the repository at this point in the history
[full ci]
  • Loading branch information
Steve Kirkland committed Dec 1, 2024
1 parent f622ef6 commit 5dd146b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
steps:
- label: "XCFramework"
key: xcframework
timeout_in_minutes: 20
timeout_in_minutes: 10
commands:
- make build_xcframework
env:
Expand All @@ -22,20 +22,23 @@ steps:
- "BugsnagPerformanceSwift.xcframework.zip"

- label: "Carthage"
timeout_in_minutes: 10
commands:
- bundle install
- ./features/fixtures/carthage/build.sh
env:
XCODE_VERSION: "15.4.0"

- label: "CocoaPods"
timeout_in_minutes: 10
commands:
- bundle install
- pod lib lint BugsnagPerformance.podspec.json
env:
XCODE_VERSION: "15.4.0"

- label: "Example"
timeout_in_minutes: 10
commands:
- bundle install
- ./Example/build.sh
Expand All @@ -44,6 +47,7 @@ steps:

- label: "Fixture"
key: ios_fixture
timeout_in_minutes: 10
commands:
- ./features/fixtures/ios/build.sh
- bundle install
Expand All @@ -58,6 +62,7 @@ steps:
- label: "XcFramework Fixture"
key: ios_xcframework_fixture
depends_on: xcframework
timeout_in_minutes: 10
commands:
- ./features/fixtures/ios/build_xcframework.sh
- bundle install
Expand All @@ -76,6 +81,7 @@ steps:

- label: "Fixture swizzling disabled"
key: ios_fixture_swizzling_disabled
timeout_in_minutes: 10
commands:
- ./features/fixtures/ios/build.sh --disableSwizzling --fixtureName FixtureWithDisableSwizzling
- bundle install
Expand All @@ -89,6 +95,7 @@ steps:

- label: "Fixture swizzling premain"
key: ios_fixture_swizzling_premain
timeout_in_minutes: 10
commands:
- ./features/fixtures/ios/build.sh --swizzlingPremain --fixtureName FixtureWithSwizzlingPremain
- bundle install
Expand Down Expand Up @@ -393,4 +400,5 @@ steps:
- label: 'Conditionally trigger full set of tests'
agents:
queue: macos
timeout_in_minutes: 2
command: sh -c .buildkite/pipeline_trigger.sh

0 comments on commit 5dd146b

Please sign in to comment.