Skip to content

Commit ba11bf3

Browse files
committed
revert stress dockerfile changes
1 parent 4124e80 commit ba11bf3

File tree

7 files changed

+1
-845
lines changed

7 files changed

+1
-845
lines changed

docker/test/stress/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ RUN apt-get update -y \
2323
&& rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/*
2424

2525
COPY run.sh /
26-
COPY functions.sh /
27-
COPY setup_minio.sh /
28-
COPY attach_gdb.lib /
29-
COPY utils.lib /
30-
COPY stress_tests.lib /
3126

3227
ENV EXPORT_S3_STORAGE_POLICIES=1
3328

docker/test/stress/attach_gdb.lib

Lines changed: 0 additions & 47 deletions
This file was deleted.

docker/test/stress/functions.sh

Lines changed: 0 additions & 294 deletions
This file was deleted.

docker/test/stress/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
dmesg --clear
88
# shellcheck disable=SC1091
99
source /setup_export_logs.sh
10-
source /functions.sh
10+
1111
set -x
1212

1313
# we mount tests folder from repo to /usr/share

0 commit comments

Comments
 (0)