Skip to content

Commit 11a4beb

Browse files
authored
{CI} Disable ref doc testing (#28147)
* Disable ref doc testing * Update azure-pipelines.yml
1 parent fe8bf4f commit 11a4beb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

azure-pipelines.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,19 +1133,19 @@ jobs:
11331133
KUSTO_TABLE: $(KUSTO_TABLE)
11341134
KUSTO_TENANT_ID: $(KUSTO_TENANT_ID)
11351135
1136-
- job: VerifySphinxDocumentGenerator
1137-
displayName: "Verify Sphinx Document Generator"
1138-
pool:
1139-
name: ${{ variables.ubuntu_pool }}
1140-
steps:
1141-
- task: UsePythonVersion@0
1142-
displayName: 'Use Python 3.10'
1143-
inputs:
1144-
versionSpec: 3.10
1145-
- bash: pip install --upgrade pip wheel
1146-
displayName: "Install pip and wheel"
1147-
- bash: ./scripts/ci/test_ref_doc.sh
1148-
displayName: "Verify Sphinx Document Generator"
1136+
#- job: VerifySphinxDocumentGenerator
1137+
# displayName: "Verify Sphinx Document Generator"
1138+
# pool:
1139+
# name: ${{ variables.ubuntu_pool }}
1140+
# steps:
1141+
# - task: UsePythonVersion@0
1142+
# displayName: 'Use Python 3.10'
1143+
# inputs:
1144+
# versionSpec: 3.10
1145+
# - bash: pip install --upgrade pip wheel
1146+
# displayName: "Install pip and wheel"
1147+
# - bash: ./scripts/ci/test_ref_doc.sh
1148+
# displayName: "Verify Sphinx Document Generator"
11491149

11501150
- job: NotifyCIErrors
11511151
dependsOn:
@@ -1183,7 +1183,7 @@ jobs:
11831183
- PerformanceCheck
11841184
- CheckLinter
11851185
- CodegenCoverage
1186-
- VerifySphinxDocumentGenerator
1186+
# - VerifySphinxDocumentGenerator
11871187
condition: and(failed(), in(variables['Build.Reason'], 'BatchedCI'))
11881188
displayName: Notify CI Errors
11891189
pool:

0 commit comments

Comments
 (0)