Skip to content

Commit

Permalink
update rocky publisher name (#3251)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 authored Oct 29, 2024
1 parent 9c565c7 commit 5a94b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/orchestrator/lib/agent_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ def read_file(path: str) -> str:
template: Dict[str, Any] = json.loads(read_file(str(self._test_source_directory/"orchestrator"/"templates/vmss.json")))

# Scale sets for some images need to be deployed with 'plan' property
plan_required_images = ["almalinux", "kinvolk", "erockyenterprisesoftwarefoundationinc1653071250513"]
plan_required_images = ["almalinux", "kinvolk", "resf"]
if publisher in plan_required_images:
resources: List[Dict[str, Any]] = template.get('resources')
for resource in resources:
Expand Down

0 comments on commit 5a94b1e

Please sign in to comment.