Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 0 additions & 8 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ jobs:
image: $(LINUXVMIMAGE)
os: linux

variables:
# default to true just in this job until #42714 can be completed
InstallPortAudio: true

steps:
- template: /eng/pipelines/templates/steps/download-package-artifacts.yml

Expand Down Expand Up @@ -209,10 +205,6 @@ jobs:
dependsOn:
- 'Build_Extended'

variables:
# default to true just in this job until #42714 can be completed
InstallPortAudio: true

pool:
name: $(LINUXPOOL)
image: $(LINUXVMIMAGE)
Expand Down
11 changes: 0 additions & 11 deletions eng/pipelines/templates/steps/install-portaudio.yml

This file was deleted.

2 changes: 0 additions & 2 deletions eng/pipelines/templates/steps/use-venv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@ steps:
-RepoRoot "$(Build.SourcesDirectory)"
displayName: Use ${{ parameters.VirtualEnvironmentName }} Virtual Environment
condition: ${{ parameters.Condition }}

- template: install-portaudio.yml
10 changes: 10 additions & 0 deletions sdk/ai/azure-ai-voicelive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.2.0b4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.2.0b3 (2026-02-02)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/azure-ai-voicelive/azure/ai/voicelive/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.2.0b3"
VERSION = "1.2.0b4"
7 changes: 0 additions & 7 deletions sdk/ai/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ extends:
TestTimeoutInMinutes: 60
# The job "Test ubuntu2404_pypy39" in the "python - ai" pipeline hangs and eventually times out.
# Disable it until the issue is understood.
MatrixConfigs:
- Name: communication_ci_matrix
Path: sdk/ai/platform-matrix.json
Selection: sparse
GenerateVMJobs: true
MatrixFilters:
- PythonVersion=^(?!pypy3).*
Artifacts:
- name: azure-ai-projects
safeName: azureaiprojects
Expand Down
6 changes: 0 additions & 6 deletions sdk/ai/platform-matrix.json

This file was deleted.