Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify which PS worker to copy in PS images #903

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

CooperLink
Copy link
Collaborator

Currently Powershell images contain all powershell workers. Each image contains workers for 7, 7.2 and 7.4. This is suboptimal because the workers are taking up unused space on the images. 7.2 and 7.4 workers are 80mb and 7 is 110Mb. This is about 10% of total image size. This PR optimizes those images by removing excess workers.

@VpOfEngineering
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@VpOfEngineering
Copy link
Contributor

/azp run v4 powershell build

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Francisco-Gamino Francisco-Gamino self-requested a review June 9, 2023 17:17
Copy link
Contributor

@Francisco-Gamino Francisco-Gamino left a comment

Choose a reason for hiding this comment

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

Thank you @CooperLink for updating the images! LGTM.

@Francisco-Gamino
Copy link
Contributor

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.

None yet

3 participants