Fedor Korotkov
Fedor Korotkov
# Description Let's create an empty build when there are no tasks to execute. It can happen when `only_if` is misconfigured. Right now UX is not ideal: there is nothing...
# Description Right now parser is failing to parse `,` properly inside `""`. # Context https://github.com/cirruslabs/cirrus-ci-docs/pull/584#issuecomment-593728086
# Description In addition to #93 it will be nice to expose an ability for users to expose arbitrary metrics like code coverage, benchmark score, amount of TODOs, etc. #...
# Description Will be nice to have a temporary registry with simplified authentication for repositories to store intermediate containers before pushing to Docker Hub. # Context Right now if you...
# Description Need to generate a human readable schema similar to the JSON one: http://json.schemastore.org/cirrus Should describe all the required fields and optional fields as well as "combinable" fields like...
# Description Right now one can only use `only_if` on `task` nodes. It can be useful to allow usage of it on any nodes like `speps` in a `pipe`
# Description It will be nice to support option to have GPUs attached to containers. ```yaml container: image: nvidia/cuda:10.0-runtime-ubuntu18.04 cpu: 4 memory: 12G gpu: 2 gpu_type: nvidia-tesla-v100 # do we...
It will be nice to have a separate status page for Cirrus CI services. Right now the only communication channel is Twitter account [@cirrus_labs](https://twitter.com/cirrus_labs). At least the status page should...
# Description Sometimes it useful to have a monotonically increasing number of a task within the same repository for tagging purposes (of builds and other artifacts). `CIRRUS_TASK_ID` is not suitable...
It will be nice to expose [Cirrus CI's HTTP cache](https://cirrus-ci.org/guide/writing-tasks/#http-cache) for a particular repository for local usage with build systems that support it. This will probably require having allowing to...