Robert Hensing

Results 362 issues of Robert Hensing

Hercules CI matrix room: @srid: I thought of a cool feature. "Pin" the most recent successful HCI job, so that the automatic GC will garbage collect all but derivations built...

enhancement

Respond to commit status changes (instead of pushes, or the passing of time) Should come with some "dumb" filtering logic, not to spam the job list. (e.g. list of statuses,...

enhancement

`hci effect run` gathers a bunch of context from the environment. This is convenient, but in some cases, all you need is to run a small thing that doesn't need...

enhancement

Especially since `GitToken`, the lack of a `secrets.json` does not have to be a configuration error. Nonetheless, we'll want to encourage creation of the file, but not necessarily automate the...

enhancement

**Description** Stopping the agent may result in `-2` worker exit in builds. **To Reproduce** `systemctl stop hercules-ci-agent.service` while builds are running. **Expected behavior** Worker exit status -2 should be treated...

bug

**Description** A new job is required in order to cancel derivations that were restarted after all jobs that needed them were cancelled **To Reproduce** Cause 1: restarting just the builds...

bug

Similar to `hci effect run`, but for a repl.

enhancement

A small optimization I found while troubleshooting https://github.com/dex4er/fakechroot/pull/85#issuecomment-932101168

###### Scope I'm proposing to pay extra attention to the use of (semi)structured data for error messages. Considering that the plan is to update many if not all error messages,...

Hi, Thank you for this library! I'd like my test suite to remove the resources it creates, regardless of exceptions of any type. Is this possible? My use case for...