From 66afa3c918d8940de6813ce61aa32d131f004f48 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Tue, 11 Nov 2025 10:36:49 -0800 Subject: [PATCH 1/2] [autorevert] add 'vllm-test' workflow Signed-off-by: Huy Do --- aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py b/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py index 5356731230..5f7b211fac 100755 --- a/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py +++ b/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py @@ -60,7 +60,7 @@ def __init__(self): self.secret_store_name = os.environ.get("SECRET_STORE_NAME", "") self.workflows = os.environ.get( "WORKFLOWS", - ",".join(["Lint", "trunk", "pull", "inductor", "linux-aarch64", "slow"]), + ",".join(["Lint", "trunk", "pull", "inductor", "linux-aarch64", "slow", "vllm-test"]), ).split(",") def to_autorevert_v2_params( From 12df2b295b2edf9d183cc7beeae2c9327524e3e4 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Thu, 13 Nov 2025 15:02:46 -0800 Subject: [PATCH 2/2] Fix lint Signed-off-by: Huy Do --- .../pytorch_auto_revert/__main__.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py b/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py index 5f7b211fac..31e881a0ce 100755 --- a/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py +++ b/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py @@ -60,7 +60,17 @@ def __init__(self): self.secret_store_name = os.environ.get("SECRET_STORE_NAME", "") self.workflows = os.environ.get( "WORKFLOWS", - ",".join(["Lint", "trunk", "pull", "inductor", "linux-aarch64", "slow", "vllm-test"]), + ",".join( + [ + "Lint", + "trunk", + "pull", + "inductor", + "linux-aarch64", + "slow", + "vllm-test", + ] + ), ).split(",") def to_autorevert_v2_params(