Skip to content

Commit

Permalink
Add snap templates for charmed-openstack-exporter (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deezzir authored Dec 3, 2024
1 parent 4fbf4ad commit 1ed0c4b
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 = {}
}
tics = {
source = "./templates/github/snap_tics.yaml.tftpl"
destination = ".github/workflows/tics.yaml"
Expand Down

0 comments on commit 1ed0c4b

Please sign in to comment.