Skip to content

feat(checker): run custom image & skip source code downloading (#518)

Description

Now migration checker can pull&run custom images and skip the source code downloading step.

  • Add new parameters Image & SkipSourceCodeMapping to the StartMigrationRequest struct
  • Add new envs INPUT_IMAGE & INPUT_SKIP_SOURCE_CODE_MAPPING to run_ci_checker.sh

Related issue

#518

Examples

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Closes #518

Edited by Nikolay Samokhvalov

Merge request reports