Vipc to toml (This is a Test PR) - #545
Open
Amruthasinchanag wants to merge 5 commits into
Open
Amruthasinchanag wants to merge 5 commits into
Amruthasinchanag wants to merge 5 commits into
Conversation
Collaborator
|
I challenge that we absolutely should be using VIPC files, as that is the convention used by our customers and by industry. I'm not familiar with TOML but would caution against a different paradigm that is not well-known to our user base. |
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.
GitHub Issue for the Pull Request
N/A
GitHub Discussions Related to this Pull Request
N/A
Checklists
Summary of Changes
This PR introduces a proof-of-concept migration from VIPC-based dependency installation to a
vipm.tomlmanifest.Changes included:
vipm.tomlmanifest containing the runner dependency definitions previously stored in the VIPC.ApplyVIPC.ps1to install dependencies using the VIPM CLI.action.ymlto use the TOML-based workflow.Run-CICompositeLocal.ps1to use the TOML manifest.Reason for Change
While investigating dependency updates, it became clear that updating and maintaining dependencies through VIPC files is difficult. After discussion with Navneet, we explored a TOML-based dependency management workflow using the VIPM CLI.
This proof of concept evaluates whether runner dependencies can be managed through a source-controlled
vipm.tomlfile instead of a binary VIPC file.Visual Aids
N/A
Additional Information
vipm.tomlwithout requiring lock generation support.Testing
Manual Tests