Skip to content

Commit

Permalink
Update Arrow to v5 in RC2 (#21557)
Browse files Browse the repository at this point in the history
Arrow has been upgraded to V5 in main, doing the same to everywhere that
needs updating in our code base
  • Loading branch information
RishhiB authored Jun 21, 2024
1 parent dc4ad45 commit 697fd37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions tools/pipelines/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ stages:
inputs:
ArtifactType: M365

- task: AssetRetention@4
- task: AssetRetention@5
displayName: Guardian Asset Retention
condition: and(succeeded(), eq(variables.shouldRetainGuardianAssets, true))
inputs:
ArrowARMServiceConnection: 'ff-internal-arrow-arm-sc'
ArrowServiceConnection: 'ff-internal-arrow-sc'
AssetGroupName: 'fluidframework_$(System.TeamProject)_$(Build.DefinitionName)'
AssetNumber: '$(Build.BuildId)'
IsShipped: false # based on value of arrow.releasedtoproduction variable
Expand Down
4 changes: 2 additions & 2 deletions tools/pipelines/repo-policy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ extends:
# This is the service connection for the Arrow Service Connection in FluidFramework Azure DevOps organization
# Currently we want to use different names for internal and public builds for Arrow Service Connection
${{ if eq(variables['System.TeamProject'], 'internal') }}:
armServiceConnection: ff-internal-arrow-arm-sc
serviceConnection: ff-internal-arrow-sc
${{ else }}:
armServiceConnection: ff-public-arrow-arm-sc
serviceConnection: ff-public-arrow-sc
sourceAnalysisPool:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-2022
Expand Down
4 changes: 2 additions & 2 deletions tools/pipelines/templates/1ES/build-docker-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ extends:
# This is the service connection for the Arrow Service Connection in FluidFramework Azure DevOps organization
# Currently we want to use different names for internal and public builds for Arrow Service Connection
${{ if eq(variables['System.TeamProject'], 'internal') }}:
armServiceConnection: ff-internal-arrow-arm-sc
serviceConnection: ff-internal-arrow-sc
${{ else }}:
armServiceConnection: ff-public-arrow-arm-sc
serviceConnection: ff-public-arrow-sc
sourceAnalysisPool:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-2022
Expand Down
4 changes: 2 additions & 2 deletions tools/pipelines/templates/1ES/build-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ extends:
# This is the service connection for the Arrow Service Connection in FluidFramework Azure DevOps organization
# Currently we want to use different names for internal and public builds for Arrow Service Connection
${{ if eq(variables['System.TeamProject'], 'internal') }}:
armServiceConnection: ff-internal-arrow-arm-sc
serviceConnection: ff-internal-arrow-sc
${{ else }}:
armServiceConnection: ff-public-arrow-arm-sc
serviceConnection: ff-public-arrow-sc
sourceAnalysisPool:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-2022
Expand Down

0 comments on commit 697fd37

Please sign in to comment.