Skip to content

Releases: machulav/ec2-github-runner

v2.6.1

Choose a tag to compare

@machulav machulav released this 10 Apr 12:26
343a1b2

What's Changed

Full Changelog: v2...v2.6.1

v2.6.0

Choose a tag to compare

@machulav machulav released this 10 Apr 12:05
ba8ae6b

What's Changed

New Contributors

Full Changelog: v2.5.2...v2.6.0

v2

Choose a tag to compare

@machulav machulav released this 29 Jun 23:06
343a1b2

This tag tracks the latest v2.x.x release.

v2.5.2 - Reverted to #cloud-config

Choose a tag to compare

@Preen Preen released this 18 Feb 09:10
a00f575
ensure docker is running (#262)

v2.4.3 - Meta data and latest ver

Choose a tag to compare

@Preen Preen released this 07 Oct 12:30
  • Always use the latest runner
  • Add support for EC2 metadata options input

v2.4.2 - Timeout bugfix

Choose a tag to compare

@Preen Preen released this 24 Sep 14:46

Script failed prematurely, now it abides to the set timeout.

v2.4.1

Choose a tag to compare

@Preen Preen released this 29 May 08:23

v2.4.0

Choose a tag to compare

@Preen Preen released this 19 May 18:39
8b37f73

Configurable volume possibility added:

ec2-volume-size Optional Defines the size of the EC2 Volume in GB, will use the AWS default of 8 GB if not provided.
ec2-device-name Optional Defines the device name used for the root volume.
ec2-volume-type Optional Defines the device type used for the root volume.

v2.3.9: Update README.md

Choose a tag to compare

@Preen Preen released this 21 Mar 09:12
a8c20fc

Be able to define custom labels, startup optimizations. Was able to decrease startup time from 71 to 37 seconds.

          startup-quiet-period-seconds: 10
          startup-retry-interval-seconds: 2

v2.3.8: Allow for Spot Instance

Choose a tag to compare

@Preen Preen released this 22 Jan 09:01
28fbe1c

Add market-type to you config.

      - name: Start EC2 runner
        id: start-ec2-runner
        uses: machulav/ec2-github-runner@v2
        with:
          mode: start
          github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
          ec2-image-id: ${{ env.ARM_EC2_IMAGE_ID }}
          ec2-instance-type: c7g.4xlarge
          subnet-id: ...
          security-group-id: ...
          market-type: spot