Skip to content

Commit

Permalink
Add repository variable for OFT file patterns (#69)
Browse files Browse the repository at this point in the history
The variable contains glob patterns matching the files that need to
be considered by OpenFastTrace when verifying coverage of the
requirements defined by the uProtocol specification.
  • Loading branch information
sophokles73 authored Aug 14, 2024
1 parent 194d432 commit 84dee50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@ orgs.newOrg('eclipse-uprotocol') {
"rust",
"uprotocol"
],
variables+: [
orgs.newRepoVariable('UP_SPEC_OPEN_FAST_TRACE_FILE_PATTERNS') {
value: "*.{adoc,md} *.rs .github examples src tests tools up-spec/*.{adoc,md} up-spec/basics up-spec/up-l2/api.adoc",
},
],
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
Expand Down

0 comments on commit 84dee50

Please sign in to comment.