Daniel Barnes
Daniel Barnes
perhaps some c/p actions/(gitlab -eq) that users can run a schedule is a better solution? - https://github.com/iterative/cml/issues/973#issuecomment-1146149999 - https://github.com/dacbd/gcpcc#usage - discord#cml/984180090114019368
It looks to be partially implemented, the option to specify an image/ami exists on the runner resource [here(the underlying system)](https://github.com/iterative/terraform-provider-iterative/blob/f95361238ee1b7948a34ed31ab814a948f400129/iterative/resource_runner.go#L90) but the option isn't exposed yet via [cml](https://github.com/iterative/cml/blob/master/bin/cml/runner.js#L420)?
You could also try making your own ami from an Ubuntu instance and name it “iterative-cml” maybe that would work?
To recap @0x2b3bfa0 / @francesco086 the issue is in `az` nested resource groups arent supported and we are using a resource group to clean up all resources with a single...
GIT_PROVIDER_TOKEN of SCM_API_TOKEN? I feel CML_TOKEN is misleading but agree that SCM_TOKEN isn't clear about its use. Without being familiar with all the supported environments or introducing unneeded complexity, maybe...
So this is basically the portion we are referring to: https://github.com/iterative/cml/blob/766aac83f5fb5d5553aa6d8aca2e8f3e4cfbfe9a/src/cml.js#L36-L47 and the goal is to have an ENV name that the user could specify, that intuitively describes its use...
What do you mean @casperdcl ? These envs are set by the TPI with the via cml.sh which runs exec on cml runner and starts the GitHub runner with spawn....
I miss read that, I suspect the above is how they are populated. I agree they probably shouldn't be there and the user should re-authenticate if they need them so...
For aws-actions/configure-aws-credentials: https://github.com/aws-actions/configure-aws-credentials/blob/67fbcbb121271f7775d2e7715933280b06314838/index.js#L10 https://github.com/aws-actions/configure-aws-credentials/blob/67fbcbb121271f7775d2e7715933280b06314838/index.js#L315 the default session time is 1hr
if you are using GitLab there is a `--native` flag you can use, additionally there is a `--url` component to do exactly that. It is lacking some documentation as we...