Skip to content

Kaustav/update requirements before prepare

Description

This MR fixes two issues :

  1. Currently, while creating or updating instances, the instance is prepared before the requirements.txt file is updated. This is fixed.
  2. The Grove CLI job was failing due to missing virtual environment. This MR add a virtual environment.

Supporting information

Link to other information about the change, such as GitLab issues, GitHub issues, forum discussions. Be sure to check they are publicly readable, or if not, repeat the information here.

Testing instructions

Steps to test the changes:

  1. TBD

Dependencies

List the dependencies required for this change, if any. Do not forget to link grove-template merge request here if that's affected by this change.

Screenshots

If applicable, add screenshots to help explain your feature.

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • All providers include the new feature/change
  • All affected providers can provision new clusters
  • Unit tests are added/updated
  • Documentation is added/updated
  • The TOOLS_CONTAINER_IMAGE_VERSION in ci_vars.yml is updated
  • The grove-template repository is updated

Additional context

BB-8616

Edited by Kaustav Banerjee

Merge request reports