Skip to content

Commit

Permalink
INT-3274: Add testContainer arg
Browse files Browse the repository at this point in the history
  • Loading branch information
danoaky-tiny committed Apr 8, 2024
1 parent e384446 commit 770286f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ mixedBeehiveFlow(
[ browser: 'firefox', provider: 'aws', buckets: 1 ],
[ browser: 'safari', provider: 'lambdatest', os: 'macOS Sonoma', buckets: 1 ]
],
testContainer: [
tag: '20',
resourceRequestMemory: '4Gi',
resourceLimitCpu: '4',
resourceLimitMemory: '4Gi'
],
customSteps: {
stage("storybook") {
def status = beehiveFlowStatus()
Expand Down

0 comments on commit 770286f

Please sign in to comment.