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
@johnstcn that's definitely an option. In that scenario I would still like for us to have the ability to:
Prevent automatic updates (while running a scaletest or testing an older version)
Ability to easily change the deployed version (ideally accessible in an UI, like the runner)
We don't have to support 2 immediately, but we should keep it in mind. Why do we want it? For instance, say we detect a regression but are not sure when it started, we could then do a bisect type of flow.
That said, the original proposal has two pros:
Everything is in one place (version, running)
Enables the ability to test multiple versions either sequentially or concurrently
For now though, I'd classify these s as nice-to-haves.
The Coder deployment on big.cdr.dev is now managed by FluxCD with configuration hosted on https://github.com/coder/big.cdr.dev. To override the version installed, we can either edit the configuration or suspend/unsuspend the HelmRelease directly.
At first,
big.cdr.dev
the one-click scaletest template will run the scaletest on the deployment itself.We improve this so that the template spins up a new coder server based on the selected coder build (either release or dev-build).
The text was updated successfully, but these errors were encountered: