-
Notifications
You must be signed in to change notification settings - Fork 914
Backport 25992 ([manuf] several orchestrator and provisioning enhancements ) #28796
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
Open
pamaury
wants to merge
7
commits into
lowRISC:master
Choose a base branch
from
pamaury:backport_25992
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+275
−246
Conversation
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
f899d1c to
3f14ab1
Compare
ed5a7fa to
45aa47c
Compare
This runs the E2E orchestrator provisioning test on all SKUs. Currently, E2E provisioning flows are also runnable via an `opentitan_test` rule. These will be removed in a future commit to simplify SKU management. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit 5e0c795)
All provisioning flows are now tested E2E with the orchestrator script. This makes the `opentitan_test` targets that also ran said flows redundant and unneeded, thus we remove them. Additionally, we no longer need duplicate CA configuration files as these are generated on the fly by the orchestrator script from the same information that was duplicated in the orchestrator SKU configuration files. This simplifies our test infrastructure and provisioning flow configurations. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit 6a5747a)
If CP flow is skipped because a device is already in TEST_LOCKED* state, then the device ID constructed during FT will be the final device ID. This is what should be used to update the database with. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit 76d0596)
9dcb6eb to
dc97f4a
Compare
Previously the package ID was defined in the HJSON SKU configuration file. This updates the orchestrator.py script to enable overriding this field via a command line arg. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit c564ac4)
The "enable-alerts" and "use-ext-clk" flags of the orchestrator.py script are already tested in a separate test. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit eaf6c7e)
dc97f4a to
17e4c7d
Compare
This test was temporarily disabled to deal with CI issues that have now been resolved. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit 922fc1b)
Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit ae75936)
17e4c7d to
586eeec
Compare
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.
Backport #25992 ([manuf] several orchestrator and provisioning enhancements ). Depends on #28779, only review the last 4 commits.