Skip to content

Commit 3d016a9

Browse files
committed
DL userdata payload at runtime
1 parent 6059133 commit 3d016a9

File tree

9 files changed

+700
-2441
lines changed

9 files changed

+700
-2441
lines changed

.github/workflows/demo-cpu-sweep.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- { "os": Ubuntu 22.04, "arch": ARM, "ami": ami-06daf9c2d2cf1cb37, "instance_type": t4g.medium }
2828
- { "os": Ubuntu 24.04, "arch": x86, "ami": ami-0ca5a2f40c2601df6, "instance_type": t3.medium }
2929
- { "os": Ubuntu 24.04, "arch": ARM, "ami": ami-0aa307ed50ca3e58f, "instance_type": t4g.medium }
30-
- { "os": Debian 11, "arch": x86, "ami": ami-0e6612f57082e7ea4, "instance_type": t3.large }
31-
- { "os": Debian 11, "arch": ARM, "ami": ami-0c3f5b0b87f042da8, "instance_type": t4g.large }
32-
- { "os": Debian 12, "arch": x86, "ami": ami-05b50089e01b13194, "instance_type": t3.large }
33-
- { "os": Debian 12, "arch": ARM, "ami": ami-0505441d7e1514742, "instance_type": t4g.large }
30+
- { "os": Debian 11 , "arch": x86, "ami": ami-0e6612f57082e7ea4, "instance_type": t3.large }
31+
- { "os": Debian 11 , "arch": ARM, "ami": ami-0c3f5b0b87f042da8, "instance_type": t4g.large }
32+
- { "os": Debian 12 , "arch": x86, "ami": ami-05b50089e01b13194, "instance_type": t3.large }
33+
- { "os": Debian 12 , "arch": ARM, "ami": ami-0505441d7e1514742, "instance_type": t4g.large }
3434
- { "os": AL2 , "arch": x86, "ami": ami-0e2c86481225d3c51, "instance_type": t3.small }
3535
- { "os": AL2 , "arch": ARM, "ami": ami-08333c9352b93f31e, "instance_type": t4g.small }
3636
- { "os": AL2023 , "arch": x86, "ami": ami-00ca32bbc84273381, "instance_type": t3.small }

.github/workflows/runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
id: aws-start
167167
uses: ./
168168
with:
169+
action_ref: ${{ inputs.action_ref }}
169170
aws_region: ${{ inputs.aws_region || vars.AWS_REGION }}
170171
aws_tags: ${{ inputs.aws_tags }}
171172
cloudwatch_logs_group: ${{ inputs.cloudwatch_logs_group || vars.CLOUDWATCH_LOGS_GROUP }}

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cd tests/ && pytest -v -m 'not slow'
2020
# pytest --snapshot-update -m 'not slow'
2121
# pytest -vvv -m 'not slow' .
2222
# ```
23-
# Can be used in conjunction with `git rebase -x`. I'll mostly do this manually when cleaning up commits.
23+
# Update syrupy "snapshot" files. Can also be used in conjunction with `git rebase -x` (I'll mostly do that manually, when cleaning up commits).
2424
scripts/update-snapshots.sh
2525
```
2626

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ runs:
44
using: "docker"
55
image: "Dockerfile"
66
inputs:
7+
action_ref:
8+
description: "ec2-gha Git ref (branch/tag/SHA) to use for fetching scripts"
9+
required: false
10+
default: "v2"
711
aws_region:
812
description: "AWS region for EC2 instances (falls back to vars.AWS_REGION, then us-east-1)"
913
required: false

0 commit comments

Comments
 (0)