Skip to content

Commit

Permalink
Add volttron-test-utils repository (#10)
Browse files Browse the repository at this point in the history
* Update eclipse-volttron.jsonnet

add volttron-testing-utils

Signed-off-by: Craig <[email protected]>

* Update eclipse-volttron.jsonnet

Moved volttron-test-utils

Signed-off-by: Craig <[email protected]>

---------

Signed-off-by: Craig <[email protected]>
  • Loading branch information
craig8 authored Feb 8, 2024
1 parent e72351a commit 0ce8018
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions otterdog/eclipse-volttron.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,15 @@ orgs.newOrg('eclipse-volttron') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('volttron-test-utils') {
allow_merge_commit: false,
allow_update_branch: false,
delete_branch_on_merge: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('volttron-testing') {
allow_merge_commit: true,
delete_branch_on_merge: false,
Expand Down

0 comments on commit 0ce8018

Please sign in to comment.