From a5b2b9c58bed063e691236107b559e736bdd2891 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:29:34 +0100 Subject: [PATCH] big --- .github/workflows/.e2e-run.yml | 3 +-- test/big.Dockerfile | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 test/big.Dockerfile diff --git a/.github/workflows/.e2e-run.yml b/.github/workflows/.e2e-run.yml index ebf9d8b..968ecf6 100644 --- a/.github/workflows/.e2e-run.yml +++ b/.github/workflows/.e2e-run.yml @@ -138,8 +138,7 @@ jobs: uses: ./ with: context: ./test - file: ./test/multi.Dockerfile - platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + file: ./test/big.Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/test/big.Dockerfile b/test/big.Dockerfile new file mode 100644 index 0000000..1c14b41 --- /dev/null +++ b/test/big.Dockerfile @@ -0,0 +1,3 @@ +FROM nvidia/cuda:12.1.0-cudnn8-devel-ubi9 +RUN dd if=/dev/zero of=/output.dat bs=648M count=1 +RUN uname -a