forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2-7 nightly update. Includes documentation.
- Loading branch information
1 parent
5d8f00b
commit f843ab7
Showing
3 changed files
with
521 additions
and
462 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
# Validation Pipeline | ||
|
||
- Auth.csv | ||
- Review.csv | ||
- Addition and Removal | ||
- Manual Validation Pipeline | ||
- Validation process | ||
- Approval checks | ||
- Auto-waiver system. | ||
|
||
## Auth.csv | ||
|
||
The Auth file was originally meant to be a stopgap solution, to restrict some uploads to certain users, until the Authorized Publishers feature is complete. It has since grown to include additional features. | ||
|
||
### Data structure | ||
|
||
The file is a CSV as named, with another slash-delimited list of users nested in the Account column. Headers: | ||
|
||
``` | ||
PackageIdentifier, Account, strictness, updateType | ||
``` | ||
|
||
- `PackageIdentifier` matches to `PackageIdentifier`s from PRs. | ||
- `Account` matches to a GitHub account name. | ||
- `strictness` can be either `should` or `must`. | ||
- `updateType` is new, to control if the new automatic update feature should update this row. | ||
|
||
Being on the Auth.csv list brings a few benefits: | ||
|
||
- Control who uploads manifests for your software packages, for better control over releases. | ||
- Block uploads simply by setting `Account` to your GitHub account and `strictness` to `must`, then simply not uploading. | ||
- Skip some Approval checks, such as the version parameter check and no blocking on package removal. | ||
|
||
## Review.csv | ||
|
||
To identify and block on issues that are otherwise hard to capture, the Review file allows a note to show in the PR Watcher output when the specified package is reviewed. | ||
|
||
### Data structure | ||
|
||
The Review.csv file is a CSV as named, with 3 columns: PackageIdentifier, Note, and PR number where the issue was first noted. | ||
|
||
## Word Filter List | ||
|
||
The Word Filter List began as a way to catch EULA and other license agreement installer switches, and has expanded as a way to prevent scripted applications and specific hosts. (To-do - currently a variable in the PS1 file.) | ||
|
||
### Data structure | ||
|
||
The WordFilterList.txt file is a plain text file, interpreted as an array of strings. | ||
|
||
## Addition and Removal | ||
|
||
We have a policy of one manifest change per PR. This means that adding a new manifest version and removing the previous usually requires 2 PRs, an addition PR and a removal PR. | ||
|
||
- Most PRs are "addition PRs", where they add a manifest version to the repository. | ||
- "Removal PRs" are where a PR is removed, and usually these have "Remove", "Delete", or "Automatic deletion" in the title. | ||
- Some PRs are a special type of addition-removal. This doesn't violate the one manifest change per PR rule. | ||
- Move PRs are uncommon except on moving day, when they're prevalent. Usually these come in pairs - an addition PR and a removal PR. | ||
|
||
## Manual Validation Pipeline | ||
|
||
Sometimes, the pipeline has an internal error. If the error happens during a later pipeline stage, it receives the label `Internal-Error-Dynamic-Scan`. If this occurs, then a team member can perform a Manual Validation, by installing the manifest locally in a VM and performing a Defender scan. If the application installs and launches correctly, and passes a Defender scan, then the team member adds the label `Validation-Complete`. This has been largely automated and is referred to as the Manual Validation Pipeline. | ||
|
||
## Validation process | ||
|
||
Validation ususally proceeds in this way: | ||
|
||
1. PR opened. | ||
1. Automatic Validation Pipeline performs analysis of manifest and URLs, then automated install of package in a VM. Any errors in this step will add an error label to the PR. If no errors, proceed to step 7. | ||
1. Error label applied to PR. | ||
1. An hourly scripted process will extract the error from the validation run logs and add to the PR comments. | ||
- If no errors, and the package is on the auto-waiver list (described below) then the PR gets a waiver. | ||
- For Defender errors, it will retry after an 18-hour break. This should be long enough to allow Defender teams to update signatures and clear false positives, and short enough to minimize blocking. | ||
- Some other specific types of PR have special handling. | ||
1. Remediation of errant PRs. | ||
- Manifest errors either need a manifest update or sometimes a manifest path update. The error should be available in the comments. | ||
- URL and download errors can sometimes be fixed through removing the URL from the manifest, if it's not an `InstallerUrl`. If it is, then another source for the package would be needed for the PR to proceed. | ||
- Installer errors can sometimes be fixed by updating installer switches, or adding a dependency if the error states that one is missing. | ||
- Application launch and run errors can also sometimes be fixed through adding a dependency, again only if one is called for. | ||
- Other kinds of errors can't easliy be advanced past and might block a PR for some time. | ||
- If no errors, then install the manifest in a local VM - essentially the Manual Validation Pipeline again - and examine. if still no errors, then the PR gets a waiver. (Some packages, most frequently CLI and tray-based, require manual review.) | ||
1. After remediation, return to #2. | ||
- If the issue couldn't be remediated, then the PR doesn't have a clear path and might linger for some time. | ||
1. `Validation-Complete` label applied. | ||
1. Moderator reviews, performs Validation Checks below, and approves if they pass. | ||
1. Publish pipeline reviews and publishes repository into WinGet source data file. | ||
1. CDN flushes to repositorypulate with the most recent WinGet source data file version. | ||
1. New manifest data is available to WinGet users. | ||
|
||
## Approval checks | ||
|
||
The following checks are performed on each PR before approval: | ||
|
||
- Has passed through the Validation process described above and received the label `Validation-Complete` but not any error labels. (`Azure-Pipeline-Passed` label optional.) | ||
- All Conversations are Resolved. (This blocks merging.) | ||
- Any concerns raised are settled and any discussion has reached a conclusion. | ||
- Manual package review, using the Manual Validation Pipeline yet again. | ||
- This check is skipped for new versions of packages with manifests already in the repository. | ||
- Previous manifest version check. If there's no previous manifest for this software package, launch install into Manual Validation Pipeline. | ||
- PR Version is valid, and either semantic or string. | ||
- Note: "latest" is a reserved version number and will need verification. | ||
- `A` - Auth.csv review. | ||
- Packages with "must" in Auth.csv have to be submitted by a GitHub user account listed in the `Accounts` column. If not, then an automated message will ask these users to review the PR. | ||
- `R` - Review.csv entry may block approval. | ||
- `W` - Word Filter review doesn't find any listed words. | ||
- `F` - Apps & features or "ARP" (Add & Remove Programs) entries mismatch. Checks against the previous manifest version. This check is skipped for new packages. | ||
- Previous no, current no - output 0 and continue. | ||
- Previous yes, current yes - output 1 and continue. | ||
- Previous no, current yes - automated response and continue. | ||
- Previous yes, current no - automated response and block. | ||
- `I` - InstallerUrl contains PackageVersion. This check doesn't block but is informative. In the future it might check for other manifest versions, to ensure the installer isn't for another version of the software package. | ||
- `D` - Directory Listing - If the PR has more than 2 files, then this checks the previous version to see if the files are the same. Blocks if files are different, otherwise output the number of files in the directory. Only checks on addition PRs and skips new packages. | ||
- `V` - Versions remaining - If the PR is the highest version remaining in the repo, automated reply, and block if the user isn't in Auth.csv. Otherwise output the number of versions in the version directory. Only checks on removal PRs. | ||
|
||
(The letters are meant to not spell any word. If this spells a word, please let me know.) | ||
|
||
## Auto-waiver system | ||
|
||
Filling a gap in the waiver application system, this adds a waiver when a package fails with a specific label, but logs show no error. The waiver is only applied if the error label matches the label listed in waiver.csv. | ||
|
||
### Data structure | ||
|
||
The waiver.csv file is a CSV as named, with just 2 columns: PackageIdentifier and Label. | ||
|
||
|
Oops, something went wrong.