cirrus-ci-docs icon indicating copy to clipboard operation
cirrus-ci-docs copied to clipboard

Documentation for Cirrus CI 📚

Results 133 cirrus-ci-docs issues
Sort by recently updated
recently updated
newest added

The force-push from [73a39f6 ](https://github.com/bitcoin-core/secp256k1/commit/73a39f6cf84e1e54ea6b68ee586b94d6ded2ad80) to [bdcd794](https://github.com/bitcoin-core/secp256k1/commit/bdcd794ef6d6a2e634b9bcc83b0b09fb4e6b5cd1) in https://github.com/bitcoin-core/secp256k1/pull/1367 didn't a trigger a build. I had to trigger [an API build](https://cirrus-ci.com/build/5276986847789056) manually. Not sure if it's some random hiccup, but...

bug

# Description It would be cool to have an example for npm's new provenance feature, as Cirrus has ODIC support. https://github.blog/2023-04-19-introducing-npm-package-provenance/ I'm still not entirely sure how it will all...

feature

# Description Add a security_group_id to ec2_instance to allow for usage of a non-default security group. # Context The main use case is to be able to additionally firewall a...

feature

# Description Since now `docker_builder` supports multiple architectures, it is theoretically possible to build a multi-arch images on two separate VMs in parallel and enjoy native performance, then we can...

feature

## Expected Behavior The following snippet from the documentation should allow customizing the docker configuration. ``` task: environment: DOCKER_CONFIG: ENCRYPTED[qwerty] docker_config_file: path: /root/.docker/config variable_name: DOCKER_CONFIG ``` ## Real Behavior DOCKER_CONFIG...

bug

## Expected Behavior Be able to provide the Docker registry config with an HashiCorp vault instead of an encrypted variable: ``` registry_config: VAULT[path/to/secret data.config] ``` ## Real Behavior Currently, only...

bug

## Expected Behavior Artifacts should be uploaded successfully ## Real Behavior Artifact fails most of the time. https://cirrus-ci.com/task/6607929523568640 ``` Uploading 1 artifacts for /var/folders/v7/fs2b0v3s0lz1n57gj9y4xb5m0000gn/T/cirrus-ci-build/detox.tar Error from upload stream: failed to...

bug

## Expected Behavior Restored from CI cache executable has correct permissions. After cache reset: https://cirrus-ci.com/build/5438662258196480 ## Real Behavior ``` codecov/uploader /var/folders/xx/vl5f934s6k927z1vyyl9cxth0000gn/T/scripts5fb90badb37c5821b6d95526a41a9504.sh: line 5: codecov/uploader: cannot execute binary file Exit status:...

bug

We have a CI job where we run tests on PRs as one task and have do a full build and upload an artefact (using an `only_if:` rule) as another...

bug

When working on a PR especially in CI, it's often required to check/examine/test all changes since the PR's working-branch was created from the upstream branch. One way to do this...

bug