Skip to content

Commit

Permalink
Revert "Provision integTest container with resource locking (opensear…
Browse files Browse the repository at this point in the history
…ch-project#4037)"

This reverts commit 76479cb.
  • Loading branch information
peterzhuamazon committed Sep 19, 2023
1 parent 4249939 commit b121c66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jenkins/opensearch/integ-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ 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 --cpus 4 --memory 8g",
"tar": "-u 1000",
"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 b121c66

Please sign in to comment.