Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

[Feature]: Implement an HTCondor CI Workflow

未关闭
#5 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
55/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
冷清
技术栈
docker, github-actions, python

调研方向

首先检查 stacks/htcondor/ 下的 scaffold 及其在 stacks.yml 中的条目,然后查看 healthcheck 和共享卷凭据的约定。实现 HTCondor workflow,并验证相关 daemon 是否启动、是否提交并跟踪了一个 condor job,以及是否评估了其输出文件;应移除专用 workflow。

由索引模型根据 Issue 内容生成。

描述

enhancement
User Story

As a contributor for the HTCondor module,
I want to trigger the HTCondor CI pipelines,
So that my changes are properly tested and no regressions are injected into this package.

Feature Description

As part of the separation of the python modules that interact with different grid gateways/compute elements, it is important to have automated tests that can validate changes made to the HTCondor python module, ensuring that changes are functional and that no regressions are added.

Given that we still don't have in this repository a python module to interact with HTCondor, I would suggest to provide the following deliverables in this ticket:

  • a GitHub workflow that runs an HTCondor docker container, with the relevant daemons (master, collector, negotiator, schedd and startd)
  • submit a condor job to this HTCondor container, using condor binary commands.
  • track the job submitted
  • verify the output files of the job to ensure that it went well
Definition of Done
  • The HTCondor CI pipeline is triggered
  • Job submission works
  • Evaluation of results/files is performed
  • Harmonized onto the scaffold: stacks/htcondor/ layout, stacks.yml entry, healthcheck,
    creds in the shared volume, bespoke workflow removed
Alternatives Considered

No response

Related Issues

No response

Additional Context

No response

主要语言
Python
星标
3
派生
3
PR 合并指标
30 天内没有已合并 PR

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

DIRACGrid/intercede 的其他 Issue

查看 DIRACGrid/intercede 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。