Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily disable check.yaml for the following projects #134

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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