Skip to content

Commit

Permalink
AG-35622 add extension requirement to the specs
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from fix/AG-35622 to master

Squashed commit of the following:

commit 087f5f0
Author: Maxim Topciu <[email protected]>
Date:   Mon Sep 2 17:27:46 2024 +0300

    AG-35622 add extension requirement
  • Loading branch information
maximtop committed Sep 2, 2024
1 parent fe2bcf3 commit 9665ddc
Show file tree
Hide file tree
Showing 35 changed files with 55 additions and 10 deletions.
1 change: 1 addition & 0 deletions bamboo-specs/adguard-api-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Build:
required: true
requirements:
- adg-docker: 'true'
- extension: 'true'

triggers: []

Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/adguard-api-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ npmjs:
npm publish adguard-api.tgz --access public
requirements:
- adg-docker: 'true'
- extension: 'true'
notifications:
- events:
- deployment-started-and-finished
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/adguard-api-increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Increment:
selectedRepository: defaultRepository
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: manually
Expand Down
5 changes: 4 additions & 1 deletion bamboo-specs/adguard-api-mv3-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ Build:
location: packages/examples/adguard-api-mv3/build
pattern: extension.zip
shared: true
required: true
required: true
requirements:
- adg-docker: 'true'
- extension: 'true'
3 changes: 2 additions & 1 deletion bamboo-specs/adguard-api-mv3-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ npmjs: &npmjs
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm publish adguard-api-mv3.tgz $bamboo_publishArgs
requirements:
- adg-docker: true
- adg-docker: 'true'
- extension: 'true'
notifications:
- events:
- deployment-started-and-finished
Expand Down
5 changes: 4 additions & 1 deletion bamboo-specs/adguard-api-mv3-increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ stages:
Increment:
tasks:
- script:
- echo 'Task run successfully!'
- echo 'Task run successfully!'
requirements:
- adg-docker: 'true'
- extension: 'true'
1 change: 1 addition & 0 deletions bamboo-specs/agtree-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Build:
required: true
requirements:
- adg-docker: 'true'
- extension: 'true'

triggers: []

Expand Down
3 changes: 2 additions & 1 deletion bamboo-specs/agtree-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ npmjs: &npmjs
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm publish agtree.tgz $bamboo_publishArgs
requirements:
- adg-docker: true
- adg-docker: 'true'
- extension: 'true'
notifications:
- events:
- deployment-started-and-finished
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/agtree-increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Increment:
selectedRepository: defaultRepository
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: manually
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/agtree-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Test:
echo "Size after cleanup:" && du -h | tail -n 1
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: for-pull-request
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/css-tokenizer-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Build:
required: true
requirements:
- adg-docker: 'true'
- extension: 'true'

triggers: []

Expand Down
3 changes: 2 additions & 1 deletion bamboo-specs/css-tokenizer-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ npmjs: &npmjs
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm publish css-tokenizer.tgz $bamboo_publishArgs
requirements:
- adg-docker: true
- adg-docker: 'true'
- extension: 'true'
notifications:
- events:
- deployment-started-and-finished
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/css-tokenizer-increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Increment:
selectedRepository: defaultRepository
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: manually
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/css-tokenizer-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Test:
echo "Size after cleanup:" && du -h | tail -n 1
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: for-pull-request
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/dnr-rulesets-auto-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ npmjs:
- echo 'Task run successfully!'
requirements:
- adg-docker: 'true'
- extension: 'true'
notifications:
- events:
- deployment-started-and-finished
Expand Down
3 changes: 3 additions & 0 deletions bamboo-specs/dnr-rulesets-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ Build:
pattern: dnr-rulesets.tgz
shared: true
required: true
requirements:
- adg-docker: 'true'
- extension: 'true'
3 changes: 2 additions & 1 deletion bamboo-specs/dnr-rulesets-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ npmjs:
npm publish dnr-rulesets.tgz --access public
requirements:
- adg-docker: 'true'
- extension: 'true'
notifications:
- events:
- deployment-started-and-finished
recipients:
- webhook:
name: Deploy webhook
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
url: http://prod.jirahub.service.eu.consul/v1/webhook/bamboo
5 changes: 4 additions & 1 deletion bamboo-specs/dnr-rulesets-increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ stages:
Increment:
tasks:
- script:
- echo 'Task run successfully!'
- echo 'Task run successfully!'
requirements:
- adg-docker: 'true'
- extension: 'true'
5 changes: 4 additions & 1 deletion bamboo-specs/examples-adguard-api-mv3-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ stages:
Test:
tasks:
- script:
- echo 'Task run successfully!'
- echo 'Task run successfully!'
requirements:
- adg-docker: 'true'
- extension: 'true'
1 change: 1 addition & 0 deletions bamboo-specs/examples-adguard-api-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Test:
echo "Size after cleanup:" && du -h | tail -n 1
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: for-pull-request
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/examples-tswebextension-mv2-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Test:
echo "Size after cleanup:" && du -h | tail -n 1
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: for-pull-request
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/examples-tswebextension-mv3-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Test:
echo "Size after cleanup:" && du -h | tail -n 1
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: for-pull-request
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/logger-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Build:
required: true
requirements:
- adg-docker: 'true'
- extension: 'true'

triggers: []

Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/logger-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ npmjs:
npm publish logger.tgz --access public
requirements:
- adg-docker: 'true'
- extension: 'true'
notifications:
- events:
- deployment-started-and-finished
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/logger-increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Increment:
selectedRepository: defaultRepository
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: manually
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/logger-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Test:
echo "Size after cleanup:" && du -h | tail -n 1
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: for-pull-request
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/tsurlfilter-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Build:
required: true
requirements:
- adg-docker: 'true'
- extension: 'true'

triggers: []

Expand Down
3 changes: 2 additions & 1 deletion bamboo-specs/tsurlfilter-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ npmjs • 1.x: &npmjs
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm publish tsurlfilter.tgz $bamboo_publishArgs
requirements:
- adg-docker: true
- adg-docker: 'true'
- extension: 'true'
notifications:
- events:
- deployment-started-and-finished
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/tsurlfilter-increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Increment:
selectedRepository: defaultRepository
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: manually
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/tsurlfilter-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Test:
echo "Size after cleanup:" && du -h | tail -n 1
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: for-pull-request
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/tswebextension-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Build:
required: true
requirements:
- adg-docker: 'true'
- extension: 'true'

triggers: []

Expand Down
3 changes: 2 additions & 1 deletion bamboo-specs/tswebextension-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ npmjs • 2.x: &npmjs
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
npm publish tswebextension.tgz $bamboo_publishArgs
requirements:
- adg-docker: true
- adg-docker: 'true'
- extension: 'true'
notifications:
- events:
- deployment-started-and-finished
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/tswebextension-increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Increment:
selectedRepository: defaultRepository
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: manually
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/tswebextension-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Test:
echo "Size after cleanup:" && du -h | tail -n 1
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: for-pull-request
Expand Down
1 change: 1 addition & 0 deletions bamboo-specs/tswebextension-update-companiesdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Build:
echo "Size after cleanup:" && du -h | tail -n 1
requirements:
- adg-docker: 'true'
- extension: 'true'

branches:
create: manually
Expand Down

0 comments on commit 9665ddc

Please sign in to comment.