From b4da2bf3743430758b4422dc98467337812a9667 Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Tue, 2 Dec 2025 15:18:07 +0100 Subject: [PATCH 1/2] Grant BUILD_AND_READ permission to teams in main pipeline --- catalog-info.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index b8a48a6abf..e06259939f 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -62,6 +62,18 @@ spec: access_level: MANAGE_BUILD_AND_READ observablt-ci: access_level: MANAGE_BUILD_AND_READ + elastic-agent-control-plane: + access_level: BUILD_AND_READ + elastic-agent-data-plane: + access_level: BUILD_AND_READ + fleet: + access_level: BUILD_AND_READ + obs-infraobs-integrations: + access_level: BUILD_AND_READ + sec-deployment-and-devices: + access_level: BUILD_AND_READ + security-service-integrations: + access_level: BUILD_AND_READ everyone: access_level: READ_ONLY From f6e687b821433c5bea94731e47f912993dd01c2c Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Tue, 2 Dec 2025 16:29:33 +0100 Subject: [PATCH 2/2] Update files and folders to skip triggering new builds --- .buildkite/pull-requests.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index b65d32d38e..43778d93b4 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -16,7 +16,13 @@ "skip_ci_on_only_changed": [ "^docs/", "^.github/", - "^.mergify.yml" + "^.mergify.yml$", + "^.buildkite/configs/", + "^.buildkite/pipeline.cloud-cleanup.yml$", + "^.buildkite/pipeline.serverless.yml$", + "^.buildkite/pipeline.test-with-integrations-repo.yml$", + "^.buildkite/pull-requests.json$", + "^catalog-info.yaml$" ], "always_require_ci_on_changed": [ ] },