Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(artifact test): remove 'developer-mode' arg for t3.micro
The change is presented in https://github.com/scylladb/scylla-cluster-tests/pull/6566/commits/ e49c4f4 added '--developer-mode' scylla argument for t3.micro artifact test. But later '--developer-mode' agrument was added to be default by scylladb/scylla-machine-image#482. As result https://jenkins.scylladb.com/job/enterprise-2023.1/job/artifacts/job/artifacts-ami-t3_micro-test/ fails with error: scylla[4265]: FATAL: Exception during startup, aborting: boost::wrapexcept<boost::program_options:: multiple_occurrences> (option '--developer-mode' cannot be specified more than once) Remove '--developer-mode' arg. (cherry picked from commit 3262654)
- Loading branch information