Skip to content

Commit 5fd2758

Browse files
authored
Add new upstream repositories magento-allure-phpunit and magento-zf-db (#208)
* Update packages-config.js with magento-allure-phpunit and magento-zf-db * Update mageos-nightly-build-config.js * Update mageos-release-build-config.js * Update mirror-build-config.js * Update upstream-nightly-build-config.js
1 parent 59a3c29 commit 5fd2758

File tree

5 files changed

+58
-0
lines changed

5 files changed

+58
-0
lines changed

src/build-config/mageos-nightly-build-config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

110118
module.exports = {

src/build-config/mageos-release-build-config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

src/build-config/mirror-build-config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

src/build-config/packages-config.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/build-config/upstream-nightly-build-config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

110118
module.exports = {

0 commit comments

Comments
 (0)