From c1d4a0dded4d5b5f434051435c3cb091ffb9cabd Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Thu, 31 Oct 2024 14:58:05 +0530 Subject: [PATCH] [CI] add new runner for testing (#9699) new runner. --- .github/workflows/ssh-runner.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ssh-runner.yml b/.github/workflows/ssh-runner.yml index 0d4fe1578b..fd65598a53 100644 --- a/.github/workflows/ssh-runner.yml +++ b/.github/workflows/ssh-runner.yml @@ -4,12 +4,13 @@ on: workflow_dispatch: inputs: runner_type: - description: 'Type of runner to test (aws-g6-4xlarge-plus: a10 or aws-g4dn-2xlarge: t4)' + description: 'Type of runner to test (aws-g6-4xlarge-plus: a10, aws-g4dn-2xlarge: t4, aws-g6e-xlarge-plus: L40)' type: choice required: true options: - aws-g6-4xlarge-plus - aws-g4dn-2xlarge + - aws-g6e-xlarge-plus docker_image: description: 'Name of the Docker image' required: true