Skip to content

Commit

Permalink
Added Demo repository for BlueChi (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi authored Aug 28, 2024
1 parent 8901384 commit 5d07aca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions otterdog/eclipse-bluechi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,26 @@ orgs.newOrg('eclipse-bluechi') {
},
],
},
orgs.newRepo('bluechi-demos') {
allow_update_branch: false,
description: "Demos for BlueChi and its tooling",
has_projects: false,
has_wiki: false,
homepage: "https://bluechi.readthedocs.io/en/latest/",
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
requires_conversation_resolution: true,
requires_linear_history: true,
requires_strict_status_checks: true,
},
],
secrets: [
orgs.newRepoSecret('QUAY_BOT_API_TOKEN') {
value: "pass:bots/automotive.bluechi/quay.io/api-token",
},
],
},
orgs.newRepo('bluechi-ansible-collection') {
allow_update_branch: false,
description: "Ansible collection for installing BlueChi controller and agents",
Expand Down

0 comments on commit 5d07aca

Please sign in to comment.