We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dae8f commit 69471c7Copy full SHA for 69471c7
packages/artillery/lib/cmds/run-fargate.js
@@ -71,8 +71,7 @@ class RunCommand extends Command {
71
{ testRunId: 'foo', region: flags.region }
72
);
73
await ECS.init();
74
-
75
- flags.taskRoleName = ECS_WORKER_ROLE_NAME;
+ flags.taskRoleName = flags['task-role-name'] || ECS_WORKER_ROLE_NAME;
76
process.env.USE_NOOP_BACKEND_STORE = 'true';
77
78
telemetry.capture('run:fargate', {
0 commit comments