Skip to content

Bump python stress images and addons #32554

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

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk/eventhub/azure-eventhub/stress/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: stress-test-addons
repository: https://stresstestcharts.blob.core.windows.net/helm/
version: 0.2.0
digest: sha256:53cbe4c0fed047f6c611523bd34181b21a310e7a3a21cb14f649bb09e4a77648
generated: "2022-11-16T10:34:09.3008939-08:00"
version: 0.3.0
digest: sha256:3e21a7fdf5d6b37e871a6dd9f755888166fbb24802aa517f51d1d9223b47656e
generated: "2023-10-17T20:03:45.892743989-04:00"
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/stress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ annotations:

dependencies:
- name: stress-test-addons
version: ~0.2.0
version: ~0.3.0
repository: "@stress-test-charts"
7 changes: 3 additions & 4 deletions sdk/eventhub/azure-eventhub/stress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# internal users should provide MCR registry to build via 'docker build . --build-arg REGISTRY="mcr.microsoft.com/mirror/docker/library/"'
# public OSS users should simply leave this argument blank or ignore its presence entirely
FROM mcr.microsoft.com/mirror/docker/library/python:3.8-slim
# RUN apt-get -y update && apt-get -y install git
FROM mcr.microsoft.com/cbl-mariner/base/python:3

RUN yum update -y

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions sdk/servicebus/azure-servicebus/stress/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: stress-test-addons
repository: https://stresstestcharts.blob.core.windows.net/helm/
version: 0.2.0
digest: sha256:53cbe4c0fed047f6c611523bd34181b21a310e7a3a21cb14f649bb09e4a77648
generated: "2023-03-14T09:57:20.6731895-07:00"
version: 0.3.0
digest: sha256:3e21a7fdf5d6b37e871a6dd9f755888166fbb24802aa517f51d1d9223b47656e
generated: "2023-10-17T20:04:32.848343767-04:00"
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-servicebus/stress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ annotations:

dependencies:
- name: stress-test-addons
version: ~0.2.0
version: ~0.3.0
repository: "@stress-test-charts"
10 changes: 4 additions & 6 deletions sdk/servicebus/azure-servicebus/stress/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# internal users should provide MCR registry to build via 'docker build . --build-arg REGISTRY="mcr.microsoft.com/mirror/docker/library/"'
# public OSS users should simply leave this argument blank or ignore its presence entirely
FROM mcr.microsoft.com/mirror/docker/library/python:3.8-slim
# Install if running off git branch
# RUN apt-get -y update && apt-get -y install git
FROM mcr.microsoft.com/cbl-mariner/base/python:3

RUN yum update -y

WORKDIR /app

COPY ./scripts /app/stress/scripts

WORKDIR /app/stress/scripts
RUN pip install -r dev_requirements.txt
RUN pip install -r dev_requirements.txt