Running with gitlab-runner 13.10.0 (54944146)  on gitlab-runners-bigbang-gitlab-runner-gitlab-runner-6f56fbdsgs4w aAuVx__Q  feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true section_start:1617643572:resolve_secrets Resolving secrets section_end:1617643572:resolve_secrets section_start:1617643572: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 ... section_end:1617643572:prepare_executor section_start:1617643572:prepare_script Preparing environment Waiting for pod gitlab-runners/runner-aauvxq-project-2325-concurrent-0k46wv to be running, status is Pending Running on runner-aauvxq-project-2325-concurrent-0k46wv via gitlab-runners-bigbang-gitlab-runner-gitlab-runner-6f56fbdsgs4w... section_end:1617643576:prepare_script section_start:1617643576: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/developer-tools/gitlab-runner/.git/ Created fresh repository. Checking out 42dad9a1 as refs/merge-requests/10/head... Skipping Git submodules setup section_end:1617643576:get_sources section_start:1617643576: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 |-- README.md |-- chart | |-- CHANGELOG.md | |-- CONTRIBUTING.md | |-- Chart.yaml | |-- Kptfile | |-- LICENSE | |-- Makefile | |-- NOTICE | |-- README.md | |-- scripts | | `-- security-harness | |-- templates | | |-- NOTES.txt | | |-- _cache.tpl | | |-- _env_vars.tpl | | |-- _helpers.tpl | | |-- bigbang | | | |-- service.yaml | | | `-- serviceMonitor.yaml | | |-- configmap.yaml | | |-- deployment.yaml | | |-- hpa.yaml | | |-- role-binding.yaml | | |-- role.yaml | | |-- secrets.yaml | | `-- service-account.yaml | `-- values.yaml |-- docs | |-- AFFINITY.md | `-- README.md `-- tests |-- dependencies.yaml `-- test-values.yml 6 directories, 31 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... 18 tests, 18 passed, 0 warnings, 0 failures Checking chart values... 18 tests, 18 passed, 0 warnings, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1617643577:step_script section_start:1617643577:cleanup_file_variables Cleaning up file based variables section_end:1617643577:cleanup_file_variables Job succeeded