Skip to content

Commit

Permalink
ci(jenkins): use default ods jenkins agent with nodejs v16
Browse files Browse the repository at this point in the history
- disable resource specification
  • Loading branch information
SimonGolms committed Aug 29, 2022
1 parent 8bae446 commit 52a4074
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ odsComponentPipeline(
containerTemplate(
alwaysPullImage: true,
args: '${computer.jnlpmac} ${computer.name}',
image: 'image-registry.openshift-image-registry.svc:5000/PROJECTID-cd/jenkins-agent-nodejs-16:latest',
image: 'image-registry.openshift-image-registry.svc:5000/ods/jenkins-agent-nodejs16:4.x',
name: 'jnlp',
// Before you increase the resources, make sure that the quotas provide the appropriate resources.
resourceLimitCpu: '1',
resourceLimitMemory: '4Gi',
resourceRequestCpu: '10m',
resourceRequestMemory: '1Gi',
// HINT: Before you increase the resources, make sure that the quotas provide the appropriate resources.
// resourceLimitCpu: '1',
// resourceLimitMemory: '4Gi',
// resourceRequestCpu: '10m',
// resourceRequestMemory: '1Gi',
workingDir: '/tmp'
),
containerTemplate(
Expand All @@ -31,7 +31,7 @@ odsComponentPipeline(
],
image: "mcr.microsoft.com/playwright:v1.25.1-focal",
name: 'playwright',
// Before you increase the resources, make sure that the quotas provide the appropriate resources.
// HINT: Before you increase the resources, make sure that the quotas provide the appropriate resources.
// resourceLimitCpu: '1',
// resourceLimitMemory: '4Gi',
// resourceRequestCpu: '10m',
Expand Down

0 comments on commit 52a4074

Please sign in to comment.