From 53f5c6d3c158bc1004c9b728db617a5e6f77272f Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 3 Aug 2023 11:42:24 +0100 Subject: [PATCH] Revert "Clone the repo faster in Buildkite (#6008)" This reverts commit f77e85916cb747995e2e06bd82fb4fe023a08853, reversing changes made to e063b29d1c9964ed9629897b9dcb602ab7786bbf. --- .buildkite/pipeline.yml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 479b87f43e..17b0f549e6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,15 +1,13 @@ x-common-params: - - &git-shallow-clone-plugin - automattic/git-shallow-clone#trunk - - &publish-android-artifacts-docker-container - docker#v3.8.0: - image: "public.ecr.aws/automattic/android-build-image:v1.3.0" - propagate-environment: true - environment: - # DO NOT MANUALLY SET THESE VALUES! - # They are passed from the Buildkite agent to the Docker container - - "AWS_ACCESS_KEY" - - "AWS_SECRET_KEY" + &publish-android-artifacts-docker-container + docker#v3.8.0: + image: "public.ecr.aws/automattic/android-build-image:v1.3.0" + propagate-environment: true + environment: + # DO NOT MANUALLY SET THESE VALUES! + # They are passed from the Buildkite agent to the Docker container + - "AWS_ACCESS_KEY" + - "AWS_SECRET_KEY" steps: - block: "Request trigger Android bundle and builds" @@ -18,7 +16,6 @@ steps: - label: "Build JS Bundles" key: "js-bundles" plugins: - - *git-shallow-clone-plugin - docker#v3.8.0: image: "public.ecr.aws/automattic/gb-mobile-image:latest" environment: @@ -52,7 +49,6 @@ steps: - label: "Build Android RN Aztec & Publish to S3" key: "publish-react-native-aztec-android" plugins: - - *git-shallow-clone-plugin - *publish-android-artifacts-docker-container command: | .buildkite/publish-react-native-aztec-android-artifacts.sh @@ -62,7 +58,6 @@ steps: - "js-bundles" - "publish-react-native-aztec-android" plugins: - - *git-shallow-clone-plugin - *publish-android-artifacts-docker-container command: | .buildkite/publish-react-native-bridge-android-artifacts.sh @@ -73,8 +68,9 @@ steps: artifact_paths: - ios-xcframework/build/xcframeworks/*.tar.gz plugins: - - automattic/a8c-ci-toolkit#2.18.2 - - *git-shallow-clone-plugin + - automattic/a8c-ci-toolkit#2.16.0 + - peakon/git-shallow-clone#v0.0.1: + depth: 1 agents: queue: mac env: