Skip to content

Commit

Permalink
Port changes[1] back to automation repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chanchiwai-ray committed Mar 5, 2025
1 parent b0dde2a commit de18c17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform-plans/configs/charm-sysconfig_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ templates = {
vars = {
# Skip ARM64 check because the functional test runs on lxd VM which is not working
# on arm64 right now.
runs_on = "[[self-hosted, jammy, X64, large]]",
test_commands = "['tox -e func']",
runs_on = "[[self-hosted, jammy, X64, large], [Ubuntu_ARM64_4C_16G_01]]",
test_commands = "['if [ \"$(uname -m)\" = \"aarch64\" ]; then echo \"skipping func tests on arm64\"; else tox -e func; fi']",
juju_channels = "[\"3.4/stable\"]",
charmcraft_channel = "3.x/stable",
python_versions = "['3.8', '3.10']",
Expand All @@ -36,7 +36,7 @@ templates = {
source = "./templates/github/charm_release.yaml.tftpl"
destination = ".github/workflows/release.yaml"
vars = {
runs_on = "[[ubuntu-22.04], [Ubuntu_ARM64_4C_16G_01]]",
runs_on = "[[ubuntu-22.04]]",
charmcraft_channel = "3.x/stable",
}
}
Expand Down

0 comments on commit de18c17

Please sign in to comment.