Fix network isolation: remove package installation steps from 1ES runner workflows#668
Draft
Fix network isolation: remove package installation steps from 1ES runner workflows#668
Conversation
…ner workflows Agent-Logs-Url: https://github.com/microsoft/azure-linux-image-tools/sessions/35c94823-9252-4094-9b23-5f484d51ea15 Co-authored-by: liulanze <86434077+liulanze@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix network isolation in pipelines
Fix network isolation: remove package installation steps from 1ES runner workflows
Mar 30, 2026
Contributor
|
@copilot why were I assigned to this draft PR? |
Contributor
Author
You were assigned to this draft PR because you were listed as an assignee on the original issue that triggered the creation of this PR. The PR addresses network isolation policy enforcement by the 1ES team, which required removing system package installation steps from workflows running on 1ES self-hosted (maritimus) runners. |
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.
The 1ES team is enforcing network isolation policies on 1ES-hosted runners, which blocks system package installation during pipeline execution. The maritimus 1ES images have been updated with all required dependencies pre-installed.
Changes
Removed all system package installation steps from workflows running on 1ES self-hosted runners (
1ES.Pool=maritimus-*). GitHub-hosted runner workflows (binary-build.yml) are unaffected.tests-vmtests.yml: Removedsetup go 1.x,Install prerequisites (AZL3)(libvirt, qemu-kvm, azure-cli via tdnf), andInstall prerequisites (Ubuntu 24.04)(libvirt, qemu-kvm, azure-cli via apt)tests-functional.yml: Removedsetup go 1.x,Install prerequisites (AZL3)(qemu-img, rpm, createrepo_c, grub2, azure-cli), andInstall prerequisites (Ubuntu 24.04)(qemu-utils, rpm, grub2-common, azure-cli)tests-vmtests-osmodifier.yml: RemovedSetup Go toolchain,Install prerequisites (AZL3), andInstall prerequisites (Ubuntu 24.04)Checklist
Original prompt
Created from VS Code.