Skip to content

Commit

Permalink
scripts: release pod resource after CI test (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
lysu authored and july2993 committed Jan 8, 2020
1 parent 3c0436c commit d0987e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/groovy/binlog_ghpr_integration.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ try {

tests["Integration Test"] = {
podTemplate(label: label,
idleMinutes: 60,
idleMinutes: 0,
containers: [
containerTemplate(name: 'golang',alwaysPullImage: false, image: "${GO_DOCKER_IMAGE}",
resourceRequestCpu: '2000m', resourceRequestMemory: '4Gi',
Expand Down

0 comments on commit d0987e4

Please sign in to comment.