Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteFoy committed Oct 8, 2024
1 parent 3f9a100 commit 18b7a16
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 16 deletions.
1 change: 0 additions & 1 deletion Pulumi.baptiste-foy-aws-vm.yaml

This file was deleted.

1 change: 0 additions & 1 deletion Pulumi.baptiste-foy-installer-lab.yaml

This file was deleted.

1 change: 0 additions & 1 deletion Pulumi.system-tests_onboarding.yaml

This file was deleted.

1 change: 0 additions & 1 deletion Pulumi.testing_v3.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions utils/_context/virtual_machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ def __init__(self, **kwargs) -> None:
**kwargs,
)


class Fedora36amd64(_VirtualMachine):
def __init__(self, **kwargs) -> None:
super().__init__(
Expand All @@ -737,6 +738,7 @@ def __init__(self, **kwargs) -> None:
**kwargs,
)


class Fedora36arm64(_VirtualMachine):
def __init__(self, **kwargs) -> None:
super().__init__(
Expand All @@ -752,6 +754,7 @@ def __init__(self, **kwargs) -> None:
**kwargs,
)


class Fedora37amd64(_VirtualMachine):
def __init__(self, **kwargs) -> None:
super().__init__(
Expand All @@ -767,6 +770,7 @@ def __init__(self, **kwargs) -> None:
**kwargs,
)


class Fedora37arm64(_VirtualMachine):
def __init__(self, **kwargs) -> None:
super().__init__(
Expand Down

This file was deleted.

0 comments on commit 18b7a16

Please sign in to comment.