We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[provisioner:default] method = fc-nixos-dev-vm host = hydra-eval = 215351 memory = 8192 cores = 12
The memory/core/hydra settings need to be overridable per VM.
Also it's unclear how one would have a different provision.nix/sh per host.
The text was updated successfully, but these errors were encountered:
[host:foo] components = hello [host:bar] components = bye provisioner = notthedefault [provisioner:default] method = fc-nixos-dev-vm host = # 21.05 production release 2022_01 channel = hydra-eval = 215351 memory = 8192 cores = 12 [provisioner:notthedefault] method = fc-nixos-dev-vm host = hydra-eval = 215351 memory = 4096 cores = 4
should work where foo is provisioned with default and bar is provisioned with notthedefault.
foo
default
bar
notthedefault
This is undocumented afaik
how one would have a different provision.nix/sh per host
Not possible right now. Do we want to have a parameter to set the filename?
Sorry, something went wrong.
I don't understand how https://github.com/flyingcircusio/batou_ext/blob/7eac817e43f78edb654554b1a8e67b3c762fc65b/src/batou_ext/fcio.py#L141 fits into this well enough to write a piece of documentation right now so I'll save this one for 2.5
No branches or pull requests
The memory/core/hydra settings need to be overridable per VM.
Also it's unclear how one would have a different provision.nix/sh per host.
The text was updated successfully, but these errors were encountered: