Skip to content

Commit

Permalink
Provision integTest container with resource locking (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#4037)

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Sep 19, 2023
1 parent 2b3b18d commit 76479cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins/opensearch/integ-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ def docker_images = [
"zip": "opensearchstaging/ci-runner:ci-runner-windows2019-servercore-opensearch-build-v1",
]

// Note: The resource locking must be complied with the AGENT_NODE specs above
def docker_args = [
"tar": "-u 1000",
"tar": "-u 1000 --cpus 4 --memory 8g",
"rpm": "--entrypoint=/usr/sbin/init -u root --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro",
"deb": "--entrypoint=/usr/sbin/init -u root --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro",
"zip": "-u ContainerAdministrator",
Expand Down

0 comments on commit 76479cb

Please sign in to comment.