8000 Releases · machulav/ec2-github-runner · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: machulav/ec2-github-runner

v2.4.1

29 May 08:23
Compare
Choose a tag to compare

v2.4.0

19 May 18:39
8b37f73
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v2.3.5

19 Feb 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2

29 Jun 23:06
Compare
Choose a tag to compare

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

v2.3.4

03 Dec 10:04
2c4d1dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2...v2.3.4

v2.3.3

09 Nov 12:48
4e0303d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

0