cache-repo
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 12.8.0 (1b659122)2 on prm-com-gitlab-org ae3bfce24Pulling docker image gcr.io/google.com/cloudsdktool/cloud-sdk:alpine ...5Using docker image sha256:f28298e0aeaba97bc914fbde0d9566b4e46f3bb50361155c361979d35704afe3 for gcr.io/google.com/cloudsdktool/cloud-sdk:alpine ... 6 Running on runner-ae3bfce2-project-278964-concurrent-0 via runner-ae3bfce2-prm-1583378891-70dc419a...
00:02
8Skipping Git checkout9Skipping Git submodules setup11$ rm -rf $CI_PROJECT_NAME12$ git clone --progress $CI_REPOSITORY_URL $CI_PROJECT_NAME13Cloning into 'gitlab'...14remote: Enumerating objects: 150988, done. 15remote: Counting objects: 100% (150988/150988), done. 16remote: Compressing objects: 100% (14728/14728), done. 17remote: Total 1942259 (delta 146477), reused 136693 (delta 136242), pack-reused 1791271 18Receiving objects: 100% (1942259/1942259), 756.97 MiB | 29.19 MiB/s, done.19Resolving deltas: 100% (1518767/1518767), done.20Updating files: 100% (29742/29742), done.21$ cd $CI_PROJECT_NAME22$ gcloud auth activate-service-account --key-file=$CI_REPO_CACHE_CREDENTIALS23Activated service account credentials for: [gitlab-ci-repo-cache@gitlab-ci-155816.iam.gserviceaccount.com]24$ git remote rm origin25$ tar cf $TAR_FILENAME .26$ gzip $TAR_FILENAME27$ gsutil cp $TAR_FILENAME.gz gs://gitlab-ci-git-repo-cache/project-$CI_PROJECT_ID/gitlab-master.tar.gz28Copying file:///tmp/gitlab-master.tar.gz [Content-Type=application/x-tar]...29==> NOTE: You are uploading one or more large file(s), which would run30significantly faster if you enable parallel composite uploads. This31feature can be enabled by editing the32"parallel_composite_upload_threshold" value in your .boto33configuration file. However, note that if you do this large files will34be uploaded as `composite objects36means that any user who downloads such objects will need to have a37compiled crcmod installed (see "gsutil help crcmod"). This is because38without a compiled crcmod, computing checksums on composite objects is39so slow that gsutil disables downloads of composite objects.40- [1 files][845.3 MiB/845.3 MiB] 41Operation completed over 1 objects/845.3 MiB. 42Job succeeded