Running with gitlab-runner 13.6.0 (8fa89735)  on bigbang-public-runner-gitlab-runner-848b4ffbcd-gxfzz pP4YiAQX section_start:1615313913:resolve_secrets Resolving secrets section_end:1615313913:resolve_secrets section_start:1615313913: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:1615313913:prepare_executor section_start:1615313913:prepare_script Preparing environment Waiting for pod private-bigbang-runner/runner-pp4yiaqx-project-4987-concurrent-02xcbx to be running, status is Pending Running on runner-pp4yiaqx-project-4987-concurrent-02xcbx via bigbang-public-runner-gitlab-runner-848b4ffbcd-gxfzz... section_end:1615313916:prepare_script section_start:1615313916: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/.git/ Created fresh repository. Checking out 5254e242 as bc/testing... Skipping Git submodules setup section_end:1615313916:get_sources section_start:1615313916: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.lock | |-- Chart.yaml | |-- Kptfile | |-- charts | | |-- common | | | |-- Chart.yaml | | | |-- README.md | | | |-- templates | | | | |-- _affinities.tpl | | | | |-- _capabilities.tpl | | | | |-- _errors.tpl | | | | |-- _images.tpl | | | | |-- _ingress.tpl | | | | |-- _labels.tpl | | | | |-- _names.tpl | | | | |-- _secrets.tpl | | | | |-- _storage.tpl | | | | |-- _tplvalues.tpl | | | | |-- _utils.tpl | | | | |-- _warnings.tpl | | | | `-- validations | | | | |-- _cassandra.tpl | | | | |-- _mariadb.tpl | | | | |-- _mongodb.tpl | | | | |-- _postgresql.tpl | | | | |-- _redis.tpl | | | | `-- _validations.tpl | | | `-- values.yaml | | `-- common-1.4.1.tgz | |-- ci | | `-- values-replicaset-with-rbac.yaml | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- arbiter | | | |-- configmap.yaml | | | |-- headless-svc.yaml | | | |-- pdb.yaml | | | `-- statefulset.yaml | | |-- configmap.yaml | | |-- initialization-configmap.yaml | | |-- metrics-svc.yaml | | |-- prometheusrule.yaml | | |-- psp.yaml | | |-- replicaset | | | |-- external-access-svc.yaml | | | |-- headless-svc.yaml | | | |-- pdb.yaml | | | |-- scripts-configmap.yaml | | | `-- statefulset.yaml | | |-- role.yaml | | |-- rolebinding.yaml | | |-- secrets-ca.yaml | | |-- secrets.yaml | | |-- serviceaccount.yaml | | |-- servicemonitor.yaml | | `-- standalone | | |-- dep-sts.yaml | | |-- pvc.yaml | | `-- svc.yaml | |-- values.schema.json | `-- values.yaml `-- tests `-- test-values.yml 11 directories, 58 files $ echo "Generic configuration validation tests:" Generic configuration validation tests: $ if [ -f "tests/test-values.yml" ]; then # collapsed multi-line command Checking test values... 15 tests, 15 passed, 0 warnings, 0 failures Checking chart values... 15 tests, 15 passed, 0 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1615313917:step_script section_start:1615313917:cleanup_file_variables Cleaning up file based variables section_end:1615313917:cleanup_file_variables Job succeeded