Skip to content

Releases: machulav/ec2-github-runner

v2.4.3 - Meta data and latest ver

07 Oct 12:30

Choose a tag to compare

  • Always use the latest runner
  • Add support for EC2 metadata options input

v2.4.2 - Timeout bugfix

24 Sep 14:46

Choose a tag to compare

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

v2.4.1

29 May 08:23

Choose a tag to compare

v2.4.0

19 May 18:39
8b37f73

Choose a tag to compare

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

21 Mar 09:12
a8c20fc

Choose a tag to compare

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

22 Jan 09:01
28fbe1c

Choose a tag to compare

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

v2.3.7

30 Oct 13:52

Choose a tag to compare

What's Changed

  • Upgrade to AWS SDK 3 and NodeJS 20 in #192

Full Changelog: v2.3.6...v2.3.7

v2.3.6

19 Feb 16:27

Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.3.6

v2.3.5

19 Feb 13:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.4...v2.3.5

v2

29 Jun 23:06

Choose a tag to compare

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