Skip to content

Commit

Permalink
Merge pull request #290 from stackhpc/required-checks
Browse files Browse the repository at this point in the history
Update required checks for pulp collection and SKC
  • Loading branch information
markgoddard authored Feb 22, 2024
2 parents 18a87ed + c5b247f commit e39a4ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions terraform/github/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"users": {
"maintainers": [],
"members": [
"JohnGarbutt",
"stackhpc-ci"
]
}
Expand Down Expand Up @@ -305,8 +306,8 @@
"required_status_checks": {
"ansible-collection-pulp": {
"default": [
"integration (3.16)",
"integration (3.21)",
"integration (3.45)",
"lint / Ansible 2.12 lint",
"lint / Ansible 2.14 lint",
"lint / Ansible 2.12 sanity",
Expand Down Expand Up @@ -352,11 +353,15 @@
"stackhpc/[z,2]*": [
"Tox pep8 with Python 3.10",
"Tox releasenotes with Python 3.10",
"Tox docs with Python 3.10",
"Build Kayobe Image / Build kayobe image",
"Check container image tags / Check container image tags",
"aio (Rocky 9 OVS) / All in one",
"aio (Rocky 9 OVN) / All in one",
"aio (Ubuntu Jammy OVS) / All in one",
"aio (Ubuntu Jammy OVN) / All in one"
"aio (Ubuntu Jammy OVN) / All in one",
"aio upgrade (Rocky 9 OVN) / All in one",
"aio upgrade (Ubuntu Jammy OVS) / All in one"
]
},
"stackhpc-release-train": {
Expand Down

0 comments on commit e39a4ba

Please sign in to comment.