mbox series

[RFC,0/3] Enable AWS for users in US/Eastern

Message ID 20241108205040.571326-1-cel@kernel.org (mailing list archive)
Headers show
Series Enable AWS for users in US/Eastern | expand

Message

Chuck Lever Nov. 8, 2024, 8:50 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

Some minor kdevops Kconfig option changes to make AWS work for me.
Some workflow-specific changes are coming later.

Chuck Lever (3):
  aws: Add support for the us-east availability zone
  aws: Update the description of "m5ad.4xlarge"
  aws: Add "m5ad.2xlarge" instance type

 kconfigs/workflows/Kconfig.shared |  1 +
 terraform/aws/Kconfig             | 30 ++++++++++++++++++++++++++----
 workflows/gitr/btrfs/Kconfig      |  1 +
 workflows/gitr/ext4/Kconfig       |  1 +
 workflows/gitr/xfs/Kconfig        |  1 +
 workflows/sysbench/Kconfig.fs     |  1 +
 6 files changed, 31 insertions(+), 4 deletions(-)

Comments

Luis Chamberlain Nov. 9, 2024, 12:02 a.m. UTC | #1
On Fri, Nov 08, 2024 at 03:50:37PM -0500, cel@kernel.org wrote:
> From: Chuck Lever <chuck.lever@oracle.com>
> 
> Some minor kdevops Kconfig option changes to make AWS work for me.
> Some workflow-specific changes are coming later.

Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>

  Luis