Conversation
dc4dc93 to
213a191
Compare
9c91762 to
a2317ac
Compare
a2317ac to
01001f2
Compare
01001f2 to
9387266
Compare
9387266 to
e2e109e
Compare
e2e109e to
8f05025
Compare
8f05025 to
a3851a8
Compare
a3851a8 to
755e53c
Compare
755e53c to
bdd1378
Compare
bdd1378 to
109fcdf
Compare
109fcdf to
3f00192
Compare
3 tasks
3f00192 to
81b9dde
Compare
385d588 to
0a29623
Compare
0a29623 to
1093a84
Compare
1093a84 to
dd07ede
Compare
This should allows to build and run amd64 qemu tests from github actions. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
this is useless on those runners Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
dd07ede to
7c699fe
Compare
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
7c699fe to
07cb7fb
Compare
chewi
approved these changes
Mar 6, 2026
This was referenced Mar 6, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This allows to build images and run amd64 qemu tests from github actions.
Thoses tests are currently failing:
while
bpf.execsnoopis "expected" for current main branch the three others are not, we tried to investigate with CNCF folks on this but no luck yet. It's just a network question as we serve some static content through a static Python websever, the guest VM is not able to reach this python static server (see conversation on CNCF Slack)Let's have this first, it's better than nothing - I'll continue the investigation and create a tracking issue for this.