Skip to content

Commit

Permalink
Add new rep for performance tests (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <sebastian.schildt@de.bosch.com>
  • Loading branch information
SebastianSchildt authored Aug 22, 2024
1 parent 740122d commit 85e918a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -324,5 +324,17 @@ orgs.newOrg('eclipse-kuksa') {
kuksa_default_branch_protection_rule('main')
],
},
orgs.newRepo('kuksa-perf') {
description: "KUKSA performance tests",
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
dependabot_security_updates_enabled: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
],
}

0 comments on commit 85e918a

Please sign in to comment.