Skip to content

Commit

Permalink
Creating the vsomeip HelloWorld and zenoh-example projects (#43)
Browse files Browse the repository at this point in the history
* Creating the vsomeip HelloWorld project

* Also add zenoh example code
  • Loading branch information
Steven Hartley authored Mar 7, 2024
1 parent 4f28528 commit aeb13a8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions otterdog/eclipse-uprotocol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,36 @@ orgs.newOrg('eclipse-uprotocol') {
},
},

orgs.newRepo('up-vsomeip-helloworld') {
allow_update_branch: false,
description: "COVESA/uServices HelloWorld example for mechatronics hello world uService and client using vsomeip",
topics: [
"cpp",
"example",
"vsomeip",
"uprotocol",
],
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},

orgs.newRepo('up-zenoh-example-rust') {
allow_update_branch: false,
description: "Example code for zenoh using up-client-zenoh-rust",
topics: [
"rust",
"example",
"zenoh",
"uprotocol",
],
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},

orgs.newRepo('up-experiments') {
allow_update_branch: false,
description: "Dumping ground for experiments that are WiP and there is no better home for the code",
Expand Down

0 comments on commit aeb13a8

Please sign in to comment.