Commit Graph

9 Commits

Author SHA1 Message Date
Simone 3921758392 feat: update action.yml to use pwsh shell and enhance vm.py with start option; add credential management scripts
Lint / pssa (push) Failing after 7s
Lint / python (push) Failing after 1s
2026-05-21 00:11:20 +02:00
Simone 956681c419 feat(ci): guest-cpu/guest-memory-mb action inputs on main
Runner fetches the composite action from @main. Propagates the VMX
override inputs.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 21:42:48 +02:00
Simone 02ea7e61ec fix(ci): conditional --commit splat on main
Propagates the PS5.1 empty-arg-drop fix (runner fetches action @main).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 17:39:37 +02:00
Simone 61cb6cdb40 feat(ci): repo-branch/repo-commit inputs on main
Runner fetches the composite action from @main. Propagates the
cross-repo branch/commit inputs.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 17:37:20 +02:00
Simone ecfe0f3006 feat(ci): use-git-clone/submodules default-on in action (main)
Runner fetches the composite action from @main. Propagates the
default-on transport/submodules inputs and explicit flag forwarding.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 17:00:53 +02:00
Simone 5c6fb778ad refactor(ci): drop upload-artifact from action on main
Runner fetches the composite action from @main. Propagates the
github.com-free artifact handling (host-side collect dir).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 16:42:38 +02:00
Simone 719317ed91 fix(ci): BOM-free GITHUB_OUTPUT + hardened artifact path on main
Runner fetches the composite action from @main. Propagates the fix
that stops an empty artifact-path output from globbing the F: drive.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 12:13:23 +02:00
Simone fde084ed37 fix(ci): downgrade artifact actions v4 -> v3 on main
Runner fetches the composite action from @main; main still had
upload-artifact@v4 which fails on Gitea (GHESNotSupportedError).
Brings the v3 action.yml from feature/python-rewrite-and-linux-migration.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 11:57:08 +02:00
Simone 934c3fd3f2 ci: add local-ci-build composite action to main
Required so `uses: .../local-ci-build@main` resolves: the action only
existed on feature/python-rewrite-and-linux-migration. Brings just the
action.yml (host-side orchestrator unchanged) without merging the full
migration branch.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 02:51:36 +02:00