Skip to content

Commit 554aae0

Browse files
committed
AG-49550 Add extension requirement in Bamboo specs [vscode-adblock-syntax]
Squashed commit of the following: commit af38c97 Author: scripthunter7 <[email protected]> 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
1 parent d53701e commit 554aae0

File tree

6 files changed

+10
-0
lines changed

6 files changed

+10
-0
lines changed

bamboo-specs/build-prerelease.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Build:
115115
required: true
116116
requirements:
117117
- adg-docker: 'true'
118+
- extension: 'true'
118119

119120
triggers: []
120121

bamboo-specs/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Build:
115115
required: true
116116
requirements:
117117
- adg-docker: 'true'
118+
- extension: 'true'
118119

119120
triggers: []
120121

bamboo-specs/deploy-prerelease.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ marketplace.visualstudio.com:
4949
- "./bamboo-specs/scripts/cleanup.sh"
5050
requirements:
5151
- adg-docker: 'true'
52+
- extension: 'true'
5253
notifications:
5354
- events:
5455
- deployment-started-and-finished
@@ -96,6 +97,7 @@ open-vsx.org:
9697
- "./bamboo-specs/scripts/cleanup.sh"
9798
requirements:
9899
- adg-docker: 'true'
100+
- extension: 'true'
99101
notifications:
100102
- events:
101103
- deployment-started-and-finished
@@ -136,6 +138,7 @@ GitHub:
136138
final-tasks: []
137139
requirements:
138140
- adg-docker: 'true'
141+
- extension: 'true'
139142
notifications:
140143
- events:
141144
- deployment-started-and-finished

bamboo-specs/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ marketplace.visualstudio.com:
4949
- "./bamboo-specs/scripts/cleanup.sh"
5050
requirements:
5151
- adg-docker: 'true'
52+
- extension: 'true'
5253
notifications:
5354
- events:
5455
- deployment-started-and-finished
@@ -96,6 +97,7 @@ open-vsx.org:
9697
- "./bamboo-specs/scripts/cleanup.sh"
9798
requirements:
9899
- adg-docker: 'true'
100+
- extension: 'true'
99101
notifications:
100102
- events:
101103
- deployment-started-and-finished
@@ -136,6 +138,7 @@ GitHub:
136138
final-tasks: []
137139
requirements:
138140
- adg-docker: 'true'
141+
- extension: 'true'
139142
notifications:
140143
- events:
141144
- deployment-started-and-finished

bamboo-specs/increment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Increment:
5050
- "./bamboo-specs/scripts/cleanup.sh"
5151
requirements:
5252
- adg-docker: 'true'
53+
- extension: 'true'
5354

5455
branches:
5556
create: manually

bamboo-specs/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Test Shared:
9696
- "./bamboo-specs/scripts/cleanup.sh"
9797
requirements: &requirements
9898
- adg-docker: 'true'
99+
- extension: 'true'
99100

100101
Test Syntaxes:
101102
key: TESTSYNTAXES

0 commit comments

Comments
 (0)