linuxboot / linuxboot/contest

[v2] add template userfunc with runner internals (like jobid, runid, etc)

Open
#141 0 comments 0 reactions 1 assignee View on GitHub

@mimir-d is already working on this.

Since Aug 23, 2022.

enhancement good first issue v2_overhaul
Dominant language
Go
Stars
20
Forks
17
PR merge metrics
No merged PRs in 30d

Description

depends on #135

New feature: add a template function that gives access to current jobid and runid. This is useful for plugins that specify storage paths for example, that should be parametrized by jobid.
Proposal
```json
"param": "sftp://server/logs/job_{{ contest jobid }}_run_{{ contest runid }}"
```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.