Skip to content
New issue

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

run-fargate --tags flag is not working as expected #3464

Open
VikasKrishnamraju opened this issue Jan 28, 2025 · 0 comments
Open

run-fargate --tags flag is not working as expected #3464

VikasKrishnamraju opened this issue Jan 28, 2025 · 0 comments

Comments

@VikasKrishnamraju
Copy link

Hi, there is an issue with run-fargate --tags flag. This was working earlier.
The change i noticed in latest 2.0.22 is as belows

File Location : packages/artillery/lib/platform/aws-ecs/legacy/run-cluster.js
Method : setupDefaultECSParams
Line No: 1574

tags: context.tags.map(tag => ({ key: tag.name, value: tag.value })) is been deleted which was not mapping the tags to the tasks in the cluster

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant