Running with gitlab-runner 13.6.0 (8fa89735)  on bigbang-public-runner-gitlab-runner-848b4ffbcd-gxfzz pP4YiAQX section_start:1614951433:resolve_secrets Resolving secrets section_end:1614951433:resolve_secrets section_start:1614951433: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:1614951433:prepare_executor section_start:1614951433:prepare_script Preparing environment Waiting for pod private-bigbang-runner/runner-pp4yiaqx-project-4885-concurrent-02m8r5 to be running, status is Pending Running on runner-pp4yiaqx-project-4885-concurrent-02m8r5 via bigbang-public-runner-gitlab-runner-848b4ffbcd-gxfzz... section_end:1614951436:prepare_script section_start:1614951436: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/podinfo/.git/ Created fresh repository. Checking out 22dff9ac as master... Skipping Git submodules setup section_end:1614951437:get_sources section_start:1614951437: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 . . |-- README.md |-- chart | |-- Chart.yaml | |-- Kptfile | |-- LICENSE | |-- README.md | |-- templates | | |-- NOTES.txt | | |-- _helpers.tpl | | |-- bigbang | | | `-- virtualservice.yaml | | |-- certificate.yaml | | |-- deployment.yaml | | |-- hpa.yaml | | |-- ingress.yaml | | |-- linkerd.yaml | | |-- redis | | | |-- config.yaml | | | |-- deployment.yaml | | | `-- service.yaml | | |-- service.yaml | | |-- serviceaccount.yaml | | |-- servicemonitor.yaml | | `-- tests | | |-- cache.yaml | | |-- fail.yaml | | |-- grpc.yaml | | |-- jwt.yaml | | |-- service.yaml | | |-- timeout.yaml | | `-- tls.yaml | |-- values-prod.yaml | |-- values-secure.yaml | `-- values.yaml `-- tests |-- cy-run.sh |-- cypress | `-- integration | `-- podinfo-health.spec.js |-- cypress.json |-- main-test-gateway.yaml `-- test-values.yml 8 directories, 34 files $ echo "Generic configuration validation tests:" Generic configuration validation tests: $ if [ -f "tests/test-values.yml" ]; then # collapsed multi-line command Checking test values... WARN - Image 'registry.dso.mil/runyontr/podinfo:5.1.4' in 'RELEASE-NAME-podinfo' is not from Ironbank 18 tests, 17 passed, 1 warning, 0 failures Checking chart values... WARN - Image 'registry.dso.mil/runyontr/podinfo:5.1.4' in 'RELEASE-NAME-podinfo' is not from Ironbank 15 tests, 14 passed, 1 warning, 0 failures $ if [ -d "tests/policy" ]; then # collapsed multi-line command section_end:1614951437:step_script section_start:1614951437:cleanup_file_variables Cleaning up file based variables section_end:1614951438:cleanup_file_variables Job succeeded