Skip to content

Commit 239f05e

Browse files
feat(secret): update
1 parent 2c54fb7 commit 239f05e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
with:
8888
UNIQUE_NAME: "nightly:e2e"
8989
REPOSITORY_ENDPOINT: "http://nr-downloads-ohai-testing.s3-website-us-east-1.amazonaws.com/preview"
90+
EC2_FILTERS: '[\"ubuntu22.04\"]'
9091
PACKAGE_VERSION: 0.100.13050463182
9192
secrets:
9293
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}

test/provision/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "ec2_prefix" {
55
variable "ec2_otels" {
66
type = map(any)
77
default = {
8-
"amd64:ubuntu24.04" = {
8+
"amd64:ubuntu22.04" = {
99
ami = "ami-0884d2865dbe9de4b"
1010
subnet = "subnet-00aa02e6d991b478e"
1111
security_groups = ["sg-04ae18f8c34a11d38"]

0 commit comments

Comments
 (0)