Skip to content

Commit

Permalink
Merge pull request #1316 from rasaha91/cherry-pick-pool-change
Browse files Browse the repository at this point in the history
Cherry-pick changes to agent pools from 0.68-stable to main
  • Loading branch information
rasaha91 committed Aug 2, 2022
2 parents bea60b7 + 7ad1816 commit 4a3b4bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ado/android-pr.yml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .ado/publish.yml
Expand Up @@ -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')
Expand Down Expand Up @@ -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')
Expand Down
1 change: 0 additions & 1 deletion .ado/variables/vars.yml
@@ -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'

0 comments on commit 4a3b4bf

Please sign in to comment.