Running with gitlab-runner 13.6.0 (8fa89735)  on bigbang-public-runner-gitlab-runner-848b4ffbcd-gxfzz pP4YiAQX section_start:1615569801:resolve_secrets Resolving secrets section_end:1615569801:resolve_secrets section_start:1615569801:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: private-bigbang-runner Using Kubernetes executor with image registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/k3d-builder:afdd9b77 ... section_end:1615569801:prepare_executor section_start:1615569801:prepare_script Preparing environment Waiting for pod private-bigbang-runner/runner-pp4yiaqx-project-4988-concurrent-0dd2bb to be running, status is Pending Running on runner-pp4yiaqx-project-4988-concurrent-0dd2bb via bigbang-public-runner-gitlab-runner-848b4ffbcd-gxfzz... section_end:1615569804:prepare_script section_start:1615569804:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/platform-one/big-bang/apps/sandbox/mongodb-operator/.git/ Created fresh repository. Checking out 024abb52 as bc/testing... Skipping Git submodules setup section_end:1615569805:get_sources section_start:1615569805:step_script Executing "step_script" stage of the job script $ git clone -b ${PIPELINE_REPO_BRANCH} ${PIPELINE_REPO} ${PIPELINE_REPO_DESTINATION} Cloning into '../pipeline-repo'... $ echo "Directory structure of repository:" Directory structure of repository: $ tree . . |-- CHANGELOG.md |-- CODEOWNERS |-- CONTRIBUTING.md |-- README.md |-- chart | |-- Chart.yaml | |-- Kptfile | |-- samples | | |-- kubernetes-clients | | | |-- README.md | | | `-- python | | | |-- README.md | | | |-- mongodb_kube_client.py | | | |-- mongodb_kube_operator.cfg | | | |-- requirements.txt | | | `-- test_mongodb_kube_client.py | | |-- mongodb | | | |-- affinity | | | | |-- replica-set-affinity.yaml | | | | |-- sharded-cluster-affinity.yaml | | | | `-- standalone-affinity.yaml | | | |-- authentication | | | | |-- scram | | | | | |-- replica-set | | | | | | |-- replica-set-scram-password.yaml | | | | | | |-- replica-set-scram-sha.yaml | | | | | | `-- replica-set-scram-user.yaml | | | | | |-- sharded-cluster | | | | | | |-- sharded-cluster-scram-password.yaml | | | | | | |-- sharded-cluster-scram-sha.yaml | | | | | | `-- sharded-cluster-scram-user.yaml | | | | | `-- standalone | | | | | |-- standalone-scram-password.yaml | | | | | |-- standalone-scram-sha.yaml | | | | | `-- standalone-scram-user.yaml | | | | `-- x509 | | | | |-- replica-set | | | | | |-- replica-set-x509.yaml | | | | | `-- user.yaml | | | | `-- sharded-cluster | | | | |-- sharded-cluster-x509.yaml | | | | `-- user.yaml | | | |-- external-connectivity | | | | `-- replica-set-external.yaml | | | |-- minimal | | | | |-- replica-set.yaml | | | | |-- sharded-cluster.yaml | | | | `-- standalone.yaml | | | |-- persistent-volumes | | | | |-- replica-set-persistent-volumes.yaml | | | | |-- sharded-cluster-persistent-volumes.yaml | | | | `-- standalone-persistent-volumes.yaml | | | |-- pod-template | | | | |-- initcontainer-sysctl_config.yaml | | | | |-- replica-set-pod-template.yaml | | | | |-- sharded-cluster-pod-template.yaml | | | | `-- standalone-pod-template.yaml | | | |-- podspec | | | | |-- replica-set-podspec.yaml | | | | |-- sharded-cluster-podspec.yaml | | | | `-- standalone-podspec.yaml | | | |-- project.yaml | | | `-- tls | | | |-- replica-set | | | | `-- replica-set-tls.yaml | | | |-- sharded-cluster | | | | `-- sharded-cluster-tls.yaml | | | `-- standalone | | | `-- standalone-tls.yaml | | `-- ops-manager | | |-- ops-manager-backup.yaml | | |-- ops-manager-external.yaml | | |-- ops-manager-ignore-ui-setup.yaml | | |-- ops-manager-local-mode.yaml | | |-- ops-manager-pod-spec.yaml | | |-- ops-manager-scram.yaml | | |-- ops-manager-tls.yaml | | `-- ops-manager.yaml | |-- templates | | |-- crds.yaml | | |-- database-roles.yaml | | |-- operator-roles.yaml | | `-- operator.yaml | `-- values.yaml |-- docs `-- tests `-- test-values.yml 27 directories, 60 files $ echo "Generic configuration validation tests:" Generic configuration validation tests: $ if [ -f "tests/test-values.yml" ]; then # collapsed multi-line command Checking test values... 42 tests, 42 passed, 0 warnings, 0 failures Checking chart values... 48 tests, 48 passed, 0 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1615569806:step_script section_start:1615569806:cleanup_file_variables Cleaning up file based variables section_end:1615569806:cleanup_file_variables Job succeeded