From 7edf1673c739939adfabce5f9959fce53ced3ac0 Mon Sep 17 00:00:00 2001 From: Vladimir Zhelvis Date: Mon, 17 Jun 2024 13:35:15 +0300 Subject: [PATCH] Pull request #894: AG-32963 Init plans for adguard api mv3 Merge in ADGUARD-FILTERS/tsurlfilter from AG-32963-2 to master Squashed commit of the following: commit 1affbda9e51ecb6026f1f0729e34d1c196599dd3 Author: Vladimir Zhelvis Date: Mon Jun 17 13:16:05 2024 +0300 Revert "add test file" This reverts commit 90e42ac627c73e31083541c73ee35b4b5a96b23d. commit 90e42ac627c73e31083541c73ee35b4b5a96b23d Author: Vladimir Zhelvis Date: Mon Jun 17 13:15:47 2024 +0300 add test file commit 84571e8a596de04196854980d55481a56b6ed2ea Author: Vladimir Zhelvis Date: Mon Jun 17 13:09:42 2024 +0300 init plans for adguard api mv3 --- bamboo-specs/adguard-api-mv3-build.yaml | 6 ++++++ bamboo-specs/adguard-api-mv3-deploy.yaml | 6 ++++++ bamboo-specs/adguard-api-mv3-increment.yaml | 6 ++++++ bamboo-specs/bamboo.yaml | 21 +++++++++++++++++++ bamboo-specs/dnr-rulesets-build.yaml | 6 ++++++ bamboo-specs/dnr-rulesets-deploy.yaml | 6 ++++++ bamboo-specs/dnr-rulesets-increment.yaml | 6 ++++++ .../examples-adguard-api-mv3-tests.yaml | 6 ++++++ 8 files changed, 63 insertions(+) create mode 100644 bamboo-specs/adguard-api-mv3-build.yaml create mode 100644 bamboo-specs/adguard-api-mv3-deploy.yaml create mode 100644 bamboo-specs/adguard-api-mv3-increment.yaml create mode 100644 bamboo-specs/dnr-rulesets-build.yaml create mode 100644 bamboo-specs/dnr-rulesets-deploy.yaml create mode 100644 bamboo-specs/dnr-rulesets-increment.yaml create mode 100644 bamboo-specs/examples-adguard-api-mv3-tests.yaml diff --git a/bamboo-specs/adguard-api-mv3-build.yaml b/bamboo-specs/adguard-api-mv3-build.yaml new file mode 100644 index 0000000000..8a3688f5a0 --- /dev/null +++ b/bamboo-specs/adguard-api-mv3-build.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: ADGUARDAPIMV3BUILD + name: Adguard API MV3 - build \ No newline at end of file diff --git a/bamboo-specs/adguard-api-mv3-deploy.yaml b/bamboo-specs/adguard-api-mv3-deploy.yaml new file mode 100644 index 0000000000..e30f7a8492 --- /dev/null +++ b/bamboo-specs/adguard-api-mv3-deploy.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +deployment: + name: Adguard API MV3 - deploy + source-plan: AJL-ADGUARDAPIMV3BUILD +release-naming: ${bamboo.inject.version} \ No newline at end of file diff --git a/bamboo-specs/adguard-api-mv3-increment.yaml b/bamboo-specs/adguard-api-mv3-increment.yaml new file mode 100644 index 0000000000..64b28cf361 --- /dev/null +++ b/bamboo-specs/adguard-api-mv3-increment.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: ADGUARDAPIMV3INCREMENT + name: Adguard API MV3 - increment \ No newline at end of file diff --git a/bamboo-specs/bamboo.yaml b/bamboo-specs/bamboo.yaml index 951d9c44b8..d88b3dcd64 100644 --- a/bamboo-specs/bamboo.yaml +++ b/bamboo-specs/bamboo.yaml @@ -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' \ No newline at end of file diff --git a/bamboo-specs/dnr-rulesets-build.yaml b/bamboo-specs/dnr-rulesets-build.yaml new file mode 100644 index 0000000000..c5e185d52e --- /dev/null +++ b/bamboo-specs/dnr-rulesets-build.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: DNRRULESETSBUILD + name: DNR Rulesets - build \ No newline at end of file diff --git a/bamboo-specs/dnr-rulesets-deploy.yaml b/bamboo-specs/dnr-rulesets-deploy.yaml new file mode 100644 index 0000000000..5daa943436 --- /dev/null +++ b/bamboo-specs/dnr-rulesets-deploy.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +deployment: + name: DNR Rulesets - deploy + source-plan: AJL-DNRRULESETSBUILD +release-naming: ${bamboo.inject.version} \ No newline at end of file diff --git a/bamboo-specs/dnr-rulesets-increment.yaml b/bamboo-specs/dnr-rulesets-increment.yaml new file mode 100644 index 0000000000..284c4d68e4 --- /dev/null +++ b/bamboo-specs/dnr-rulesets-increment.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: DNRRULESETSINCREMENT + name: DNR Rulesets - increment \ No newline at end of file diff --git a/bamboo-specs/examples-adguard-api-mv3-tests.yaml b/bamboo-specs/examples-adguard-api-mv3-tests.yaml new file mode 100644 index 0000000000..e3a508c40c --- /dev/null +++ b/bamboo-specs/examples-adguard-api-mv3-tests.yaml @@ -0,0 +1,6 @@ +--- +version: 2 +plan: + project-key: AJL + key: AGAPIEXMV3TEST + name: examples-adguard-api-mv3 - tests \ No newline at end of file