"docs/source/api/schedulers/dpm_discrete_ancestral.mdx" did not exist on "df80ccf7de4cd7409141fe881fd4d630cd69fc4c"
Commit 1b55647e authored by Paul's avatar Paul
Browse files

Add bzip2 hosts

parent a7dce2fc
......@@ -25,7 +25,7 @@ def rocmtestnode(variant, name, body) {
}
}
withDockerContainer(image: image, args: '--device=/dev/kfd --device=/dev/dri --group-add video --cap-add SYS_PTRACE') {
withDockerContainer(image: image, args: '--device=/dev/kfd --device=/dev/dri --group-add video --cap-add SYS_PTRACE --add-host="bzip2.org:46.235.226.80" --add-host="www.bzip2.org:46.235.226.80"') {
timeout(time: 1, unit: 'HOURS') {
body(cmake_build)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment