review-deploy-sample-projects
Passed Started
by
@afontaine

Andrew Fontaine
1Running with gitlab-runner 15.6.0~beta.186.ga889181a (a889181a)2 on blue-1.shared.runners-manager.gitlab.com/default j1aLDqxS3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/ruby-3.0:gcloud-383-kubectl-1.23-helm-3.5 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/ruby-3.0:gcloud-383-kubectl-1.23-helm-3.5 ...9Using docker image sha256:0252f230b4b4d2678b4eb1c689dac9c361cab38eafdf13a228edd7bc55de71e3 for registry.gitlab.com/gitlab-org/gitlab-build-images/ruby-3.0:gcloud-383-kubectl-1.23-helm-3.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/ruby-3.0@sha256:add63212b0c8dc4c8f1412e02b2b8461e9eea512271511741c2f3f11d875dcd5 ...11Running on runner-j1aldqxs-project-278964-concurrent-0 via runner-j1aldqxs-shared-1674249762-8cc00f75...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 155079, done. 18remote: Counting objects: 100% (155079/155079), done. 19remote: Compressing objects: 100% (100558/100558), done. 20remote: Total 155079 (delta 72698), reused 106017 (delta 48320), pack-reused 0 21Receiving objects: 100% (155079/155079), 131.76 MiB | 27.86 MiB/s, done.22Resolving deltas: 100% (72698/72698), done.24 * [new ref] refs/pipelines/753563248 -> refs/pipelines/75356324825Checking out 71f7baa8 as refs/merge-requests/108582/merge...26Skipping Git submodules setup28Downloading artifacts for review-deploy (3638483845)...29Downloading artifacts from coordinator... ok id=3638483845 responseStatus=200 OK token=64_FzsAJ31Using docker image sha256:0252f230b4b4d2678b4eb1c689dac9c361cab38eafdf13a228edd7bc55de71e3 for registry.gitlab.com/gitlab-org/gitlab-build-images/ruby-3.0:gcloud-383-kubectl-1.23-helm-3.5 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/ruby-3.0@sha256:add63212b0c8dc4c8f1412e02b2b8461e9eea512271511741c2f3f11d875dcd5 ...32$ export GITLAB_SHELL_VERSION=$(<GITLAB_SHELL_VERSION)33$ export GITALY_VERSION=$(<GITALY_SERVER_VERSION)34$ export GITLAB_WORKHORSE_VERSION=$(<GITLAB_WORKHORSE_VERSION)35$ echo "${CI_ENVIRONMENT_URL}" > environment_url.txt36$ source ./scripts/utils.sh37$ source ./scripts/review_apps/review-apps.sh38$ apt-get update && apt-get install -y jq39Get:1 http://deb.debian.org/debian buster InRelease [122 kB]40Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]41Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]42Get:4 https://packages.cloud.google.com/apt cloud-sdk InRelease [6361 B]43Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]44Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [425 kB]45Get:7 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]46Err:4 https://packages.cloud.google.com/apt cloud-sdk InRelease47 The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF0548Reading package lists...49W: GPG error: https://packages.cloud.google.com/apt cloud-sdk InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF0550E: The repository 'https://packages.cloud.google.com/apt cloud-sdk InRelease' is not signed.51$ export KUBE_CONTEXT="gitlab-org/gitlab:review-apps"52$ kubectl config use-context ${KUBE_CONTEXT}53Switched to context "gitlab-org/gitlab:review-apps".54$ date55Fri Jan 20 21:24:58 UTC 202356$ create_sample_projects57** Waiting till 'toolbox' pod is ready **58Running 'kubectl get pods --namespace review-377307-add-12cbw1 --field-selector=status.phase=Running -lapp=toolbox,release=review-377307-add-12cbw1 --no-headers -o=custom-columns=NAME:.metadata.name | tail -n 1'59The pod name is 'review-377307-add-12cbw1-toolbox-94fc7fff8-2fbkg'.60$ kubectl exec --namespace "review-377307-add-12cbw1" "review-377307-add-12cbw1-toolbox-94fc7fff8-2fbkg" -- gitlab-rails runner "root_user = User.find_by_username('root'); 1.times { |i| params = { namespace_id: root_user.namespace.id, name: 'sample-project' + i.to_s, path: 'sample-project' + i.to_s, template_name: 'sample' }; ::Projects::CreateFromTemplateService.new(root_user, params).execute }"61Defaulted container "toolbox" out of: toolbox, certificates (init), configure (init)62==> 'kubectl exec --namespace "review-377307-add-12cbw1" "review-377307-add-12cbw1-toolbox-94fc7fff8-2fbkg" -- gitlab-rails runner "root_user = User.find_by_username('root'); 1.times { |i| params = { namespace_id: root_user.namespace.id, name: 'sample-project' + i.to_s, path: 'sample-project' + i.to_s, template_name: 'sample' }; ::Projects::CreateFromTemplateService.new(root_user, params).execute }"' succeeded in 84 seconds.64Job succeeded