From 11a4bebea8a9755c17af4cf5f57be7a8e3121918 Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Mon, 8 Jan 2024 16:49:48 +0800 Subject: [PATCH] {CI} Disable ref doc testing (#28147) * Disable ref doc testing * Update azure-pipelines.yml --- azure-pipelines.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 54adff8d396..0b15c6478fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: @@ -1183,7 +1183,7 @@ jobs: - PerformanceCheck - CheckLinter - CodegenCoverage - - VerifySphinxDocumentGenerator +# - VerifySphinxDocumentGenerator condition: and(failed(), in(variables['Build.Reason'], 'BatchedCI')) displayName: Notify CI Errors pool: