Skip to content

Refactor official-build.yml with new parameters#177

Closed
torosent wants to merge 1 commit into
mainfrom
torosent-update-cfs
Closed

Refactor official-build.yml with new parameters#177
torosent wants to merge 1 commit into
mainfrom
torosent-update-cfs

Conversation

@torosent

Copy link
Copy Markdown
Member

This pull request makes a configuration update to the eng/ci/official-build.yml pipeline file. The main change is the addition of a settings section to specify the networkIsolationPolicy.

Pipeline configuration:

  • Added a settings section with networkIsolationPolicy: Permissive,CFSClean to the pipeline parameters, which adjusts the network isolation behavior for the build environment.

Copilot AI review requested due to automatic review settings July 20, 2026 15:56
@torosent torosent closed this Jul 20, 2026
@torosent
torosent deleted the torosent-update-cfs branch July 20, 2026 15:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the repo’s official Azure Pipelines definition (eng/ci/official-build.yml) to pass new template parameters, specifically adding a settings block to configure networkIsolationPolicy for the 1ES official pipeline template.

Changes:

  • Added a settings parameter intended to set networkIsolationPolicy: Permissive,CFSClean.
  • Refactored the extends.parameters block layout (pool/SDL/stages) to accommodate the new parameter.

Comment thread eng/ci/official-build.yml
Comment on lines +38 to +42
settings:
networkIsolationPolicy: Permissive,CFSClean
pool:
name: 1es-pool-azfunc
image: 1es-ubuntu-22.04
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.

2 participants