"tests/pipelines/cogvideox/__init__.py" did not exist on "f15f0cd2b50df9823c295f82f5f3e7fc8bf2cdcf"
Commit f6e9edf0 authored by Paul's avatar Paul
Browse files

Remove build arg

parent 80075bff
...@@ -19,9 +19,9 @@ def rocmtestnode(variant, name, body) { ...@@ -19,9 +19,9 @@ def rocmtestnode(variant, name, body) {
} }
stage("image ${variant}") { stage("image ${variant}") {
try { try {
docker.build("${image}", "--build-arg .") docker.build("${image}", ".")
} catch(Exception ex) { } catch(Exception ex) {
docker.build("${image}", "--build-arg --no-cache .") docker.build("${image}", "--no-cache .")
} }
} }
......
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