Commit 242800b
ci(skill-eval): pin @microsoft/vally-cli via lockfile (#15752)
* draft: skill-eval 1ES pipeline + pinned vally-cli package (#15747)
Draft plan for migrating .github/workflows/skill-eval.yml onto the 1ES VM template with an authenticated DevOps npm feed.
Placeholders left for the feed URL / service connection — to be filled in after Tuesday sync with Ray. Not wired up; .github/workflows/skill-eval.yml remains the source of truth until the ADO pipeline is registered and green.
* ci(skill-eval): pin vally-cli via lockfile, drop 1ES migration draft
Use `npm ci` against the committed lockfile in `eng/skill-eval/` so
the vally version and its full transitive dependency tree are
reproducible across runs. Drops the global
`npm install -g @microsoft/vally-cli@0.4.0` install; vally is now
invoked directly from `node_modules/.bin`.
Path triggers extended to include `eng/skill-eval/**` and the
workflow file itself so lockfile, package.json, and workflow changes
re-run the lint check.
Deletes the draft `.azure-pipelines/skill-eval.yml` - the 1ES /
DevOps-feed migration is deferred indefinitely; staying on
`ubuntu-latest` + the public npm registry.
Refs #15747
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* docs(skill-eval): correct README/package.json to describe lockfile pinning (not DevOps feed)
Addresses Copilot review feedback on #15752: the workflow uses npm ci against a committed lockfile from the public npm registry; no DevOps feed is involved. Also recommends contributors reproduce CI by running npm ci + local binary instead of a global install.
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>1 parent 142f615 commit 242800b
4 files changed
Lines changed: 853 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | | - | |
28 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | | - | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments