[ci] Run FPGA manufacturing tests on all PRs - #14
Open
pamaury wants to merge 1 commit into
Open
Conversation
pamaury
force-pushed
the
pr_ot_ci
branch
4 times, most recently
from
August 17, 2026 19:26
4d24383 to
d559f86
Compare
The mechanism used is the cross-repo ci infrastructure defined by lowRISC which enables triggering the Opentitan CI from other repositories. Signed-off-by: Amaury Pouly <amaury.pouly@opentitan.org>
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.
The mechanism used is the cross-repo ci infrastructure defined by lowRISC which enables triggering the Opentitan CI from other repositories.
Important note: in order to get a token with sufficient permissions, the FPGA CI workflow is a
pull_request_target, meaning that on a PR, it runs with the content of the workflow on themainbranch (not with the content in the PR!). For this reason, I put the FPGA workflow test in a different file.Requires lowRISC/opentitan#30802
DO NOT MERGE yet: the current branch to trigger is current a testing branch on the
opentitanrepo, the final version should useearlgrey_1.0.0when lowRISC/opentitan#30802 is merged