-
Notifications
You must be signed in to change notification settings - Fork 204
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
[CI] Ubuntu 24.04 and 22.04 part 1/? #2026
Conversation
This is a leftover from changing the default driver to upstream. Fixes: 12e5d9a ("[CI] Change default SGX driver to upstream") Signed-off-by: Wojtek Porczyk <[email protected]>
IAS EOL happened on 1 October 2024. Our CI runners for Focal used to use EPID developer key, and those were disabled. As of this writing, IAS anwers 401 to our key. See also: https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/resources/sgx-ias-using-epid-eol-timeline.html This commit will be reverted in the final PR in the series that merges tests for Ubuntu 22.04 and 24.04. Signed-off-by: Wojtek Porczyk <[email protected]>
Busybox we were using had problem compiling on newer kernels for undeclared `TCA_CBQ_MAX`. Switch to system busybox, as the one provided by distribution is already compiled, and all we are exercising is `busybox echo "Hello, world!"`, so compatibility between busybox versions is not really a concern. Fixes: #1909 Signed-off-by: Wojtek Porczyk <[email protected]>
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.
Reviewed 8 of 8 files at r1, 1 of 1 files at r2, 5 of 5 files at r3, all commit messages.
Reviewable status: all files reviewed, all discussions resolved, not enough approvals from maintainers (1 more required), not enough approvals from different teams (1 more required, approved so far: ITL)
Jenkins, test Jenkins-Debug-20.04 please |
Jenkins, test Jenkins-20.04 please |
Jenkins, test Jenkins-Direct-Sanitizers |
Jenkins, test Jenkins-SGX-20.04-musl |
Jenkins, test Jenkins-Direct-Sanitizers please |
Jenkins, test Jenkins-SGX-20.04-apps please |
Jenkins, test Jenkins-SGX-20.04-musl please |
Jenkins, test Jenkins-SGX-EDMM please |
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.
Reviewed 7 of 8 files at r1, 1 of 1 files at r2, 5 of 5 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
Jenkins, test Jenkins-SGX-20.04 please |
Jenkins, test Jenkins-SGX-Sanitizers please |
Description of the changes
This is the first PR in a series, a split of #2021 (and #1904 before). It is split into separate commits to make it easier to review, because reviewable has trouble with 17-commit PR.
There will be differences between particular commits, because we need to make sure all PRs pass necessary CI pipelines.
How to test this PR?
CI
This change is