Skip to content

Commit 11bb5ee

Browse files
v1vebeahanmichel-laterman
authored
Revert "bk: run faster builds" (#7038)
* Revert "bk: run faster builds (#7029)" This reverts commit ded8d0a. * Revert "fix(ci): unshallow repo before merge in post-checkout hook (#7037)" This reverts commit 76e5002. --------- Co-authored-by: ebeahan <eric.beahan@elastic.co> Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
1 parent 23b56dc commit 11bb5ee

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

.buildkite/hooks/post-checkout

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ checkout_merge() {
2424
git config user.name "github-merged-pr-post-checkout"
2525
git config user.email "auto-merge@buildkite"
2626

27-
# sparse-checkout creates a shallow clone without full commit history;
28-
# unshallow so git can find the common ancestor needed for the merge
29-
git fetch --unshallow 2>/dev/null || true
30-
3127
git merge --no-edit "${BUILDKITE_COMMIT}" || {
3228
local merge_result=$?
3329
echo "Merge failed: ${merge_result}"

catalog-info.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ spec:
4444
spec:
4545
repository: elastic/fleet-server
4646
pipeline_file: ".buildkite/pipeline.yml"
47-
initial_step_plugins:
48-
- sparse-checkout#v1.6.0:
49-
paths:
50-
- .buildkite
51-
- .go-version
52-
cleanup_sparse_state: true
5347
# patterns for tags are required to trigger the step that publishes the docker.elastic.co/package-registry/distribution images
5448
# step with key: "release-package-registry"
5549
branch_configuration: "main 9.* 8.* 7.* v9.* v8.* v7.*"
@@ -102,12 +96,6 @@ spec:
10296
spec:
10397
repository: elastic/fleet-server
10498
pipeline_file: ".buildkite/pipeline.package.mbp.yml"
105-
initial_step_plugins:
106-
- sparse-checkout#v1.6.0:
107-
paths:
108-
- .buildkite
109-
- .go-version
110-
cleanup_sparse_state: true
11199
provider_settings:
112100
build_pull_request_forks: false
113101
build_pull_requests: true

0 commit comments

Comments
 (0)