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
currently create-nemesis-pipelines is generate AWS only by default.
people that using it are not aware of it, and currently the azure pipeline are not aligned to how AWS pipelines were built
we should generate all of them when this command is being use
The text was updated successfully, but these errors were encountered:
This change adjusts `create-nemesis-pipelines` cli command to accept
multiple `--backend` arguments and makes it generate all supported
backends by omitting the option altogether.
The new option syntax is as follows:
`./sct.py create-nemesis-pipelines --backend aws --backend gce [...]`
Fixesscylladb#7106
This change adjusts `create-nemesis-pipelines` cli command to accept
multiple `--backend` arguments and makes it generate all supported
backends by omitting the option altogether.
The new option syntax is as follows:
`./sct.py create-nemesis-pipelines --backend aws --backend gce [...]`
Fixes#7106
This change adjusts `create-nemesis-pipelines` cli command to accept
multiple `--backend` arguments and makes it generate all supported
backends by omitting the option altogether.
The new option syntax is as follows:
`./sct.py create-nemesis-pipelines --backend aws --backend gce [...]`
Fixes#7106
(cherry picked from commit d613b63)
currently
create-nemesis-pipelines
is generate AWS only by default.people that using it are not aware of it, and currently the azure pipeline are not aligned to how AWS pipelines were built
we should generate all of them when this command is being use
The text was updated successfully, but these errors were encountered: