Changes to free tier public projects
2. Before July 1, 2022, all free tier public open source projects will need to enroll in GitLab's Open Source Program to continue to receive GitLab Ultimate benefits.
Please visit the FAQ for more information.
Recently gitlab anounced updates. It might be critical to someone.
The details that I understood is
1. your projects will be limited by 400 minutes per month CI/CD. But if you are using another CI/CD like jenkins is working in another server, There is no problem. It is only included CI/CD pipeline counts not CI/CD miniutes.
2. If you want to use ultimate benefits, You need to enroll in GitLab's Open Source Program. If you are just free tier user, it has also no problem I guess.
You can check how much minutes you have used by following.
project repo -> analytics -> CI/CD
최근 gitlab에서 CI/CD에 대해서 한도제한을 걸겠다고 했습니다.
저는 다행히도 jenkins를 아마존 서버에 올려서 사용하고 있기에 CI/CD 시간제한 한도에는 걸리지 않습니다.
하지만 gitlab 내부에서 CI/CD를 사용하고 계신분은 프로젝트 repo에 들어가셔서 analytics -> CI/CD에서 사용량은 조회가 가능합니다.
'IT > git' 카테고리의 다른 글
git config --global core.autocrlf true 했는데도 warning 뜰때 (1) | 2022.10.28 |
---|---|
core.autocrlf true를 했으나 warning: LF will be replaced by CRLF 경고가 계속 뜰때. (0) | 2022.06.19 |
The file will have its original line endings in your working directory (0) | 2022.06.13 |
특정 파일 제외하고 git diff 하기. (0) | 2022.04.13 |