Skip to content

Remove DailyBuild in live test since it is already deprecated#29515

Merged
vidai-msft merged 1 commit into
mainfrom
vidai/livetest-remove-dailybuild
May 6, 2026
Merged

Remove DailyBuild in live test since it is already deprecated#29515
vidai-msft merged 1 commit into
mainfrom
vidai/livetest-remove-dailybuild

Conversation

@vidai-msft
Copy link
Copy Markdown
Contributor

Description

This pull request removes support for the DailyBuild gallery/source from both the pipeline configuration and the PowerShell script used for installing test modules. Now, only Sign and PSGallery are valid options for the relevant parameters and logic.

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings May 6, 2026 07:50
@azure-client-tools-bot-prd
Copy link
Copy Markdown

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

YanaXu
YanaXu previously approved these changes May 6, 2026
@vidai-msft vidai-msft enabled auto-merge (squash) May 6, 2026 07:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes the deprecated DailyBuild option from the live test pipeline and module installation flow, leaving Sign and PSGallery as the only supported sources for installing AzPreview during live tests.

Changes:

  • Removed DailyBuild from InstallLiveTestAzModules.ps1 parameter validation and repository selection logic.
  • Updated live-test pipeline templates to only download artifacts for Sign and removed the DailyBuild download branch.
  • Changed the live-test pipeline default gallery from DailyBuild to Sign and removed DailyBuild from allowed values.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
tools/TestFx/Live/InstallLiveTestAzModules.ps1 Removes DailyBuild from ValidateSet and switch logic; keeps Sign/PSGallery paths.
.azure-pipelines/util/live-test-steps.yml Removes DailyBuild artifact-download conditional branch; limits artifact download to Sign.
.azure-pipelines/live-test.yml Removes DailyBuild from selectable values and updates the default to Sign.
Comments suppressed due to low confidence (1)

tools/TestFx/Live/InstallLiveTestAzModules.ps1:8

  • $AzPackagesLocation is declared optional, but it is required when -Source Sign because it is passed to Register-PSRepository -SourceLocation. Add validation (e.g., throw a clear error when Source is Sign and AzPackagesLocation is null/empty) to avoid hard-to-diagnose failures when the script is invoked outside the pipeline.
    [Parameter()]
    [string] $AzPackagesLocation
)

Comment thread tools/TestFx/Live/InstallLiveTestAzModules.ps1
Comment thread .azure-pipelines/util/live-test-steps.yml
@vidai-msft vidai-msft force-pushed the vidai/livetest-remove-dailybuild branch from 35088ba to 52ce8f9 Compare May 6, 2026 08:05
@vidai-msft
Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines
Copy link
Copy Markdown
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@vidai-msft vidai-msft merged commit 950c1a4 into main May 6, 2026
25 checks passed
@vidai-msft vidai-msft deleted the vidai/livetest-remove-dailybuild branch May 7, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants