Skip to content

Commit

Permalink
Reduce Python test coverage
Browse files Browse the repository at this point in the history
Update azure-sdk-tests.Jenkinsfile

Update Makefile

Update Makefile
  • Loading branch information
radhikaj committed Jan 13, 2024
1 parent eae1a0a commit da445c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .jenkins/pipelines/nightly.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 1 addition & 2 deletions .jenkins/pipelines/standalone/azure-sdk-tests.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
}
}
Expand Down
12 changes: 6 additions & 6 deletions solutions/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit da445c2

Please sign in to comment.