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

test: fixes for ARM64 #211

Merged
merged 2 commits into from
Aug 19, 2021
Merged

Conversation

tormath1
Copy link
Contributor

In this PR, we pull two fixes for ARM64 tests suite:

  • increase the memory for QEMU tests - otherwise torcx was randomly failing to unpack Docker (-> no Docker)
  • remove the explicit setenforce 1 in docker.userns test (see the commit body for the why?)

@tormath1 tormath1 requested a review from a team August 19, 2021 14:25
@tormath1 tormath1 self-assigned this Aug 19, 2021
@tormath1
Copy link
Contributor Author

@pothos thanks for the review - comment has been addressed !

Mathieu Tortuyaux added 2 commits August 19, 2021 17:07
`torcx` unpack was randomly failing so it `torcx-generator` was not
fully ran so `docker` was unable to run

Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
SELinux should not be controlled from the test itself; by default it's
always enabled on arch != ARM64.

See ./platform/util.go

Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
@tormath1 tormath1 force-pushed the tormath1/arm64-random-failure branch from b762eab to a2f0182 Compare August 19, 2021 15:07
@tormath1 tormath1 merged commit 985d6b8 into flatcar-master Aug 19, 2021
@tormath1 tormath1 deleted the tormath1/arm64-random-failure branch August 19, 2021 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants