Simon

Results 48 comments of Simon

This includes simplifying in general how to define demos.

A valid Rust compilation indeed cannot be cancelled at the moment

Currently not directly, I could add one, though it'd be best to have it be related to runner info, as the runner is the one which configures limit enforcement.

Yes, there will be a change to using `#[serde(deny_unknown_fields)` everywhere There is a limitation in which it doesn't allow flatten, so will have to look into that: https://serde.rs/container-attrs.html#deny_unknown_fields

Should they be per-pipeline configurable and/or as CLI argument for the runner for example?

For provisioning timeout: should it not be mostly form factor-dependent? Should it occur that provisioning takes exceptionally long in the same form factor but different (cluster) config? Any case, I'll...

I see, then makes sense to keep it configurable with limit, I've now set it to 600s in the PR.

Thanks a lot for the report! Unfortunately, I'm unable to reproduce with the provided commands. The CI currently also passes in main. It might be that the relatively recent change...

Ah I see: yes, I agree, compiler server in the pipeline-manager should throw an error if it cannot bind to port, and if fetching fails it should also throw an...