From da445c2f4a008c3b6a1096c07b2179ea1949126e Mon Sep 17 00:00:00 2001 From: Radhika Jandhyala Date: Thu, 11 Jan 2024 12:57:07 -0800 Subject: [PATCH] Reduce Python test coverage Update azure-sdk-tests.Jenkinsfile Update Makefile Update Makefile --- .jenkins/pipelines/nightly.Jenkinsfile | 2 +- .../pipelines/standalone/azure-sdk-tests.Jenkinsfile | 3 +-- solutions/Makefile | 12 ++++++------ 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.jenkins/pipelines/nightly.Jenkinsfile b/.jenkins/pipelines/nightly.Jenkinsfile index 600ef3dfd..f133c9a41 100644 --- a/.jenkins/pipelines/nightly.Jenkinsfile +++ b/.jenkins/pipelines/nightly.Jenkinsfile @@ -86,7 +86,7 @@ pipeline { axis { name 'TEST_PIPELINE' // Append to the list below to add a new test - values 'Unit', 'Solutions', 'DotNet', 'DotNet-P1', 'Azure-SDK', 'PyTorch', 'OpenMP-Testsuite' + values 'Unit', 'Solutions', 'DotNet', 'DotNet-P1', 'Azure-SDK' } axis { name 'VM_GENERATION' diff --git a/.jenkins/pipelines/standalone/azure-sdk-tests.Jenkinsfile b/.jenkins/pipelines/standalone/azure-sdk-tests.Jenkinsfile index 11ab69853..76d9c75f1 100644 --- a/.jenkins/pipelines/standalone/azure-sdk-tests.Jenkinsfile +++ b/.jenkins/pipelines/standalone/azure-sdk-tests.Jenkinsfile @@ -156,8 +156,7 @@ pipeline { sh """ ${JENKINS_SCRIPTS}/global/run-azure-tests.sh \ ${WORKSPACE}/tests/azure-sdk-for-cpp \ - ${WORKSPACE}/solutions/dotnet_azure_sdk \ - ${WORKSPACE}/solutions/python_azure_sdk + ${WORKSPACE}/solutions/dotnet_azure_sdk """ } } diff --git a/solutions/Makefile b/solutions/Makefile index 03b3a1e7e..1f8d550e4 100644 --- a/solutions/Makefile +++ b/solutions/Makefile @@ -8,7 +8,7 @@ ifdef DB_SERVER_NAME ifdef DB_NAME ifdef MAA_URL DIRS += sql_ae -DIRS += python_app +# DIRS += python_app endif endif endif @@ -18,19 +18,19 @@ DIRS += msgpack_c DIRS += dotnet DIRS += aspnet_core -DIRS += numpy_core_tests +# DIRS += numpy_core_tests DIRS += cpython-tests DIRS += memcached -DIRS += python_flask_tests -DIRS += python_web_frameworks -DIRS += python_webserver +# DIRS += python_flask_tests +# DIRS += python_web_frameworks +# DIRS += python_webserver ifndef MYST_SKIP_PR_TEST # Do not run in PR pipeline as it takes ~15min DIRS += tensorflow_lite # DIRS += pandas_tests endif -DIRS += nodejs +# DIRS += nodejs DIRS += redis .PHONY: $(DIRS)