test/fmt/v1: use existing runner in manifests
Instead of using a non-existing runner `org.osbuild.test` use an existing one `org.osbuild.linux`. This prepares the switch to using runner auto-detection, which will rely on existing runners.
This commit is contained in:
parent
77e717f4f4
commit
0554ac652b
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ BASIC_PIPELINE = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"runner": "org.osbuild.test"
|
||||
"runner": "org.osbuild.linux"
|
||||
},
|
||||
"stages": [
|
||||
{
|
||||
|
|
@ -231,7 +231,7 @@ class TestFormatV1(unittest.TestCase):
|
|||
}
|
||||
]
|
||||
},
|
||||
"runner": "org.osbuild.test",
|
||||
"runner": "org.osbuild.linux",
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.noop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue