Fix: Move tests to GitHub Actions (replace docker-compose-plugin)#108
Merged
Fix: Move tests to GitHub Actions (replace docker-compose-plugin)#108
Conversation
Agent-Logs-Url: https://github.com/microsoft/vscode-azurecli/sessions/338f27a7-234b-4c22-b559-be15eb053c80 Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
rzhao271
March 31, 2026 21:17
View session
|
@copilot Try moving the Azure tests to an existing or new GitHub action instead. |
Agent-Logs-Url: https://github.com/microsoft/vscode-azurecli/sessions/ef517cf8-f1ba-4bed-bdee-7691c91db4f5 Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Contributor
Author
Done in 3d5d760. Created |
Copilot
AI
changed the title
Fix: Replace docker-compose-plugin with docker-compose-v2
Fix: Move tests to GitHub Actions (replace docker-compose-plugin)
Mar 31, 2026
rzhao271
approved these changes
Mar 31, 2026
|
@copilot GitHub CI fails. Fix the Dockerfile. |
… debian:bookworm Agent-Logs-Url: https://github.com/microsoft/vscode-azurecli/sessions/fe112743-8534-4379-9b87-0029c09a9e5e Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Contributor
Author
Fixed in 8e4fad1. Two changes to
|
rzhao271
approved these changes
Mar 31, 2026
Yoyokrazy
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
azure-pipelines.yml(install docker-compose + run tests).github/workflows/ci.ymlwith tests running on GitHub Actions (ubuntu-latest has docker compose v2 pre-installed)Dockerfile: pin base image todebian:bookworm(Debian 12) to avoid breakage fromdebian:latestnow resolving to Debian 13 (trixie)Dockerfile: replace deprecatedapt-key add(removed in Debian 13) withgpg --dearmor+signed-by=in sources list