Fix ingress probe image selection
This commit is contained in:
@@ -156,6 +156,11 @@ class RuntimeDistributionBuildTests(unittest.TestCase):
|
||||
)
|
||||
self.assertIn("runtime-smoke-amd64.json", workflow)
|
||||
self.assertIn("runtime-smoke-arm64.json", workflow)
|
||||
self.assertIn(
|
||||
"jq -r '.platforms[\"linux/amd64\"]' runtime-output/api-metadata.json",
|
||||
workflow,
|
||||
)
|
||||
self.assertNotIn(".platforms[\\\"linux/amd64\\\"]", workflow)
|
||||
|
||||
def test_workflow_binds_the_release_tag_to_the_workflow_commit(self) -> None:
|
||||
workflow = (ROOT / ".gitea/workflows/runtime-distribution.yml").read_text(
|
||||
|
||||
Reference in New Issue
Block a user