File tree Expand file tree Collapse file tree 5 files changed +58
-0
lines changed Expand file tree Collapse file tree 5 files changed +58
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ const branchBuildConfig = {
6969 // repoUrl: 'https://github.com/mage-os/mageos-commerce-data-export.git',
7070 // ref: 'main'
7171 // },
72+ 'magento-allure-phpunit' : {
73+ repoUrl : 'https://github.com/mage-os/mageos-magento-allure-phpunit.git' ,
74+ ref : 'main'
75+ } ,
7276 'magento-coding-standard' : {
7377 repoUrl : 'https://github.com/mage-os/mageos-magento-coding-standard.git' ,
7478 ref : 'develop'
@@ -105,6 +109,10 @@ const branchBuildConfig = {
105109 repoUrl : 'https://github.com/mage-os/mageos-magento-zend-memory.git' ,
106110 ref : 'main'
107111 } ,
112+ 'magento-zf-db' : {
113+ repoUrl : 'https://github.com/mage-os/mageos-magento-zf-db.git' ,
114+ ref : '2.21.x'
115+ } ,
108116} ;
109117
110118module . exports = {
Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ const releaseBuildConfig = {
3939 ref : 'release/1.x' ,
4040 fromTag : '1.0.0' ,
4141 } ,
42+ 'magento-allure-phpunit' : {
43+ repoUrl : 'https://github.com/mage-os/mageos-magento-allure-phpunit.git' ,
44+ ref : 'main'
45+ fromTag : '1.1.0' ,
46+ } ,
4247 'magento-composer-installer' : {
4348 repoUrl : 'https://github.com/mage-os/mageos-magento-composer-installer.git' ,
4449 ref : 'release/1.x' ,
@@ -109,6 +114,11 @@ const releaseBuildConfig = {
109114 ref : 'release/1.x' ,
110115 fromTag : '1.0.0' ,
111116 } ,
117+ 'magento-zf-db' : {
118+ repoUrl : 'https://github.com/mage-os/mageos-magento-zf-db.git' ,
119+ ref : '2.21.x'
120+ fromTag : '1.1.0' ,
121+ } ,
112122 'php-compatibility-fork' : {
113123 repoUrl : 'https://github.com/mage-os/mageos-PHPCompatibilityFork.git' ,
114124 ref : 'release/1.x' ,
Original file line number Diff line number Diff line change @@ -589,6 +589,10 @@ const mirrorBuildConfig = {
589589 // See https://github.com/magento/composer-dependency-version-audit-plugin/blob/0.1.2/composer.json#L5
590590 fromTag : '0.1.2' ,
591591 } ,
592+ 'magento-allure-phpunit' : {
593+ repoUrl : 'https://github.com/mage-os/mirror-magento-allure-phpunit.git' ,
594+ fromTag : '3.0.2' ,
595+ } ,
592596 'magento2-sample-data' : {
593597 repoUrl : 'https://github.com/mage-os/mirror-magento2-sample-data.git' ,
594598 fromTag : '2.3.7-p3' ,
@@ -629,6 +633,10 @@ const mirrorBuildConfig = {
629633 repoUrl : 'https://github.com/mage-os/mirror-magento-zend-memory.git' ,
630634 fromTag : '1.16.0'
631635 } ,
636+ 'magento-zf-db' : {
637+ repoUrl : 'https://github.com/mage-os/mirror-magento-zf-db.git' ,
638+ fromTag : '3.21.0'
639+ } ,
632640 'php-compatibility-fork' : {
633641 repoUrl : 'https://github.com/mage-os/mirror-PHPCompatibilityFork' ,
634642 fromTag : 'v0.1.0'
Original file line number Diff line number Diff line change @@ -114,6 +114,18 @@ module.exports = {
114114 ] ,
115115 packageMetaFromDirs : [ ] ,
116116 } ,
117+ 'magento-allure-phpunit' : {
118+ repoUrl : 'https://github.com/mage-os/mirror-magento-allure-phpunit.git' ,
119+
120+ packageDirs : [ ] ,
121+ packageIndividual : [
122+ {
123+ label : 'PHPUnit Allure Adapter' ,
124+ dir : '' ,
125+ } ,
126+ ] ,
127+ packageMetaFromDirs : [ ] ,
128+ } ,
117129 'page-builder' : {
118130 repoUrl : 'https://github.com/mage-os/mirror-magento2-page-builder.git' ,
119131
@@ -359,6 +371,18 @@ module.exports = {
359371 ] ,
360372 packageMetaFromDirs : [ ] ,
361373 } ,
374+ 'magento-zf-db' : {
375+ repoUrl : 'https://github.com/mage-os/mirror-magento-zf-db.git' ,
376+
377+ packageDirs : [ ] ,
378+ packageIndividual : [
379+ {
380+ label : 'Magento fork of Zend_Db' ,
381+ dir : ''
382+ }
383+ ] ,
384+ packageMetaFromDirs : [ ] ,
385+ } ,
362386 'php-compatibility-fork' : {
363387 repoUrl : 'https://github.com/mage-os/mirror-PHPCompatibilityFork' ,
364388
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ const branchBuildConfig = {
6969 // repoUrl: 'https://github.com/mage-os/mirror-commerce-data-export.git',
7070 // ref: 'main'
7171 // },
72+ 'magento-allure-phpunit' : {
73+ repoUrl : 'https://github.com/mage-os/mirror-magento-allure-phpunit.git' ,
74+ ref : 'main'
75+ } ,
7276 'magento-coding-standard' : {
7377 repoUrl : 'https://github.com/mage-os/mirror-magento-coding-standard.git' ,
7478 ref : 'develop'
@@ -105,6 +109,10 @@ const branchBuildConfig = {
105109 repoUrl : 'https://github.com/mage-os/mirror-magento-zend-memory.git' ,
106110 ref : 'main'
107111 } ,
112+ 'magento-zf-db' : {
113+ repoUrl : 'https://github.com/mage-os/mirror-magento-zf-db.git' ,
114+ ref : '2.21.x'
115+ } ,
108116} ;
109117
110118module . exports = {
You can’t perform that action at this time.
0 commit comments