mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #2357] Adding support for pluggable Container Execution Environments like AWS ECS Fargate and similar #1084
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1084
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yuriy-yarosh on GitHub (Jun 9, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2357
Act version
act version 0.2.63
Feature description
Github Actions autoscaling is kinda busted if you don't want to rely on Github Actions Webhooks.
AWS CodeBuild and AWS CodeCatalyst are overpriced, and it makes more sense to replace them with AWS ECS Fargate Spot, or EC2 Spot Fleet Instances.
ACT has a pre-defined workflow graph for jobs that can be traversed and respective resources could be provisioned, autoscaled on demand, or scrapped during idling.
This would make ACT a very convenient tool for those who don't want to dive deep into Kubernetes and prefer to focus on simpler Cloud Managed Solutions.
@yuriy-yarosh commented on GitHub (Jun 9, 2024):
Shoes have something similar for EC2 Spots, implemented as a hashicorp plugin.
@ChristopherHX commented on GitHub (Jun 11, 2024):
What is your longterm Goal?, some of solutions are already available in the wild
Some potential Goals are listed here, maybe it's not in the list
runner.serverproject, webhook based fake GitHub Actions Server. Not ready outside POC testing.BTW I don't have the time to implement feature requests
@ErikEngerd commented on GitHub (Nov 10, 2024):
Perhaps implementing container hooks as described here:
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs
See for example the k8s hook: https://github.com/actions/runner-container-hooks