Skip to content

Commit

Permalink
Merge pull request #24356 from redpanda-data/DEVPROD-2419-backport-v2…
Browse files Browse the repository at this point in the history
…4.2.x

[v24.2.x] tests/docker: increase cargo retry and verbosity
  • Loading branch information
andrewhsu authored Dec 3, 2024
2 parents 3df8106 + e6249bd commit 55cc512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM public.ecr.aws/docker/library/ubuntu:jammy-20230816 AS base
FROM public.ecr.aws/docker/library/ubuntu:jammy-20240911.1 AS base

ENV TZ="UTC" \
DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/ducktape-deps/client-swarm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git clone https://github.com/redpanda-data/client-swarm.git

pushd client-swarm
git reset --hard 7ba96b8a78717c03392a3959a31e3c5a36cda472
cargo build --release
cargo build --config 'term.verbose=true' --config 'net.retry=6' --release
cp target/release/client-swarm /usr/local/bin
popd

Expand Down
2 changes: 1 addition & 1 deletion tests/docker/ducktape-deps/rp-storage-tool
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set -e
set -x

cd /rp_storage_tool
cargo build --release
cargo build --config 'term.verbose=true' --config 'net.retry=6' --release
cp target/release/rp-storage-tool /usr/local/bin
cd /

0 comments on commit 55cc512

Please sign in to comment.