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

refactor: linux pipeline to use containers only for yarn step #188383

Merged
merged 8 commits into from
Jul 21, 2023

Conversation

deepak1556
Copy link
Contributor

Currently in Linux prod pipeline agents from https://github.com/microsoft/vscode-linux-build-agent are used to run both build as well as tests, with Node v18 not being able to run on Ubuntu bionic some of our pipeline dependencies will get locked to EOL versions. To avoid this issue, the PR restricts the usage of container to only the yarn step and rest of the steps will now run on the 1ES agent that can move forward independently.

Needed for #188268

@deepak1556 deepak1556 self-assigned this Jul 20, 2023
@deepak1556 deepak1556 added this to the July 2023 milestone Jul 20, 2023
@deepak1556 deepak1556 force-pushed the robo/reduce_container_surface branch from d0f7569 to 909aec7 Compare July 20, 2023 13:43
@deepak1556 deepak1556 force-pushed the robo/reduce_container_surface branch from 0e7a39f to 2f5cfd8 Compare July 20, 2023 17:26
@deepak1556
Copy link
Contributor Author

@deepak1556 deepak1556 marked this pull request as ready for review July 21, 2023 02:23
@deepak1556 deepak1556 marked this pull request as draft July 21, 2023 02:23
@deepak1556 deepak1556 marked this pull request as ready for review July 21, 2023 03:07
@deepak1556 deepak1556 enabled auto-merge (squash) July 21, 2023 03:07
@deepak1556 deepak1556 merged commit 00039b0 into main Jul 21, 2023
6 checks passed
@deepak1556 deepak1556 deleted the robo/reduce_container_surface branch July 21, 2023 04:02
@github-actions github-actions bot locked and limited conversation to collaborators Sep 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants