Skip to content

Commit 465bc61

Browse files
committed
Update to use the new build container
1 parent e970abc commit 465bc61

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

Jenkinsfile

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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
)

0 commit comments

Comments
 (0)