Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ stages: - build - test # - deploy - deploy # include the individual .gitlab-ci.yml of each micro-service include: Loading src/monitoring/.gitlab-ci.yml +14 −1 Original line number Diff line number Diff line Loading @@ -88,3 +88,16 @@ test monitoring pytest: paths: - pytest_report.txt expire_in: 1 day # Deployment of the monitoring service in Kubernetes Cluster deploy monitoring: stage: deploy needs: - build monitoring - test monitoring run script: - kubectl apply -f "manisfests/monitoringservice.yaml" when: manual rules: - if: '$CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ stages: - build - test # - deploy - deploy # include the individual .gitlab-ci.yml of each micro-service include: Loading
src/monitoring/.gitlab-ci.yml +14 −1 Original line number Diff line number Diff line Loading @@ -88,3 +88,16 @@ test monitoring pytest: paths: - pytest_report.txt expire_in: 1 day # Deployment of the monitoring service in Kubernetes Cluster deploy monitoring: stage: deploy needs: - build monitoring - test monitoring run script: - kubectl apply -f "manisfests/monitoringservice.yaml" when: manual rules: - if: '$CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'