Skip to content

Commit

Permalink
Manage hardware observer's check.yaml again
Browse files Browse the repository at this point in the history
  • Loading branch information
chanchiwai-ray committed Mar 4, 2025
1 parent de496d3 commit 1ffc084
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions terraform-plans/configs/hardware-observer-operator_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ templates = {
destination = ".github/CODEOWNERS"
vars = {}
}
# Temporarily disable it since the charm uses a different template
# check = {
# source = "./templates/github/charm_check.yaml.tftpl"
# destination = ".github/workflows/check.yaml"
# vars = {
# runs_on = "[[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]]",
# test_commands = "['tox -e func -- -v --series focal --keep-models', 'tox -e func -- -v --series jammy --keep-models']",
# juju_channels = "[\"3.4/stable\"]",
# }
# }
check = {
source = "./templates/github/charm_check.yaml.tftpl"
destination = ".github/workflows/check.yaml"
vars = {
runs_on = "[[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]]",
test_commands = "['tox -e func -- -v --base ubuntu@20.04 --keep-models', 'tox -e func -- -v --base ubuntu@22.04 --keep-models', 'if [ \"$(uname -m)\" = \"aarch64\" ]; then echo \"skipping func tests on ubuntu@24.04/arm64\"; else tox -e func -- -v --base ubuntu@24.04 --keep-models; fi' ]",
juju_channels = "[\"3.4/stable\"]",
}
}
promote = {
source = "./templates/github/charm_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
Expand Down

0 comments on commit 1ffc084

Please sign in to comment.