microsoft / microsoft/mu_devops
Port inline pipeline scripts to Python
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 43
- Forks
- 36
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 10
Description
As some self-hosted agents are adopting mu_devops we want to reduce the number of dependencies on those agents. For example, eliminate bash support on Windows and Powershell on Linux. This simplifies agent software requirements and reduces the size of software installed and maintained on the agents.
The common language we'd prefer to use is Python. By moving all pipelines to use Python for inline scripting, the templates will be more portable to these agents.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the pipeline templates and inventorying every inline script that currently depends on Bash or PowerShell. Confirm how those templates are executed on self-hosted agents, then verify that all pipelines run with Python-only inline scripting on the supported agent platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd, devops
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100