artilleryio / artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
https://www.artillery.io
Mozilla Public License 2.0
8.05k stars 512 forks source link

fix: update worker Docker image #3365

Closed hassy closed 1 month ago

hassy commented 1 month ago

Description

This PR contains two fixes:

  1. awscli is no longer available via apt in the version of Ubuntu that Playwright's 1.48.0 image is based on & we need to install it in a different way.
  2. amazon/aws-otel-collector released a breaking change in v0.40.0 so we're explicitly pinning to v0.39.0 for now

Pre-merge checklist

This is for use by the Artillery team. Please leave this in if you're contributing to Artillery.