Skip to content

Commit c690207

Browse files
committed
DEVOPS-2632: Sample Data Builds Migrated from Bamboo
1 parent cd346e0 commit c690207

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
10+
<rule scope="testsuite">
11+
<allow>
12+
<module value="Magento_Install"/>
13+
<module value="Magento_CatalogSampleData"/>
14+
<module value="Magento_BundleSampleData"/>
15+
<module value="Magento_ConfigurableSampleData"/>
16+
<module value="Magento_CustomerSampleData"/>
17+
<module value="Magento_DownloadableSampleData"/>
18+
<module value="Magento_GroupedProductSampleData"/>
19+
<module value="Magento_SalesSampleData"/>
20+
</allow>
21+
</rule>
22+
</config>

0 commit comments

Comments
 (0)