Skip to content

Commit

Permalink
Test setting compat_uts_machine=armv6l
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Dec 12, 2023
1 parent 0fea4cb commit 0b631cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ services:
- sut:latest
hostname: alpine-test
environment:
- DOCKERHUB_USERNAME=${DOCKERHUB_USERNAME:-}
- DOCKERHUB_PASSWORD=${DOCKERHUB_PASSWORD:-}
EXTRA_KERNEL_BOOT_ARGS: compat_uts_machine=armv6l

debian-test:
extends:
Expand All @@ -75,9 +74,6 @@ services:
cache_from:
- sut:latest
hostname: debian-test
environment:
- DOCKERHUB_USERNAME=${DOCKERHUB_USERNAME:-}
- DOCKERHUB_PASSWORD=${DOCKERHUB_PASSWORD:-}

ubuntu-test:
extends:
Expand All @@ -90,6 +86,3 @@ services:
cache_from:
- sut:latest
hostname: ubuntu-test
environment:
- DOCKERHUB_USERNAME=${DOCKERHUB_USERNAME:-}
- DOCKERHUB_PASSWORD=${DOCKERHUB_PASSWORD:-}
1 change: 1 addition & 0 deletions test/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ id
date

uname -a
setarch --32bit uname -a

df -h

Expand Down

0 comments on commit 0b631cf

Please sign in to comment.