Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sizes for orin #3107

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -682,9 +682,9 @@

# These sizes are in MB and are specific only for the nvidia-jetson-agx-orin
ENV SIZE="15200"
ENV STATE_SIZE="14000"
ENV RECOVERY_SIZE="10000"
ENV DEFAULT_ACTIVE_SIZE="4500"
ENV STATE_SIZE="16500"
ENV RECOVERY_SIZE="11000"
ENV DEFAULT_ACTIVE_SIZE="5500"

COPY --platform=linux/arm64 +image-rootfs/rootfs /build/image

Expand Down Expand Up @@ -897,7 +897,7 @@
COPY +go-deps-test/go.sum go.sum
# TODO: use --pull or something to cache the python image in Earthly
WITH DOCKER
RUN docker run -d -v $PWD/build:/build --workdir=/build \

Check failure on line 900 in Earthfile

View workflow job for this annotation

GitHub Actions / netboot / test

Error

The command WITH DOCKER RUN --privileged docker run -d -v $PWD/build:/build --workdir=/build --net=host -it python:3.11.0-bullseye python3 -m http.server 80 && go run github.com/onsi/ginkgo/v2/ginkgo --label-filter "$TEST_SUITE" --fail-fast -r ./tests/ did not complete successfully. Exit code 125
--net=host -it python:3.11.0-bullseye python3 -m http.server 80 && \
go run github.com/onsi/ginkgo/v2/ginkgo --label-filter "$TEST_SUITE" --fail-fast -r ./tests/
END
Expand Down
Loading