-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add CI workflow #10
Add CI workflow #10
Conversation
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.
- For "github: add issue and pull-request templates":
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
- For "github: add stale issue and pull-request cleanup":
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
.github/workflows/ci.yml
Outdated
ln -s ${OPTEE_FTPM_TO_TEST} ${TOP}/optee_ftpm | ||
cd ${TOP}/build | ||
|
||
make -j$(nproc) check |
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.
- Perhaps add
MEASURED_BOOT_FTPM=y
? For documentation purposes and in case the default would change - Perhaps restrict the test to the fTPM suite? At the moment it is
regression_1041
only (CHECK_TEST=xtest XTEST_ARGS=regression_1041
) isn't it?
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.
That makes sense, I'll update.
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.
For "github: add CI workflow":
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Add templates for issues and pull-requests. Copied from optee_os/.github/. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Add workflow stales.yml to clean up stale issues and pull-requests. Copied from optee_os/.github/. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Add CI workflows, to build and to cancel old builds on updates. Copied from optee_os/.github/workflow/ and updated as needed. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Squashed and tags applied. Please note the dependency to OP-TEE/optee_test#775. |
No description provided.