Unverified Commit c1d4a0dd authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[CI] add new runner for testing (#9699)

new runner.
parent 9a92b817
...@@ -4,12 +4,13 @@ on: ...@@ -4,12 +4,13 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
runner_type: 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 type: choice
required: true required: true
options: options:
- aws-g6-4xlarge-plus - aws-g6-4xlarge-plus
- aws-g4dn-2xlarge - aws-g4dn-2xlarge
- aws-g6e-xlarge-plus
docker_image: docker_image:
description: 'Name of the Docker image' description: 'Name of the Docker image'
required: true required: true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment