From b7ce2b36e90b2796bc319c274287702105c593f5 Mon Sep 17 00:00:00 2001 From: Spencer Transier Date: Thu, 3 Nov 2022 17:57:36 -0600 Subject: [PATCH 1/2] Update the git cache repo path --- .buildkite/cache-builder.yml | 2 +- .buildkite/pipeline.yml | 2 +- .buildkite/release-builds.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/cache-builder.yml b/.buildkite/cache-builder.yml index 19955d75c65..050737017cd 100644 --- a/.buildkite/cache-builder.yml +++ b/.buildkite/cache-builder.yml @@ -10,7 +10,7 @@ common_params: - automattic/bash-cache#2.8.0 - automattic/git-s3-cache#v1.1.3: bucket: "a8c-repo-mirrors" - repo: "woocommerce/woocommerce-ios/" + repo: "automattic/woocommerce-ios/" # Common environment values to use with the `env` key. - &common_env IMAGE_ID: xcode-14 diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f95268e420d..a27fa1ec040 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,7 +5,7 @@ common_params: - automattic/bash-cache#2.8.0 - automattic/git-s3-cache#v1.1.3: bucket: "a8c-repo-mirrors" - repo: "woocommerce/woocommerce-ios/" + repo: "automattic/woocommerce-ios/" # Common environment values to use with the `env` key. - &common_env IMAGE_ID: xcode-14 diff --git a/.buildkite/release-builds.yml b/.buildkite/release-builds.yml index 7882d016846..2898376e68a 100644 --- a/.buildkite/release-builds.yml +++ b/.buildkite/release-builds.yml @@ -7,7 +7,7 @@ common_params: - automattic/bash-cache#2.8.0 - automattic/git-s3-cache#v1.1.3: bucket: "a8c-repo-mirrors" - repo: "woocommerce/woocommerce-ios/" + repo: "automattic/woocommerce-ios/" # Common environment values to use with the `env` key. - &common_env IMAGE_ID: xcode-14 From 5f2b325418cf05ed01e844114cbb7f26f856ade5 Mon Sep 17 00:00:00 2001 From: Spencer Transier Date: Thu, 3 Nov 2022 18:00:51 -0600 Subject: [PATCH 2/2] Add comments explaining the repo path --- .buildkite/cache-builder.yml | 3 +++ .buildkite/pipeline.yml | 3 +++ .buildkite/release-builds.yml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.buildkite/cache-builder.yml b/.buildkite/cache-builder.yml index 050737017cd..6eca8b20fc5 100644 --- a/.buildkite/cache-builder.yml +++ b/.buildkite/cache-builder.yml @@ -10,6 +10,9 @@ common_params: - automattic/bash-cache#2.8.0 - automattic/git-s3-cache#v1.1.3: bucket: "a8c-repo-mirrors" + # This is not necessarily the actual name of the repo or the GitHub organization + # it belongs to. It is the key used in the bucket, which is set based on + # the Buildkite pipeline slug repo: "automattic/woocommerce-ios/" # Common environment values to use with the `env` key. - &common_env diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a27fa1ec040..680dd870bd7 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,6 +5,9 @@ common_params: - automattic/bash-cache#2.8.0 - automattic/git-s3-cache#v1.1.3: bucket: "a8c-repo-mirrors" + # This is not necessarily the actual name of the repo or the GitHub organization + # it belongs to. It is the key used in the bucket, which is set based on + # the Buildkite pipeline slug repo: "automattic/woocommerce-ios/" # Common environment values to use with the `env` key. - &common_env diff --git a/.buildkite/release-builds.yml b/.buildkite/release-builds.yml index 2898376e68a..63846500a9b 100644 --- a/.buildkite/release-builds.yml +++ b/.buildkite/release-builds.yml @@ -7,6 +7,9 @@ common_params: - automattic/bash-cache#2.8.0 - automattic/git-s3-cache#v1.1.3: bucket: "a8c-repo-mirrors" + # This is not necessarily the actual name of the repo or the GitHub organization + # it belongs to. It is the key used in the bucket, which is set based on + # the Buildkite pipeline slug repo: "automattic/woocommerce-ios/" # Common environment values to use with the `env` key. - &common_env