Skip to content

Commit

Permalink
Disable ref doc testing (Azure#7160)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 authored and ddouglas-msft committed Jan 10, 2024
1 parent 916ced1 commit 288d47a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,23 +167,23 @@ jobs:
ADO_PULL_REQUEST_LATEST_COMMIT: HEAD
ADO_PULL_REQUEST_TARGET_BRANCH: $(System.PullRequest.TargetBranch)
- job: IndexRefDocVerify
displayName: "Verify Ref Docs"
continueOnError: true
pool:
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.11'
inputs:
versionSpec: 3.11
- bash: pip install wheel==0.30.0
displayName: 'Install wheel==0.30.0'
- task: Bash@3
displayName: "Verify Extension Ref Docs"
inputs:
targetType: 'filePath'
filePath: scripts/ci/test_index_ref_doc.sh
#- job: IndexRefDocVerify
# displayName: "Verify Ref Docs"
# continueOnError: true
# pool:
# name: 'pool-ubuntu-2004'
# steps:
# - task: UsePythonVersion@0
# displayName: 'Use Python 3.11'
# inputs:
# versionSpec: 3.11
# - bash: pip install wheel==0.30.0
# displayName: 'Install wheel==0.30.0'
# - task: Bash@3
# displayName: "Verify Extension Ref Docs"
# inputs:
# targetType: 'filePath'
# filePath: scripts/ci/test_index_ref_doc.sh

- job: CheckInit
displayName: "Check Init Files"
Expand Down

0 comments on commit 288d47a

Please sign in to comment.