mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Allow to run packetdrill and fsstress tests on arm64
PiperOrigin-RevId: 449900552
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user