Skip to content

Tags: microsoft/lisa

Tags

20250707.1

Toggle 20250707.1's commit message
Add swap file checking in verify_no_swap_on_osdisk

20250623.1

Toggle 20250623.1's commit message
Improve test case selection prompts

20250609.1

Toggle 20250609.1's commit message
Add test case verify_omi_version

20250603.1

Toggle 20250603.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix regression: restore "identifier" field in Azure gallery image API…

… call (#3834)

* Initial plan for issue

* Fix regression: change "ex" to "identifier" in gallery image API call

Co-authored-by: LiliDeng <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: LiliDeng <[email protected]>

20250520.1

Toggle 20250520.1's commit message
add retry logic for RPM Distro install packages

kselftest redirect TMPDIR if /tmp/ free space < 2GB

20250429.1

Toggle 20250429.1's commit message
use standard pip and add nsg rule

20250421.1

Toggle 20250421.1's commit message
Add dst_vhd_sas_url into the secret list to avoid credential leak

20250407.1

Toggle 20250407.1's commit message
azure: handle PendingCopyOperation error during vhd copy

When multiple LISA runs use the same VHD URL concurrently, Azure may
throw the following error during start_copy_from_url:

ResourceExistsError: There is currently a pending copy operation.

This happens because multiple runs attempt to copy the VHD to the same
destination. Although a lock prevents this within a single LISA run,
it can still occur across multiple runs. To handle this, catch the
exception and gracefully continue with wait_copy_blob.

20250324.2

Toggle 20250324.2's commit message
Change the logic back for public ip address

20250324.1

Toggle 20250324.1's commit message
Install Azure CLI on a Linux release image in a Docker container for …

…Azure authentication.