You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of running unfurl inside a python virtual machine we should add an option that runs it via gitlab runner.
It might be possible to do this out of the box: if you specify a runtime (either on the command line with --runtime or with a runtime key in contexts in unfurl.yaml) that isn't a venv: specifier it will treated as command line arguments that prepend the arguments passed to unfurl. (see _remoteCmd in __main__)
There's a simple Dockerfile for building a container with unfurl development environment but we probably want a better container for a gitlab-runner instance to use.
The text was updated successfully, but these errors were encountered:
aszs
changed the title
support a gitlab-runner as a "runtime"
support gitlab-runner as a "runtime"
Mar 6, 2021
Instead of running unfurl inside a python virtual machine we should add an option that runs it via gitlab runner.
It might be possible to do this out of the box: if you specify a runtime (either on the command line with
--runtime
or with aruntime
key incontexts
in unfurl.yaml) that isn't avenv:
specifier it will treated as command line arguments that prepend the arguments passed to unfurl. (see_remoteCmd
in__main__
)There's a simple Dockerfile for building a container with unfurl development environment but we probably want a better container for a gitlab-runner instance to use.
The text was updated successfully, but these errors were encountered: