From a5707699fec2b46f4d2339c9d7bbb2f8b42c5669 Mon Sep 17 00:00:00 2001 From: ajithvcoder Date: Mon, 4 Nov 2024 06:36:34 +0000 Subject: [PATCH] change workflow --- .github/workflows/ec2-new-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ec2-new-pipeline.yml b/.github/workflows/ec2-new-pipeline.yml index 7294c08..2f8c40b 100644 --- a/.github/workflows/ec2-new-pipeline.yml +++ b/.github/workflows/ec2-new-pipeline.yml @@ -20,13 +20,13 @@ jobs: aws_region: "ap-south-1" github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} github_action_runner_version: v2.300.2 # Optional (default is latest release) - github_action_runner_extra_cli_args: "--disableupdate" # Extra cli args for runner startup command + # github_action_runner_extra_cli_args: "--disableupdate" # Extra cli args for runner startup command github_job_start_ttl_seconds: 60 # Optional - (defaults to 0 disabling this feature) github_api_retry_delay: 10 # Optional - Delay when polling for runner registration (default is 10 seconds) ec2_instance_type: g4dn.xlarge ec2_ami_id: ami-06bf4022fa9e0886f ec2_root_disk_size_gb: "64" # Optional - (defaults to AMI settings) - ec2_root_disk_ebs_class: "gp2" # Optional - Only used with custom volume root size (defaults to gp2) + # ec2_root_disk_ebs_class: "gp3" # Optional - Only used with custom volume root size (defaults to gp2) ec2_subnet_id: "subnet-0bd682e0d0c12e92c" ec2_security_group_id: "sg-0670dbbbe310e8f04" ec2_instance_ttl: 1 # Optional - (default is 60 minutes)