Skip to content

Commit

Permalink
Pull request #894: AG-32963 Init plans for adguard api mv3
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from AG-32963-2 to master

Squashed commit of the following:

commit 1affbda
Author: Vladimir Zhelvis <[email protected]>
Date:   Mon Jun 17 13:16:05 2024 +0300

    Revert "add test file"

    This reverts commit 90e42ac.

commit 90e42ac
Author: Vladimir Zhelvis <[email protected]>
Date:   Mon Jun 17 13:15:47 2024 +0300

    add test file

commit 84571e8
Author: Vladimir Zhelvis <[email protected]>
Date:   Mon Jun 17 13:09:42 2024 +0300

    init plans for adguard api mv3
  • Loading branch information
zhelvis committed Jun 17, 2024
1 parent 775d1cc commit 7edf167
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bamboo-specs/adguard-api-mv3-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: ADGUARDAPIMV3BUILD
name: Adguard API MV3 - build
6 changes: 6 additions & 0 deletions bamboo-specs/adguard-api-mv3-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
deployment:
name: Adguard API MV3 - deploy
source-plan: AJL-ADGUARDAPIMV3BUILD
release-naming: ${bamboo.inject.version}
6 changes: 6 additions & 0 deletions bamboo-specs/adguard-api-mv3-increment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: ADGUARDAPIMV3INCREMENT
name: Adguard API MV3 - increment
21 changes: 21 additions & 0 deletions bamboo-specs/bamboo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,24 @@

---
!include 'examples-tswebextension-mv3-tests.yaml'

---
!include 'adguard-api-mv3-build.yaml'

---
!include 'adguard-api-mv3-deploy.yaml'

---
!include 'adguard-api-mv3-increment.yaml'

---
!include 'dnr-rulesets-build.yaml'

---
!include 'dnr-rulesets-deploy.yaml'

---
!include 'dnr-rulesets-increment.yaml'

---
!include 'examples-adguard-api-mv3-tests.yaml'
6 changes: 6 additions & 0 deletions bamboo-specs/dnr-rulesets-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: DNRRULESETSBUILD
name: DNR Rulesets - build
6 changes: 6 additions & 0 deletions bamboo-specs/dnr-rulesets-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
deployment:
name: DNR Rulesets - deploy
source-plan: AJL-DNRRULESETSBUILD
release-naming: ${bamboo.inject.version}
6 changes: 6 additions & 0 deletions bamboo-specs/dnr-rulesets-increment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: DNRRULESETSINCREMENT
name: DNR Rulesets - increment
6 changes: 6 additions & 0 deletions bamboo-specs/examples-adguard-api-mv3-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 2
plan:
project-key: AJL
key: AGAPIEXMV3TEST
name: examples-adguard-api-mv3 - tests

0 comments on commit 7edf167

Please sign in to comment.