DiamondLightSource/dodal

Connection tests as CI cronjob

Open

#507 创建于 2024年5月7日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)Python (12 fork)auto 404
enhancementgood first issuepython

仓库指标

Star
 (4 star)
PR 合并指标
 (PR 指标待抓取)

描述

As a developer I would like to be kept apprised of the ongoing accuracy of the system tests and hence the PV definitions on the beamline so that I can correct errors when PVs change.

Should consider how best to setup CI accounting for:

  • Keeping PVs read-only so we don't affect the beamline
  • Deciding whom to notify of specific failures
  • One big CI job or one per beamline?

Acceptance Criteria

  • Local CI croniob that pulls dodal (all branches/PRs) and runs the connection tests (see #506) reporting any errors.

贡献者指南