Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#3761 from zmeyers-ampere:deb11…
Browse files Browse the repository at this point in the history
…-static-mixin

PiperOrigin-RevId: 495412214
  • Loading branch information
copybara-github committed Dec 14, 2022
2 parents a22c7ec + a35c0ec commit c919cf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

### New features:

- Add support for static systems running debian11
- Add ibmcloud as a new provider.
- Add prefix/directory support for object storage service runs.
- Add MaskRCNN and ReXtNet-101 to the horovod benchmark.
Expand Down
5 changes: 5 additions & 0 deletions perfkitbenchmarker/static_virtual_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,3 +374,8 @@ class Debian9BasedStaticVirtualMachine(StaticVirtualMachine,
class Debian10BasedStaticVirtualMachine(StaticVirtualMachine,
linux_virtual_machine.Debian10Mixin):
pass


class Debian11BasedStaticVirtualMachine(StaticVirtualMachine,
linux_virtual_machine.Debian11Mixin):
pass

0 comments on commit c919cf6

Please sign in to comment.