Skip to content

Commit

Permalink
update rocky publisher name (#3251)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a94b1e)
  • Loading branch information
nagworld9 authored and maddieford committed Nov 26, 2024
1 parent 6e2ed79 commit d93d556
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 @@ -938,7 +938,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 d93d556

Please sign in to comment.