-
Notifications
You must be signed in to change notification settings - Fork 384
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
[v1.1 backport] workflows: use GitHub arm64 runners instead of actuated #3140
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mtardy
added
kind/backport
This PR provides functionality previously merged into master.
release-note/ci
This PR makes changes to the CI.
labels
Nov 19, 2024
kevsecurity
approved these changes
Nov 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge away
This one test has been failing twice in a row here on the runner #3144. |
[ upstream commit 1e9b9c7 ("pkg/sensors/tracing: fix enforcer security tests") ] Because of root-images update in previous commit, the enforcer security tests started failing, after investigation we realized that the difference was that the old image mounted /tmp on the disk fs and the new one with tmpfs. Then the direct-write-tester.c program was failing using O_DIRECT (because apparently it fails on tmpfs). It failed silently on recent linux versions however because O_DIRECT on tmpfs might just be a noop. /var/tmp should be backed by disk so it should be a fix for our issue. Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
mtardy
force-pushed
the
pr/mtardy/backport-v1.1-arm64-runners
branch
from
November 20, 2024 15:21
989cf7e
to
e34f150
Compare
[ upstream commit 58a7a7c ("tester-progs: do not define O_DIRECT manually") ] O_DIRECT is not posix so we need to add _GNU_SOURCE Co-authored-by: Jiri Olsa <jolsa@kernel.org> Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
[ upstream commit 65ef270 ("workflows: use GitHub arm64 runners instead of actuated") ] CNCF stopped funding actuated arm64 runners but GitHub now proposes their own runners part of the GitHub offering. Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
[ upstream commit 0089022 ("e2e tests: skip label test on ARM") ] e2e tests: skip label test on ARM Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
olsajiri
force-pushed
the
pr/mtardy/backport-v1.1-arm64-runners
branch
from
November 20, 2024 21:24
e34f150
to
cf101b8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/backport
This PR provides functionality previously merged into master.
release-note/ci
This PR makes changes to the CI.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #3034 for deps update to work (like #3136).