Skip to content

Commit

Permalink
feat: upgrade locust to support ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
romansey committed Mar 25, 2022
1 parent 22b8dec commit 40e7846
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/lpt-locust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM locustio/locust:1.2.3
FROM locustio/locust:2.8.4
RUN pip3 install kubernetes
COPY src /locust-config
ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py
10 changes: 6 additions & 4 deletions test/lpt-locust/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ click==8.0.4
ConfigArgParse==1.5.3
Flask==2.0.3
Flask-BasicAuth==0.2.0
Flask-Cors==3.0.10
gevent==21.12.0
geventhttpclient==1.5.3
google-auth==2.6.0
google-auth==2.6.2
greenlet==1.1.2
idna==3.3
itsdangerous==2.1.0
itsdangerous==2.1.1
Jinja2==3.0.3
kubernetes==11.0.0
locust==1.2.3
kubernetes==23.3.0
MarkupSafe==2.1.0
msgpack==1.0.3
oauthlib==3.2.0
Expand All @@ -28,8 +28,10 @@ PyYAML==6.0
pyzmq==22.3.0
requests==2.27.1
requests-oauthlib==1.3.1
roundrobin==0.0.2
rsa==4.8
six==1.16.0
typing_extensions==4.1.1
urllib3==1.26.8
websocket-client==1.3.1
Werkzeug==2.0.3
Expand Down

0 comments on commit 40e7846

Please sign in to comment.