Running with gitlab-runner 13.6.0 (8fa89735)  on bigbang-public-runner-gitlab-runner-848b4ffbcd-gxfzz pP4YiAQX section_start:1615393984:resolve_secrets Resolving secrets section_end:1615393984:resolve_secrets section_start:1615393984: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:1615393984:prepare_executor section_start:1615393984:prepare_script Preparing environment Waiting for pod private-bigbang-runner/runner-pp4yiaqx-project-4691-concurrent-0br47w to be running, status is Pending Running on runner-pp4yiaqx-project-4691-concurrent-0br47w via bigbang-public-runner-gitlab-runner-848b4ffbcd-gxfzz... section_end:1615393987:prepare_script section_start:1615393987: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/postgres-operator/.git/ Created fresh repository. Checking out 40357a77 as bb-16/BigBang-Addon... Skipping Git submodules setup section_end:1615393987:get_sources section_start:1615393987: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 | |-- crds | | |-- operatorconfigurations.yaml | | |-- postgresqls.yaml | | `-- postgresteams.yaml | |-- index.yaml | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- clusterrole-postgres-pod.yaml | | |-- clusterrole.yaml | | |-- clusterrolebinding.yaml | | |-- configmap.yaml | | |-- crds.yaml | | |-- deployment.yaml | | |-- operatorconfiguration.yaml | | |-- postgres-pod-priority-class.yaml | | |-- service.yaml | | `-- serviceaccount.yaml | |-- values-crd.yaml | `-- values.yaml `-- tests `-- test-values.yml 4 directories, 25 files $ echo "Generic configuration validation tests:" Generic configuration validation tests: $ if [ -f "tests/test-values.yml" ]; then # collapsed multi-line command Checking test values... manifest_sorter.go:192: info: skipping unknown hook: "crd-install" manifest_sorter.go:192: info: skipping unknown hook: "crd-install" manifest_sorter.go:192: info: skipping unknown hook: "crd-install" WARN - Image 'registry.dso.mil/platform-one/big-bang/apps/sandbox/postgres-operator/postgres-operator:v1.6.1' in 'RELEASE-NAME-postgres-operator' is not from Ironbank 21 tests, 20 passed, 1 warning, 0 failures Checking chart values... manifest_sorter.go:192: info: skipping unknown hook: "crd-install" manifest_sorter.go:192: info: skipping unknown hook: "crd-install" manifest_sorter.go:192: info: skipping unknown hook: "crd-install" WARN - Image 'registry.dso.mil/platform-one/big-bang/apps/sandbox/postgres-operator/postgres-operator:v1.6.1' in 'RELEASE-NAME-postgres-operator' is not from Ironbank 21 tests, 20 passed, 1 warning, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1615393988:step_script section_start:1615393988:cleanup_file_variables Cleaning up file based variables section_end:1615393988:cleanup_file_variables Job succeeded