Closed lewijacn closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.55%. Comparing base (
db0075e
) to head (e0b241d
). Report is 17 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This change introduces a new Jenkins workflow for a full Migration workflow (Metadata, Backfill, C&R) using the Capture Proxy and Target Proxy ECS services and ALB as opposed to the previous workflow of having the capture proxy installed directly on the source nodes.
This is a basic integration test in the sense that it is only moving a few key documents that get added in different parts of the workflow and is verifying source and target connections within the ALB and outside of it. In its current state it should add a lot of value for checking this setup, but within the Epic of the Jira Issue linked, there are other tasks for adding more interesting data and checking an ALB cutover from source to target that would be great additions
Also updates were added after discussion to combine this with the previous ES 6.8 RFS only test and make this the default PR test that is executed
Issues Resolved
https://opensearch.atlassian.net/browse/MIGRATIONS-2149
Testing
Jenkins testing here: https://migrations.ci.opensearch.org/job/full-default-e2e-test/19/consoleUpdate test here: https://migrations.ci.opensearch.org/job/full-es68source-e2e-test/4/Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.