Skip to content

Create CI status issue for compile, smoke, and readiness gates #11

Description

@Pummelchen

Summary

Track CI status for compile checks, smoke tests, regression, and readiness gates.

Problem / objective

The GitHub Actions workflow runs compile, ABI, smoke, and regression jobs, while readiness/full-RC gates are local. A single tracking issue should summarize what is CI-covered versus manual/local.

Acceptance criteria

  • Record current CI workflow jobs and required host dependencies.
  • Identify gates that are not currently part of CI.
  • Link any failing checks or missing coverage follow-ups.

Validation

  • make compile-check
  • make qemu-smoke
  • make qemu-regression-suite
  • make qemu-readiness-gate if local host supports it

Relevant files

  • .github/workflows/ci.yml
  • Makefile
  • scripts/qemu-smoke.py
  • scripts/qemu-regression-suite.py
  • scripts/qemu-readiness-gate.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: ci-gatesCI, QEMU gates, regression/readiness/release checks.needs: validationNeeds validation evidence or gate run.priority: P2-mediumMedium-priority planned work.type: ciContinuous integration or automation work.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions