From 554aae01e62a0a1707d576e2e20cc11bd7244a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20T=C3=B3ta?= Date: Wed, 17 Dec 2025 18:31:34 +0300 Subject: [PATCH] AG-49550 Add extension requirement in Bamboo specs [vscode-adblock-syntax] Squashed commit of the following: commit af38c975aa4b74fa52f17e86b24d56655bf0408c Author: scripthunter7 Date: Wed Dec 17 14:54:17 2025 +0100 Add extension requirement to all Bamboo build and deployment specifications - Add extension: 'true' requirement to build.yaml and build-prerelease.yaml - Add extension: 'true' requirement to deploy.yaml and deploy-prerelease.yaml for all deployment environments - Add extension: 'true' requirement to increment.yaml and test.yaml specifications --- bamboo-specs/build-prerelease.yaml | 1 + bamboo-specs/build.yaml | 1 + bamboo-specs/deploy-prerelease.yaml | 3 +++ bamboo-specs/deploy.yaml | 3 +++ bamboo-specs/increment.yaml | 1 + bamboo-specs/test.yaml | 1 + 6 files changed, 10 insertions(+) diff --git a/bamboo-specs/build-prerelease.yaml b/bamboo-specs/build-prerelease.yaml index efa256f..539014c 100644 --- a/bamboo-specs/build-prerelease.yaml +++ b/bamboo-specs/build-prerelease.yaml @@ -115,6 +115,7 @@ Build: required: true requirements: - adg-docker: 'true' + - extension: 'true' triggers: [] diff --git a/bamboo-specs/build.yaml b/bamboo-specs/build.yaml index 7c49af7..7fb7066 100644 --- a/bamboo-specs/build.yaml +++ b/bamboo-specs/build.yaml @@ -115,6 +115,7 @@ Build: required: true requirements: - adg-docker: 'true' + - extension: 'true' triggers: [] diff --git a/bamboo-specs/deploy-prerelease.yaml b/bamboo-specs/deploy-prerelease.yaml index 5c67a15..70df879 100644 --- a/bamboo-specs/deploy-prerelease.yaml +++ b/bamboo-specs/deploy-prerelease.yaml @@ -49,6 +49,7 @@ marketplace.visualstudio.com: - "./bamboo-specs/scripts/cleanup.sh" requirements: - adg-docker: 'true' + - extension: 'true' notifications: - events: - deployment-started-and-finished @@ -96,6 +97,7 @@ open-vsx.org: - "./bamboo-specs/scripts/cleanup.sh" requirements: - adg-docker: 'true' + - extension: 'true' notifications: - events: - deployment-started-and-finished @@ -136,6 +138,7 @@ GitHub: final-tasks: [] requirements: - adg-docker: 'true' + - extension: 'true' notifications: - events: - deployment-started-and-finished diff --git a/bamboo-specs/deploy.yaml b/bamboo-specs/deploy.yaml index 13c78f5..50a24c2 100644 --- a/bamboo-specs/deploy.yaml +++ b/bamboo-specs/deploy.yaml @@ -49,6 +49,7 @@ marketplace.visualstudio.com: - "./bamboo-specs/scripts/cleanup.sh" requirements: - adg-docker: 'true' + - extension: 'true' notifications: - events: - deployment-started-and-finished @@ -96,6 +97,7 @@ open-vsx.org: - "./bamboo-specs/scripts/cleanup.sh" requirements: - adg-docker: 'true' + - extension: 'true' notifications: - events: - deployment-started-and-finished @@ -136,6 +138,7 @@ GitHub: final-tasks: [] requirements: - adg-docker: 'true' + - extension: 'true' notifications: - events: - deployment-started-and-finished diff --git a/bamboo-specs/increment.yaml b/bamboo-specs/increment.yaml index 0068815..a674b34 100644 --- a/bamboo-specs/increment.yaml +++ b/bamboo-specs/increment.yaml @@ -50,6 +50,7 @@ Increment: - "./bamboo-specs/scripts/cleanup.sh" requirements: - adg-docker: 'true' + - extension: 'true' branches: create: manually diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index 6087333..e8df1f1 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -96,6 +96,7 @@ Test Shared: - "./bamboo-specs/scripts/cleanup.sh" requirements: &requirements - adg-docker: 'true' + - extension: 'true' Test Syntaxes: key: TESTSYNTAXES