Skip to content

Add CI check for the GPT Data Generator

Nailia Iskhakova requested to merge ci-check-for-generator into master

Closes #264 (closed)

MR adds a check for the GPT Data Generator to ensure that it works before releasing the new version.

Changes
  • To perform the check we are spinning up GitLab performance-image and running the Generator against it:
    1. Initially generate GPT data using a small project export created for this purpose -> https://gitlab.com/gpt-bot/export-projects
    2. Run the generator script again to check its idempotency
    3. Delete GPT data
  • Introduce new flag clean_up to the Generator to remove GPT root group with data. This helps to check that delete group is working after we checked that idempotency is working.
Pipeline example
Edited by Nailia Iskhakova

Merge request reports