Files
mcpctl/.gitea/workflows
Michal Rydlikowski 420f371897
All checks were successful
CI/CD / lint (push) Successful in 48s
CI/CD / test (push) Successful in 1m0s
CI/CD / typecheck (push) Successful in 3m7s
CI/CD / build (amd64) (push) Successful in 2m44s
CI/CD / build (arm64) (push) Successful in 1m56s
CI/CD / smoke (push) Successful in 6m59s
CI/CD / publish-rpm (arm64) (push) Successful in 1m2s
CI/CD / publish-rpm (amd64) (push) Successful in 1m3s
CI/CD / publish-deb (arm64) (push) Successful in 55s
CI/CD / publish-deb (amd64) (push) Successful in 1m21s
fix: remove instance wait loop from CI smoke tests
Server instances require Docker/Podman (mcpd starts them as containers).
CI has no container runtime, so instances will never reach RUNNING.
Tests requiring running instances are already excluded.

Replace the 5-minute wait loop with a quick fixture verification step
that confirms servers, projects, and prompts were applied correctly,
and reports instance status for informational purposes only.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-13 23:34:59 +00:00
..