Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
# PRLabel: %AI
/sdk/ai/ @luigiw @needuv @paulshealy1 @singankit @dargilco @trrwilson

# PRLabel: %AI Projects
# ServiceLabel: %AI Projects %Service Attention
/sdk/aiprojects @dargilco @trrwilson @trangevi @glharper @nick863 @howieleung @kingernupur @singankit

# ServiceOwners: @luigiw @needuv @singankit
# ServiceLabel: %Evaluation

Expand Down Expand Up @@ -255,15 +259,10 @@
# ServiceLabel: %AI Agents %Service Attention
/sdk/ai/azure-ai-agents/ @dargilco @trrwilson @trangevi @glharper @nick863 @howieleung

# PRLabel: %AI Projects
# ServiceLabel: %AI Projects %Service Attention
/sdk/ai/azure-ai-projects/ @dargilco @trrwilson @trangevi @glharper @nick863 @howieleung @kingernupur

# PRLabel: %Voice Live
# ServiceLabel: %Voice Live %Service Attention
/sdk/ai/azure-ai-voicelive/ @rhurey @xitzhang @amber-yujueWang


# PRLabel: %HDInsight
/sdk/hdinsight/ @idear1203

Expand Down
2 changes: 1 addition & 1 deletion conda/conda-recipes/azure-ai-projects/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test:
- azure.ai.projects

about:
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/ai/azure-ai-projects"
home: "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/aiprojects/azure-ai-projects"
license: MIT
license_family: MIT
license_file:
Expand Down
2 changes: 1 addition & 1 deletion eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ omitted_paths:
- sdk/vision/azure-ai-vision-imageanalysis/tests/*
- sdk/ai/azure-ai-agents/tests/*
- sdk/ai/azure-ai-inference/tests/*
- sdk/ai/azure-ai-projects/tests/*
- sdk/aiprojects/azure-ai-projects/tests/*
- sdk/storage/azure-storage-extensions/*

language: python
Expand Down
4 changes: 0 additions & 4 deletions sdk/ai/azure-ai-projects/tsp-location.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions sdk/ai/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ extends:
MatrixFilters:
- PythonVersion=^(?!pypy3).*
Artifacts:
- name: azure-ai-projects
safeName: azureaiprojects
- name: azure-ai-agents
safeName: azureaiagents
- name: azure-ai-voicelive
Expand Down
46 changes: 46 additions & 0 deletions sdk/aiprojects/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.

trigger:
branches:
include:
- main
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/ai/
- sdk/core/

pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/ai/
- sdk/core/

extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: aiprojects
TestProxy: true
BuildDocs: true
TestTimeoutInMinutes: 60
# The job "Test ubuntu2404_pypy39" in the "python - aiprojects" pipeline hangs and eventually times out.
# Disable it until the issue is understood.
MatrixConfigs:
- Name: communication_ci_matrix
Path: sdk/aiprojects/platform-matrix.json
Selection: sparse
GenerateVMJobs: true
MatrixFilters:
- PythonVersion=^(?!pypy3).*
Artifacts:
- name: azure-ai-projects
safeName: azureaiprojects
6 changes: 6 additions & 0 deletions sdk/aiprojects/platform-matrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"matrix": {
"$IMPORT": "eng/pipelines/templates/stages/platform-matrix.json",
"InstallPortAudio": [ "1" ]
}
}
8 changes: 8 additions & 0 deletions sdk/aiprojects/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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
parameters:
ServiceDirectory: aiprojects

Loading