diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85b9185a06032d614c044fd0e16a313a44c23ed2..63ed391604d6fd1360406e647d1176a517d09b7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ variables: PIP_REQUIREMENTS: "requirements.txt requirements_dev.txt" + PYTEST_DIR: "tests/unit/version_test" + PYTEST_COV: none AZURE_SERVICE: wellbore-ddms AZURE_DOCKER_SUBDIR: build/Dockerfile @@ -266,15 +268,33 @@ osdu-gcp-dev2-test-python: --legal_tag $LEGAL_TAG - pytest ./functional --environment="./generated/postman_environment.json" --filter-tag=!search + +# Allow failure on fossa scans +fossa-analyze: + allow_failure: true + +# Allow failure on integration tests +azure_test_py: + allow_failure: true + +ibm-test: + allow_failure: true + +aws-test-python: + allow_failure: true + # Disable maven job in gcp common gke pipeline osdu-gcp-test: extends: - .osdu-gcp-variables + allow_failure: true osdu-gcp-dev2-test: extends: - .osdu-gcp-dev2-variables + allow_failure: true # Allow failure on private development deployments ibm-deploy-devpri: allow_failure: true +