[PW_SID:847218] [BlueZ,v1,1/3] gdbus: Add testing flags#2214
Closed
BluezTestBot wants to merge 4 commits intoworkflowfrom
Closed
[PW_SID:847218] [BlueZ,v1,1/3] gdbus: Add testing flags#2214BluezTestBot wants to merge 4 commits intoworkflowfrom
BluezTestBot wants to merge 4 commits intoworkflowfrom
Conversation
This patch adds workflow files for ci:
[sync.yml]
- runs every 30 mins.
- sync repo with upstream repo and rebase workflow branch to tip of
master.
- creates PR after reading patches from patchwork.kernel.org
[ci.yml]
- Tests the following checks:
- checkpatch
- gitlint
- make
- make check
[code_scan.yml]
- Static code checker: Coverity and Clang
- Coverity: Submit the result to the coverity website
- Clang Code Scan: Send email with result file to the internal team
To simplify the history, new change will amend to this patch without
creating new patch.
This adds testing flags which are similar to experimental but are only available for testing.
This adds support for D-Bus testing interfaces and testing profile drivers.
This makes ccp plugin for testing only rather than experimental since it is only meant for test validation as platforms shall integrate CCP directly into their telephony stack.
Owner
Author
|
CheckPatch |
Owner
Author
|
GitLint |
Owner
Author
|
BuildEll |
0caef89 to
362d6f5
Compare
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.
From: Luiz Augusto von Dentz luiz.von.dentz@intel.com
This adds testing flags which are similar to experimental but are only
available for testing.
gdbus/gdbus.h | 23 +++++++++++++++++++++++
gdbus/object.c | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)