newrelic/Fargate Runner Action
Allows to execute given fargate task and stream logs back.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_region | AWS region. | yes | — |
| ecs_cluster_name | ECS cluster name. | yes | — |
| task_definition_name | Task Definition. | yes | — |
| container_make_target | Container make target. | yes | — |
| cloud_watch_logs_group_name | Task Definition. | yes | — |
| cloud_watch_logs_stream_name | Task Definition. | yes | — |
| aws_vpc_subnet | Task Definition. | yes | — |
| aws_vpc_security_groups | Security group to be used by the task. If not specified, the default security group of the VPC will be used. | no | — |
| log_filters | Regexp filters that will be applied to CloudWatch output. To show the full logs add the following filter ".*". By default, it filters Ansible role execution logs. | no | \[ALLOW_MSG\].+ TASK\s\[.*\]\s PLAY\s\[.*\]\s PLAY\sRECAP\s ok=\d+\s+changed=\d+\s+unreachable=\d+\s+failed=\d+\s+skipped=\d+\s+rescued=\d+\s+ignored=\d+ |
| repo_name | Repository name to clone by the runner to execute make target. | yes | — |
| git_clone_url | Full URL of the repository to clone by the runner to execute make target. | no | — |
| ref | Reference to checkout, for example main. | yes | — |
Outputs
no outputs