Running with gitlab-runner 14.1.0 (8925d9a0)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp hQqhwDZb section_start:1630352031:resolve_secrets Resolving secrets section_end:1630352031:resolve_secrets section_start:1630352031:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runners Using Kubernetes executor with image registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/k3d-builder:0.0.5 ... Using attach strategy to execute scripts... section_end:1630352031:prepare_executor section_start:1630352031:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-hqqhwdzb-project-3550-concurrent-0wdzhn to be running, status is Pending Running on runner-hqqhwdzb-project-3550-concurrent-0wdzhn via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-5fc8b59wbbzp... section_end:1630352037:prepare_script section_start:1630352037:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/hQqhwDZb/0/platform-one/big-bang/apps/core/istio-controlplane/.git/ Created fresh repository. Checking out e2647ca9 as refs/merge-requests/68/head... Skipping Git submodules setup section_end:1630352038:get_sources section_start:1630352038:step_script Executing "step_script" stage of the job script $ if [ -z ${PIPELINE_REPO_BRANCH} ]; then # collapsed multi-line command $ 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 |-- LICENSE |-- README.md |-- chart | |-- Chart.yaml | |-- templates | | |-- controlplane.yaml | | |-- envoyfilter.yaml | | |-- gateway.yaml | | `-- network-policy | | |-- egress-default-deny.yaml | | |-- egress-dns.yaml | | |-- egress-gateway-external.yaml | | |-- egress-kube-api.yaml | | |-- egress-virtual-services.yaml | | |-- ingress-default-deny.yaml | | |-- ingress-egress-inside-ns.yaml | | |-- ingress-gateway-external.yaml | | |-- ingress-istio-enabled-ns.yaml | | |-- ingress-istio-enabled-pod.yaml | | |-- ingress-monitoring-istiod.yaml | | `-- ingress-webhook.yaml | `-- values.yaml |-- docs | |-- affinity.md | |-- ingress.md | `-- keycloak.md |-- renovate.json `-- tests |-- dependencies.yaml |-- test-values.yaml `-- wait.sh 5 directories, 29 files $ echo "Generic configuration validation tests:" Generic configuration validation tests: $ if [ $(ls -1 tests/test-values.y*ml 2>/dev/null | wc -l) -gt 0 ]; then # collapsed multi-line command Checking test values... 33 tests, 33 passed, 0 warnings, 0 failures Checking chart values... 22 tests, 22 passed, 0 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1630352039:step_script section_start:1630352039:cleanup_file_variables Cleaning up file based variables section_end:1630352040:cleanup_file_variables Job succeeded