I know many of them will support caching specific ...
# general
c
I know many of them will support caching specific directories between runs
b
but not Gitlab with kubernetes executors 😞
c
Really? I don’t recall seeing that limitation
b
There was some caching with help of S3 where some paths are copied to object storage at the end of the job, but that is slow so we dont run it 🙂
c
https://gitlab.com/gitlab-org/gitlab-runner/issues/1906 - strange they didn’t add it given how much they talk about k8s
b
they dont use k8s internally at all, with no dogfooding using gitlab on k8s is a pain
c
If you can, look into CodeFresh.io as a CI/CD solution. It’s obviously not a real recommendation as a fix for your issue, just saying we’re trialing it out ourselves right now, works nicely. As far as solving your issue, do you have many different repos with pulumi code in it?
b
Nah, doesn't worth a change. Yet another YAML code, they are all the same. I'll switch CI/CD once somebody introduces pipeline description as a code, I need DAG, not just YAML with implicit schema. Microsoft's Brigade is a step in the right direction