This commit is contained in:
Saad Najmi 2024-04-03 14:34:07 -07:00 коммит произвёл GitHub
Родитель c59606c1f3
Коммит 4c95aae435
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 17 добавлений и 9 удалений

Просмотреть файл

@ -115,7 +115,7 @@ jobs:
vmImage: $(VmImageApple)
variables:
platform: 'ios'
timeoutInMinutes: 60 # how long to run the job before automatically cancelling
timeoutInMinutes: 90 # how long to run the job before automatically cancelling
cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them
steps:
@ -166,7 +166,8 @@ jobs:
workingDirectory: apps/fluent-tester
displayName: 'yarn $(platform)'
- template: templates/e2e-testing-ios.yml
# Disable iOS E2E tests as they fail on macOS-13 images
# - template: templates/e2e-testing-ios.yml
# Windows bundling and end to end testing
- job: WindowsPR

Просмотреть файл

@ -1,11 +1,11 @@
variables:
- name: VmImageApple
value: internal-macos12
value: macos-13
- name: xcode_version
value: 'Xcode 14.2'
value: 'Xcode 15.2'
- name: xcode_path
value: '/Applications/Xcode_14.2.app'
value: '/Applications/Xcode_15.2.app'
- name: ios_version
value: '16.2.0'
value: '17.2.0'
- name: ios_simulator
value: 'iPhone 14'
value: 'iPhone 15 (17.2.0)'

Просмотреть файл

@ -15,8 +15,8 @@ exports.config = {
maxInstances: 1, // Maximum number of total parallel running workers.
platformName: 'iOS',
// Keep this in sync with the simulator we run in Azure Pipelines, defined in `.ado/variables/vars.yml`
'appium:platformVersion': '16.2',
'appium:deviceName': 'iPhone 14',
'appium:platformVersion': '17.2',
'appium:deviceName': 'iPhone 15',
'appium:automationName': 'XCUITest',
'appium:bundleId': 'com.microsoft.ReactTestApp',
},

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "[CI] Update to Xcode 15.2",
"packageName": "@fluentui-react-native/e2e-testing",
"email": "sanajmi@microsoft.com",
"dependentChangeType": "patch"
}