Skip to content

Commit

Permalink
Add snap templates for charmed-openstack-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Deezzir committed Dec 2, 2024
1 parent f98332f commit 51880c1
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,30 @@ templates = {
destination = ".github/CODEOWNERS"
vars = {}
}
check = {
source = "./templates/github/snap_check.yaml.tftpl"
destination = ".github/workflows/check.yaml"
vars = {
runs_on = "[[ubuntu-22.04], [self-hosted, jammy, ARM64]]",
}
}
promote = {
source = "./templates/github/snap_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {}
}
release = {
source = "./templates/github/snap_release.yaml.tftpl"
destination = ".github/workflows/release.yaml"
vars = {
runs_on = "[[ubuntu-22.04], [self-hosted, jammy, ARM64]]",
}
}
yamllint = {
source = "./templates/github/snap_yamllint.yaml.tftpl"
destination = ".yamllint"
vars = {}
}
jira_sync_config = {
source = "./templates/github/jira_sync_config.yaml.tftpl"
destination = ".github/.jira_sync_config.yaml"
Expand Down

0 comments on commit 51880c1

Please sign in to comment.