Fedor Korotkov

Results 332 comments of Fedor Korotkov

`only_if` won't work on script instruction for example. It seems there should be a more generic solution. Also doesn't seem like there is much interest so at this point I'll...

Will improve the documentation. In the meantime you can take a look at the sources of handling the subscription [here](https://github.com/cirruslabs/cirrus-ci-web/blob/master/src/createRelayEnvironment.ts). It's a bit complicated at the moment. What for do...

Unfortunately, we don't support privileged additional containers on managed by us clusters and `dind` need it. You can use it with your own clusters on GCP, AWS or Oracle cloud....

One thing we need to think as well how to generate per-repository tokens for the injestion.

Nice idea! But this might take a while to implement since each step can have `dockerfile` instead of image and then task dependency becomes a bit complex. We are currently...

There were some hick-ups when I tried to recreated the cluster. Seems we'll first need to move to Terraform for the infra config. Our first version of the cluster was...

If I understand you correctly proposal 2 is basically a syntactic sugar for proposal 1. Basically do the same just with `target_architecture` config. Have you tried to create jails? I...

@asomers got it! Thank for the detailed explanation. Seems right now it doesn't worth the effort since it will affect few people but will require development and most importantly maintenance....

Seems someone successfully used jails here: https://github.com/sass/node-sass/pull/2592 I'm not that qualified to judge how accurate it is. @am11 @asomers PTAL.

Oh. @am11 it was you! 😅I got too deep into reviewing the scripts and didn't notice. My bad!