cirrus-ci-docs
cirrus-ci-docs copied to clipboard
Documentation for Cirrus CI 📚
Currently when resetting a failed ci run, GitHub will keep displaying the red cross for a failed build. It would be nice if a yellow dot was displayed for a...
# Description It would be useful for [webhooks](https://cirrus-ci.org/api/?h=+webhook#webhooks) to support connecting to Tor onion services. This could be implemented by checking for the `.onion` TLD, and routing the webhook connection...
# Description It would be useful to make a task depend on another task failing (as opposed to the status quo, where a task dependency can only depend on a...
# Expected Behavior CI runner should fail fast with a meaningful error message when container registry responds "401 Unauthorized" # Real Behavior CI runner waited and waited, probably retrying multiple...
# Description Right now metrics are showing only the last 90 days. Will be nice to allow specifying custom time windows for the metrics. # Context From a discussion: >...
According to https://www.msys2.org/news/#2020-06-29-new-packages The msys2's signature is updated ``` windows_msys2_task: windows_container: image: cirrusci/windowsservercore:cmake os_version: 2019 cpu: 8 memory: 8G env: MSYS: winsymlinks:nativestrict MSYSTEM: MINGW64 CHERE_INVOKING: 1 printenv_script: C:\tools\msys64\usr\bin\bash.exe -lc 'printenv'...
Will be nice to have a billing alert when compute credits balance is close to the monthly limit.
For security reasons and for some users to comply with some regulations it will be beneficial to expose and audit log for a organization. At least it should log all...
# Expected Behavior I want to open different projects from the left sidebar on cirrus-ci.com in new tabs by clicking via middle mouse button on them. # Real Behavior Nothing....
[AWS Fargate](https://aws.amazon.com/fargate/) allows running containers without having to provision and manage clusters. This seems ideally suited for executing CI tasks.