Skip to content

Commit b71f072

Browse files
authored
Temporary disable K8s sync (#4530)
It started failing with permission errors, disabling while the investigation is in progress.
1 parent ab30cd2 commit b71f072

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.buildkite/pipeline.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -256,20 +256,20 @@ steps:
256256

257257
# Triggers a dynamic step: Sync K8s
258258
# Runs only on main and if k8s files are changed
259-
- label: "Trigger k8s sync"
260-
branches: main
261-
plugins:
262-
- monebag/monorepo-diff#v2.5.9:
263-
diff: "git diff --name-only HEAD~1"
264-
watch:
265-
- path:
266-
- deploy/kubernetes/*
267-
- version/docs/version.asciidoc
268-
config:
269-
label: "Sync K8s"
270-
command: ".buildkite/scripts/steps/sync-k8s.sh"
271-
agents:
272-
provider: "gcp"
273-
image: "family/core-ubuntu-2204"
274-
env:
275-
- GH_VERSION=2.4.0
259+
# - label: "Trigger k8s sync"
260+
# branches: main
261+
# plugins:
262+
# - monebag/monorepo-diff#v2.5.9:
263+
# diff: "git diff --name-only HEAD~1"
264+
# watch:
265+
# - path:
266+
# - deploy/kubernetes/*
267+
# - version/docs/version.asciidoc
268+
# config:
269+
# label: "Sync K8s"
270+
# command: ".buildkite/scripts/steps/sync-k8s.sh"
271+
# agents:
272+
# provider: "gcp"
273+
# image: "family/core-ubuntu-2204"
274+
# env:
275+
# - GH_VERSION=2.4.0

0 commit comments

Comments
 (0)