Skip to content

Conversation

@SergK
Copy link
Member

@SergK SergK commented Oct 13, 2025

Add support for the GitLab CI, we do not manage webhooks, but only inject .gitlab-ci.yml defined in a configmap, which points to https://gitlab.com/explore/catalog/?search=kuberocketci

Fixes #225

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which improves an existing feature or documentation)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)

How Has This Been Tested?

Checked locally

Checklist:

  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Pull Request contains one commit. I squash my commits.

Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
@SergK SergK requested a review from a team as a code owner October 13, 2025 06:51
@SergK SergK force-pushed the add-support-for-gitlab-ci branch 3 times, most recently from 7a07501 to 0871a89 Compare October 13, 2025 09:03
When GitLab CI is defined in the codebase spec:
- we do not manage webhooks
- we put baseline .gitlab-ci.yml file defined in configmap

Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
@SergK SergK force-pushed the add-support-for-gitlab-ci branch from 0871a89 to 820352f Compare October 13, 2025 09:32
@MykolaMarusenko MykolaMarusenko merged commit 7dac188 into master Oct 13, 2025
3 checks passed
@MykolaMarusenko MykolaMarusenko deleted the add-support-for-gitlab-ci branch October 13, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for GitLab CI/CD as a CI tool

3 participants