diff --git a/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml index 1d3b4f0afdec0..4fcfe0d6c703d 100644 --- a/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-react-native-ci-pipeline.yml @@ -47,7 +47,7 @@ resources: ref: 5eda9aded5462201e6310105728d33016e637ea7 variables: - ComponentDetection.Timeout: 660 + skipComponentGovernanceDetection: true ${{ if eq(parameters.NpmPublish, 'nightly (@dev)') }}: NpmPackagingMode: 'dev' ${{ if eq(parameters.NpmPublish, 'release candidate (@rc)') }}: diff --git a/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml b/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml index b2f13320b5413..2920a8a337f12 100644 --- a/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml @@ -52,7 +52,6 @@ stages: variables: runCodesignValidationInjection: false - ComponentDetection.Timeout: 660 TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)] ORT_CACHE_DIR: '$(Pipeline.Workspace)/ccache_ort' @@ -120,7 +119,7 @@ stages: vmImage: 'macOS-12' variables: runCodesignValidationInjection: false - timeoutInMinutes: 60 + timeoutInMinutes: 90 steps: - task: mspremier.PostBuildCleanup.PostBuildCleanup-task.PostBuildCleanup@3 displayName: Clean Agent Directories @@ -399,10 +398,6 @@ stages: targetFolder: $(Build.ArtifactStagingDirectory) displayName: Create Artifacts onnxruntime-react-native - - template: component-governance-component-detection-steps.yml - parameters : - condition : 'succeeded' - - task: PublishPipelineArtifact@1 inputs: artifact: e2e_test_logs_$(Build.BuildId)_$(Build.BuildNumber)_$(System.JobAttempt)