Loading src/monitoring/.gitlab-ci.yml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ test monitoring pytest: - build monitoring - build monitoring script: script: - docker build -t "$IMAGE_NAME_TEST:$IMAGE_TAG" -f ./src/$IMAGE_NAME/tests/Dockerfile ./src/ - docker build -t "$IMAGE_NAME_TEST:$IMAGE_TAG" -f ./src/$IMAGE_NAME/tests/Dockerfile ./src/ - docker run -v "./:/opt/results" monitoring-test:latest - docker run -v "$PWD/src/monitoring/tests:/opt/results" monitoring-test:latest rules: rules: - changes: - changes: - src/$IMAGE_NAME/*.{py,in,yml} - src/$IMAGE_NAME/*.{py,in,yml} Loading @@ -86,7 +86,7 @@ test monitoring pytest: artifacts: artifacts: when: always when: always reports: reports: junit: pytest_report.xml junit: src/monitoring/test/report.xml # Deployment of the monitoring service in Kubernetes Cluster # Deployment of the monitoring service in Kubernetes Cluster #deploy monitoring development: #deploy monitoring development: Loading Loading
src/monitoring/.gitlab-ci.yml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ test monitoring pytest: - build monitoring - build monitoring script: script: - docker build -t "$IMAGE_NAME_TEST:$IMAGE_TAG" -f ./src/$IMAGE_NAME/tests/Dockerfile ./src/ - docker build -t "$IMAGE_NAME_TEST:$IMAGE_TAG" -f ./src/$IMAGE_NAME/tests/Dockerfile ./src/ - docker run -v "./:/opt/results" monitoring-test:latest - docker run -v "$PWD/src/monitoring/tests:/opt/results" monitoring-test:latest rules: rules: - changes: - changes: - src/$IMAGE_NAME/*.{py,in,yml} - src/$IMAGE_NAME/*.{py,in,yml} Loading @@ -86,7 +86,7 @@ test monitoring pytest: artifacts: artifacts: when: always when: always reports: reports: junit: pytest_report.xml junit: src/monitoring/test/report.xml # Deployment of the monitoring service in Kubernetes Cluster # Deployment of the monitoring service in Kubernetes Cluster #deploy monitoring development: #deploy monitoring development: Loading