Skip to content

Commit

Permalink
{CI} Disable ref doc testing (#28147)
Browse files Browse the repository at this point in the history
* Disable ref doc testing

* Update azure-pipelines.yml
  • Loading branch information
wangzelin007 committed Jan 8, 2024
1 parent fe8bf4f commit 11a4beb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,19 +1133,19 @@ jobs:
KUSTO_TABLE: $(KUSTO_TABLE)
KUSTO_TENANT_ID: $(KUSTO_TENANT_ID)
- job: VerifySphinxDocumentGenerator
displayName: "Verify Sphinx Document Generator"
pool:
name: ${{ variables.ubuntu_pool }}
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.10'
inputs:
versionSpec: 3.10
- bash: pip install --upgrade pip wheel
displayName: "Install pip and wheel"
- bash: ./scripts/ci/test_ref_doc.sh
displayName: "Verify Sphinx Document Generator"
#- job: VerifySphinxDocumentGenerator
# displayName: "Verify Sphinx Document Generator"
# pool:
# name: ${{ variables.ubuntu_pool }}
# steps:
# - task: UsePythonVersion@0
# displayName: 'Use Python 3.10'
# inputs:
# versionSpec: 3.10
# - bash: pip install --upgrade pip wheel
# displayName: "Install pip and wheel"
# - bash: ./scripts/ci/test_ref_doc.sh
# displayName: "Verify Sphinx Document Generator"

- job: NotifyCIErrors
dependsOn:
Expand Down Expand Up @@ -1183,7 +1183,7 @@ jobs:
- PerformanceCheck
- CheckLinter
- CodegenCoverage
- VerifySphinxDocumentGenerator
# - VerifySphinxDocumentGenerator
condition: and(failed(), in(variables['Build.Reason'], 'BatchedCI'))
displayName: Notify CI Errors
pool:
Expand Down

0 comments on commit 11a4beb

Please sign in to comment.