Skip to content

Commit

Permalink
Update E2E test AMI to latest (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna authored Jan 23, 2024
1 parent 4e5b6e8 commit 5c482c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/job-constants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
- name: TEST_ROLE_ARN
value: arn:aws:iam::025778587028:role/EksaTestBuildRole
- name: INTEGRATION_TEST_AL2_AMI_ID
value: ami-08a25b119aff51407
value: ami-0f0a13b987ea394d1
- name: INTEGRATION_TEST_STORAGE_BUCKET
value: testbuildstack-025778587-eksaintegrationtestresou-1tqbb00woona4
- name: INTEGRATION_TEST_INSTANCE_PROFILE
Expand Down
2 changes: 1 addition & 1 deletion jobs/aws/eks-anywhere/eks-anywhere-e2e-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ presubmits:
- name: TEST_ROLE_ARN
value: "arn:aws:iam::025778587028:role/EksaTestBuildRole"
- name: INTEGRATION_TEST_AL2_AMI_ID
value: "ami-08a25b119aff51407"
value: "ami-0f0a13b987ea394d1"
- name: INTEGRATION_TEST_STORAGE_BUCKET
value: "testbuildstack-025778587-eksaintegrationtestresou-1tqbb00woona4"
- name: INTEGRATION_TEST_INSTANCE_PROFILE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envVars:
- name: TEST_ROLE_ARN
value: arn:aws:iam::025778587028:role/EksaTestBuildRole
- name: INTEGRATION_TEST_AL2_AMI_ID
value: ami-08a25b119aff51407
value: ami-0f0a13b987ea394d1
- name: INTEGRATION_TEST_STORAGE_BUCKET
value: testbuildstack-025778587-eksaintegrationtestresou-1tqbb00woona4
- name: INTEGRATION_TEST_INSTANCE_PROFILE
Expand Down

0 comments on commit 5c482c8

Please sign in to comment.