Merge pull request #1316 from rasaha91/cherry-pick-pool-change

Cherry-pick changes to agent pools from 0.68-stable to main
This commit is contained in:
rasaha91 2022-08-02 11:06:08 -07:00 коммит произвёл GitHub
Родитель bea60b79b6 7ad1816158
Коммит 4a3b4bf8e1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 4 удалений

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

@ -18,7 +18,7 @@ variables:
jobs:
- job: AndroidRNPR
displayName: Android React Native PR
pool: $(PoolUbuntu)
pool: cxe-ubuntu-20-04-large
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:

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

@ -126,7 +126,7 @@ jobs:
- job: RNMacOSInitNpmJSPublish
displayName: react-native-macos-init Publish to npmjs.org
pool: Azure-Pipelines-EO-Ubuntu20.04-Office
pool: cxeiss-ubuntu-20-04-large
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
condition: eq(variables['Build.SourceBranchName'], 'main')
@ -181,7 +181,7 @@ jobs:
- job: RNGithubOfficePublish
displayName: React-Native GitHub Publish to Office
pool: Azure-Pipelines-EO-Ubuntu20.04-Office
pool: cxeiss-ubuntu-20-04-large
timeoutInMinutes: 120 # 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
condition: contains(variables['Build.SourceBranchName'], '-stable')

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

@ -1,5 +1,4 @@
variables:
VmImageApple: internal-macos12
PoolUbuntu: cxe-ubuntu-20-04-small
slice_name: 'Xcode_13.3.1'
xcode_version: '/Applications/Xcode_13.3.1.app'