File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! groovy
22@Library (' waluigi@release/7' ) _
33
4- beehiveFlowBuild(
5- container : [
6- tag : ' 18' ,
7- resourceRequestMemory : ' 3Gi' ,
8- resourceLimitCpu : ' 4' ,
9- resourceLimitMemory : ' 3Gi'
4+ mixedBeehiveFlow(
5+ container : [ resourceRequestMemory : ' 3Gi' , resourceLimitMemory : ' 3Gi' ],
6+ testPrefix : ' Tiny-jQuery' ,
7+ platforms : [
8+ [ browser : ' chrome' , headless : true ],
9+ [ browser : ' firefox' , provider : ' aws' , buckets : 1 ],
10+ [ browser : ' safari' , provider : ' lambdatest' , os : ' macOS Sonoma' , buckets : 1 ]
1011 ],
11- test : {
12- bedrockBrowsers(testDirs : [ " src/test/ts/browser" ])
13- },
1412 customSteps : {
1513 stage(" update storybook" ) {
1614 def status = beehiveFlowStatus()
@@ -22,5 +20,9 @@ beehiveFlowBuild(
2220 echo " Skipping as is not latest release"
2321 }
2422 }
23+ },
24+ preparePublish :{
25+ yarnInstall()
26+ sh " yarn build"
2527 }
2628)
You can’t perform that action at this time.
0 commit comments