Skip to content

Commit

Permalink
Update Jenkins pipeline per dockerfile name update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglinsong authored and majetideepak committed Jun 17, 2024
1 parent 35eab5d commit 5acdcd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ pipeline {
make submodules
docker buildx build --load --platform "linux/amd64" \
-t "${NATIVE_DOCKER_IMAGE_DEPENDENCY}" \
-f scripts/dockerfiles/centos-8-stream-dependency.dockerfile \
-f scripts/dockerfiles/centos-dependency.dockerfile \
.
docker tag "${NATIVE_DOCKER_IMAGE_DEPENDENCY}" "${AWS_ECR}/presto-native-dependency:latest"
docker image ls
Expand Down
4 changes: 2 additions & 2 deletions jenkins/agent-maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
value: "-Xmx8000m -Xms8000m"
resources:
requests:
memory: "10Gi"
memory: "16Gi"
cpu: "4000m"
limits:
memory: "10Gi"
memory: "16Gi"
cpu: "4000m"
tty: true
command:
Expand Down

0 comments on commit 5acdcd5

Please sign in to comment.