Skip to content

Commit 5598e9a

Browse files
authored
Merge pull request #319 from stackhpc/fix-skc-status-checks
Fix SKC required status checks for zed+
2 parents cbfd759 + 08f59ac commit 5598e9a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

terraform/github/terraform.tfvars.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -342,17 +342,7 @@
342342
]
343343
},
344344
"stackhpc-kayobe-config": {
345-
"default": ["none"],
346-
"stackhpc/[vwxy]*": [
347-
"Tox pep8 with Python 3.8",
348-
"Tox releasenotes with Python 3.8",
349-
"Build Kayobe Image / Build kayobe image",
350-
"aio (Rocky OVS) / All in one",
351-
"aio (Rocky OVN) / All in one",
352-
"aio (Ubuntu OVS) / All in one",
353-
"aio (Ubuntu OVN) / All in one"
354-
],
355-
"stackhpc/[z,2]*": [
345+
"default": [
356346
"Tox pep8 with Python 3.10",
357347
"Tox releasenotes with Python 3.10",
358348
"Tox docs with Python 3.10",
@@ -364,6 +354,15 @@
364354
"aio (Ubuntu Jammy OVN) / All in one",
365355
"aio upgrade (Rocky 9 OVN) / All in one",
366356
"aio upgrade (Ubuntu Jammy OVS) / All in one"
357+
],
358+
"stackhpc/[vwxy]*": [
359+
"Tox pep8 with Python 3.8",
360+
"Tox releasenotes with Python 3.8",
361+
"Build Kayobe Image / Build kayobe image",
362+
"aio (Rocky OVS) / All in one",
363+
"aio (Rocky OVN) / All in one",
364+
"aio (Ubuntu OVS) / All in one",
365+
"aio (Ubuntu OVN) / All in one"
367366
]
368367
},
369368
"stackhpc-release-train": {

0 commit comments

Comments
 (0)