-
Notifications
You must be signed in to change notification settings - Fork 116
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
Specialize secure boot tests for RPI #3436
Merged
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
The current master has a failing test that also fails in this branch:
|
alexgg
requested review from
rahul-thakoor,
vipulgupta2048 and
rcooke-warwick
and removed request for
rahul-thakoor,
vipulgupta2048 and
rcooke-warwick
June 3, 2024 08:01
6 tasks
alexgg
force-pushed
the
alexgg/rpisb
branch
3 times, most recently
from
June 5, 2024 13:43
36367e2
to
eac1232
Compare
alexgg
force-pushed
the
alexgg/rpisb
branch
2 times, most recently
from
June 13, 2024 12:18
de1ef54
to
9c46ef1
Compare
alexgg
force-pushed
the
alexgg/rpisb
branch
6 times, most recently
from
June 20, 2024 13:38
9a20527
to
8ab8593
Compare
alexgg
force-pushed
the
alexgg/rpisb
branch
2 times, most recently
from
June 24, 2024 15:41
c4df1cf
to
127974c
Compare
Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
…tion Traditionally after programming the flasher image would shutdown the device to allow for the removal of the external device and booting from the internal storage. As more use case appeared, like programming from the initramfs when the flasher image runs on the same target device it will program, the post install action needs to support rebooting instead as physical access to the device to power on cannot be expected. This is the case for remote migration, AMI VM installs and also secure boot installs. The current code just checks for the existence of the `shutdown` command which is not present on the initramfs to decide whether to shutdown or reboot. This commit improves that logic by defaulting to shutdown but allowing the configuration file to specify a reboot instead. Also, it improves the robustness of the reboot/shutdown by falling down to sys-rq, and provides a way to override the reboot/shutdown by device layers that require it. Change-type: minor Signed-off-by: Alex Gonzalez <[email protected]>
… action Use the flasher configuration file to specify the post-install action. This is to shutdown (the default) when the flasher runs from an external media, or to reboot when running from the same media as is the case for the migrator tool. Also, assert that a locked device can only install from memory. Change-type: minor Signed-off-by: Alex Gonzalez <[email protected]>
The intention was to allow the balena bootloader to use USB disks but the current configuration does not work as it misses needed dependencies. Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
* MEMCG_SWAP has been removed in v6.1 in 023223dfbfb34fcc * NFSD_V3 is enabled by default since v5.18 in 5f9a62ff7d2808c * 88EU_AP_MODE has been removed since v5.16 in 102243f893ecdef * NFT_COUNTER has been removed since v5.17 in e6007b85dfa284c Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
alexgg
temporarily deployed
to
balena-staging.com
July 11, 2024 16:22
— with
GitHub Actions
Inactive
alexgg
temporarily deployed
to
balena-staging.com
July 11, 2024 16:22
— with
GitHub Actions
Inactive
alexgg
temporarily deployed
to
balena-staging.com
July 11, 2024 16:22
— with
GitHub Actions
Inactive
alexgg
temporarily deployed
to
balena-staging.com
July 11, 2024 16:22
— with
GitHub Actions
Inactive
alexgg
had a problem deploying
to
bm.balena-dev.com
July 11, 2024 16:42
— with
GitHub Actions
Failure
alexgg
had a problem deploying
to
bm.balena-dev.com
July 11, 2024 16:57
— with
GitHub Actions
Failure
@resin-jenkins retest this please |
@resin-jenkins retest this please |
lgtm |
Now |
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.
USB programming flow.