Skip to content

Commit

Permalink
AZP: Add debug-enabling params to docker - to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefe committed Aug 12, 2021
1 parent ab2409c commit 357a650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildlib/azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -307,6 +307,7 @@ stages:
test_perf: 0
- template: tests.yml
parameters:
name: docker
demands:
- ucx_docker -equals yes
- ucx_amd -equals no
Expand Down

0 comments on commit 357a650

Please sign in to comment.