Skip to content

Reorganize GitLab CI/CD pipeline for the `codesuggestions` package

Alexander Chueshev requested to merge update-gitlab-ci into main

This MR reorganizes the existing GitLab CI pipeline to make it available for the codesuggestions package:

  • use poetry in CI jobs
  • include the basic GitLab scanning jobs
  • introduce cache between jobs
  • build temporary docker images for triton and model-codegen if related changes were made
  • release docker images for triton and model-codegen when running the pipeline over the main branch

Ref: #11 (closed)

Edited by Alexander Chueshev

Merge request reports