Skip to content

Commit

Permalink
Support Redis memtier benchmark on AzLinux (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: swseelam <[email protected]>
  • Loading branch information
sseelam2 and swseelam authored Sep 30, 2024
1 parent 9a9badf commit 93aeb27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ private async Task ValidatePlatformSupportAsync(CancellationToken cancellationTo
case LinuxDistribution.Debian:
case LinuxDistribution.CentOS8:
case LinuxDistribution.RHEL8:
case LinuxDistribution.AzLinux:
break;
default:
throw new WorkloadException(
Expand Down

0 comments on commit 93aeb27

Please sign in to comment.