Skip to content

Commit

Permalink
Temporarily disable check.yaml for the following project. (#134)
Browse files Browse the repository at this point in the history
- charm-prometheus-juju-exporter
- prometheus-juju-exporter
- hardware-observer-operator

Co-authored-by: Samuel Allan <[email protected]>
  • Loading branch information
chanchiwai-ray and samuelallan72 authored Dec 11, 2024
1 parent 5614e4a commit 94fa426
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
19 changes: 10 additions & 9 deletions terraform-plans/configs/charm-prometheus-juju-exporter_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ templates = {
destination = ".github/CODEOWNERS"
vars = {}
}
check = {
source = "./templates/github/charm_check.yaml.tftpl"
destination = ".github/workflows/check.yaml"
vars = {
runs_on = "[[ubuntu-22.04]]",
test_commands = "['TEST_JUJU3=1 make functional']",
juju_channels = "[\"3.4/stable\", \"3.5/stable\"]",
}
}
# 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]]",
# test_commands = "['TEST_JUJU3=1 make functional']",
# juju_channels = "[\"3.4/stable\", \"3.5/stable\"]",
# }
# }
promote = {
source = "./templates/github/charm_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
Expand Down
19 changes: 10 additions & 9 deletions terraform-plans/configs/hardware-observer-operator_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ templates = {
destination = ".github/CODEOWNERS"
vars = {}
}
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\"]",
}
}
# 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\"]",
# }
# }
promote = {
source = "./templates/github/charm_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
Expand Down
15 changes: 8 additions & 7 deletions terraform-plans/configs/prometheus-juju-exporter_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ templates = {
destination = ".github/CODEOWNERS"
vars = {}
}
check = {
source = "./templates/github/snap_check.yaml.tftpl"
destination = ".github/workflows/check.yaml"
vars = {
runs_on = "[[ubuntu-22.04]]",
}
}
# Temporarily disable it since the snap uses a different template
# check = {
# source = "./templates/github/snap_check.yaml.tftpl"
# destination = ".github/workflows/check.yaml"
# vars = {
# runs_on = "[[ubuntu-22.04]]",
# }
# }
promote = {
source = "./templates/github/snap_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
Expand Down

0 comments on commit 94fa426

Please sign in to comment.