diff --git a/buildlib/azure-pipelines-pr.yml b/buildlib/azure-pipelines-pr.yml index eb7be6694feb..13c49ec3ed55 100644 --- a/buildlib/azure-pipelines-pr.yml +++ b/buildlib/azure-pipelines-pr.yml @@ -23,7 +23,7 @@ resources: containers: - container: centos7 image: rdmz-harbor.rdmz.labs.mlnx/ucx/centos7:3 - options: -v /hpc/local:/hpc/local -v /auto/sw_tools:/auto/sw_tools + options: -v /hpc/local:/hpc/local -v /auto/sw_tools:/auto/sw_tools --cap-add=SYS_PTRACE - container: fedora image: rdmz-harbor.rdmz.labs.mlnx/ucx/fedora33:1 options: --privileged @@ -307,6 +307,7 @@ stages: test_perf: 0 - template: tests.yml parameters: + name: docker demands: - ucx_docker -equals yes - ucx_amd -equals no