Skip to content

Commit

Permalink
Update E2E amis for presubmits (#384)
Browse files Browse the repository at this point in the history
BasePR checks are being skipped but not identified by Prow. So manually merging.

Signed-off-by: Rahul Ganesh <[email protected]>
Co-authored-by: Rahul Ganesh <[email protected]>
  • Loading branch information
rahulbabu95 and Rahul Ganesh authored Apr 27, 2024
1 parent b3de871 commit d17dcab
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-0cafd1b86a6884409
value: ami-05cb180c97c725c65
- 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-0cafd1b86a6884409"
value: "ami-05cb180c97c725c65"
- 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-0cafd1b86a6884409
value: ami-05cb180c97c725c65
- name: INTEGRATION_TEST_STORAGE_BUCKET
value: testbuildstack-025778587-eksaintegrationtestresou-1tqbb00woona4
- name: INTEGRATION_TEST_INSTANCE_PROFILE
Expand Down

0 comments on commit d17dcab

Please sign in to comment.