Allow to run packetdrill and fsstress tests on arm64

PiperOrigin-RevId: 449900552
This commit is contained in:
Andrei Vagin
2022-05-19 21:33:59 -07:00
committed by gVisor bot
parent 604233c9f6
commit ad8960f604
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ RUN apk update && apk add git
RUN git clone https://github.com/linux-test-project/ltp.git --depth 1
WORKDIR /ltp
RUN ./travis/alpine.sh
RUN ./ci/alpine.sh
RUN make autotools && ./configure
RUN make -C testcases/kernel/fs/fsstress
RUN cp ./testcases/kernel/fs/fsstress/fsstress /usr/bin
+1 -1
View File
@@ -117,7 +117,7 @@ declare -r CTRL_PORT="40000"
# Last bits of the test runner's IP address.
declare -r TEST_RUNNER_NET_SUFFIX=".20"
declare -r TIMEOUT="60"
declare -r IMAGE_TAG="gcr.io/gvisor-presubmit/packetdrill"
declare -r IMAGE_TAG="gvisor.dev/images/packetdrill"
# Make sure that docker is installed.
docker --version