Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable job Test ubuntu2004_pypy39 #38559

Merged
merged 14 commits into from
Nov 15, 2024
8 changes: 6 additions & 2 deletions sdk/ai/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
trigger: none

# NOTE: Service live tests are NOT enabled. This file only enables the analyze stage currently.
extends:
template: /eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
ServiceDirectory: ai
# Temporarily disable test job with pypy3.9 to unblock the first beta
# release of azure-ai-projects. Otherwise, the job "Test ubuntu2004_pypy39" in the "python - ai"
# pipeline hangs and eventually times out.
MatrixFilters:
- PythonVersion=^(?!pypy3).*