Skip to content

Commit

Permalink
Update build parameters and machine for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kstenerud committed Dec 5, 2023
1 parent 57eb721 commit bd3e776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,20 @@ steps:
steps:
- label: "iOS 17 Unit Tests"
commands:
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=17.0.1 DEVICE="iPhone 13"
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=17.0.1 DEVICE="iPhone 14"
plugins:
artifacts#v1.5.0:
upload:
- "logs/*"
- label: "iOS 13 Unit Tests"
commands:
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=13.0
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=13.7
plugins:
artifacts#v1.5.0:
upload:
- "logs/*"
agents:
queue: macos-11
queue: macos-12-arm

- group: ":iphone: E2E Tests"
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else
else
ifeq ($(PLATFORM),iOS)
SDK?=iphonesimulator
DEVICE?=iPhone 8
DEVICE?=iPhone 11
DESTINATION?=platform=iOS Simulator,name=$(DEVICE),OS=$(OS)
RELEASE_DIR=Release-iphoneos
else
Expand Down

0 comments on commit bd3e776

Please sign in to comment.