Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c784eff19 | |||
| cee451f741 |
@@ -9,7 +9,7 @@ steps:
|
|||||||
VAULT_AUTH_METHOD: kubernetes
|
VAULT_AUTH_METHOD: kubernetes
|
||||||
commands:
|
commands:
|
||||||
- dnf install vault -y
|
- dnf install vault -y
|
||||||
- make apply
|
- make apply-if-changes
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
serviceAccountName: terraform-git
|
serviceAccountName: terraform-git
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
description: "Base container image for forgebot agents"
|
|
||||||
private: false
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
description: "Dev toolchain container for forgebot agents"
|
|
||||||
private: false
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
description: "Infrastructure toolchain container for forgebot agents"
|
|
||||||
private: false
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
description: "Skill definitions for forgebot agents"
|
|
||||||
private: false
|
|
||||||
default_branch: "main"
|
|
||||||
default_delete_branch_after_merge: true
|
|
||||||
default_merge_style: "squash"
|
|
||||||
branch_protection:
|
|
||||||
- rule_name: "main"
|
|
||||||
enable_push: false
|
|
||||||
status_check_contexts:
|
|
||||||
- "ci/woodpecker/pr/validate"
|
|
||||||
approval_whitelist_teams:
|
|
||||||
- "forgebot"
|
|
||||||
merge_whitelist_teams:
|
|
||||||
- "forgebot"
|
|
||||||
woodpecker: true
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
description: "K8s operator + API for AI agent dispatch from git forges"
|
|
||||||
private: false
|
|
||||||
default_branch: "main"
|
|
||||||
default_delete_branch_after_merge: true
|
|
||||||
default_merge_style: "squash"
|
|
||||||
branch_protection:
|
|
||||||
- rule_name: "main"
|
|
||||||
enable_push: false
|
|
||||||
status_check_contexts:
|
|
||||||
- "ci/woodpecker/pr/pre-commit"
|
|
||||||
- "ci/woodpecker/pr/test"
|
|
||||||
- "ci/woodpecker/pr/build"
|
|
||||||
approval_whitelist_teams:
|
|
||||||
- "forgebot"
|
|
||||||
merge_whitelist_teams:
|
|
||||||
- "forgebot"
|
|
||||||
woodpecker: true
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
description: "Terraform configuration for managing ArtifactAPI remote and virtual repositories"
|
|
||||||
private: false
|
|
||||||
default_branch: "master"
|
|
||||||
default_delete_branch_after_merge: true
|
|
||||||
default_merge_style: "squash"
|
|
||||||
branch_protection:
|
|
||||||
- rule_name: "master"
|
|
||||||
enable_push: false
|
|
||||||
merge_whitelist_users:
|
|
||||||
- "benvin"
|
|
||||||
- "unkinben"
|
|
||||||
status_check_contexts:
|
|
||||||
- "ci/woodpecker/pr/pre-commit"
|
|
||||||
- "ci/woodpecker/pr/plan"
|
|
||||||
approval_whitelist_users:
|
|
||||||
- "unkinben"
|
|
||||||
approval_whitelist_teams:
|
|
||||||
- "Owners"
|
|
||||||
woodpecker: true
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
description: "forgebot maintainers"
|
|
||||||
permission: none
|
|
||||||
include_all_repositories: false
|
|
||||||
can_create_repos: false
|
|
||||||
repositories:
|
|
||||||
- forgebot
|
|
||||||
- forgebot-skills
|
|
||||||
- container-agent-base
|
|
||||||
- container-agent-dev
|
|
||||||
- container-agent-infra
|
|
||||||
members:
|
|
||||||
- unkinben
|
|
||||||
- benvin
|
|
||||||
@@ -143,31 +143,6 @@ import {
|
|||||||
id = "137"
|
id = "137"
|
||||||
}
|
}
|
||||||
|
|
||||||
import {
|
|
||||||
to = module.repository["git.unkin.net/unkin/forgebot"].gitea_repository.this
|
|
||||||
id = "139"
|
|
||||||
}
|
|
||||||
|
|
||||||
import {
|
|
||||||
to = module.repository["git.unkin.net/unkin/forgebot-skills"].gitea_repository.this
|
|
||||||
id = "140"
|
|
||||||
}
|
|
||||||
|
|
||||||
import {
|
|
||||||
to = module.repository["git.unkin.net/unkin/container-agent-base"].gitea_repository.this
|
|
||||||
id = "141"
|
|
||||||
}
|
|
||||||
|
|
||||||
import {
|
|
||||||
to = module.repository["git.unkin.net/unkin/container-agent-dev"].gitea_repository.this
|
|
||||||
id = "142"
|
|
||||||
}
|
|
||||||
|
|
||||||
import {
|
|
||||||
to = module.repository["git.unkin.net/unkin/container-agent-infra"].gitea_repository.this
|
|
||||||
id = "143"
|
|
||||||
}
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
to = module.team["git.unkin.net/unkin/Owners"].gitea_team.this
|
to = module.team["git.unkin.net/unkin/Owners"].gitea_team.this
|
||||||
id = "3"
|
id = "3"
|
||||||
|
|||||||
Reference in New Issue
Block a user