From 9a83e4b36e4e5af80adeeb842b91490da8a10e6b Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Wed, 9 Oct 2024 14:53:20 -0400 Subject: [PATCH] Try with docker build --- integration-tests/test.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/test.Dockerfile b/integration-tests/test.Dockerfile index 6252cfdd426..39c2ec8e164 100644 --- a/integration-tests/test.Dockerfile +++ b/integration-tests/test.Dockerfile @@ -12,7 +12,7 @@ RUN cd integration-tests/load && go mod download COPY . . -ARG SUITES=chaos soak benchmark load ccip-load +ARG SUITES=chaos soak benchmark load ccip-load ccip-chaos RUN /go/testdir/integration-tests/scripts/buildTests "${SUITES}"