GITLAB2 GITLAB Runner CI/CD 테스트 Gitlab 자체적으로 테스트 .gitlab-ci.yml 로 테스트상세한 테스트 하기 위해서는 구글링을 통해서 찾아봐야 할 듯합니다.stages: # List of stages for jobs, and their order of execution - build - test - deploybuild-job: # This job runs in the build stage, which runs first. stage: build script: - echo "Compiling the code..." - echo "Compile complete."unit-test-job: # This job runs in the test stage. stage: test .. 2024. 8. 20. GITLAB Runner 설치 가이드 GITLAB CICD를 활용하기 위해서는 GITLAB Runner가 필요Runner를 통하여 Build . Deploy등을 진행 공식 문서 참고https://docs.gitlab.com/runner/install/kubernetes.html GitLab Runner Helm Chart | GitLabGitLab product documentation.docs.gitlab.com Gitlab runner 설정 전에 Gitlab에서 Runner 설정 필요Admin area -> CI/CD -> Runners -> New instance runnerTags, Runner description 설정 Helm 설치Helm 버전 3으로 진행설치 및 간단한 테스트는 아래 참고https://monta010.t.. 2024. 8. 20. 이전 1 다음