Skip to content

Commit ac16361

Browse files
committed
Test filed mount into docker
1 parent eb33e80 commit ac16361

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/scripts/ci.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,8 @@ def add_subparser(
700700
post_build=["./tests/scripts/task_build_adreno_bins.sh"],
701701
additional_flags={
702702
"--volume": os.environ.get("ADRENO_OPENCL", "/tmp/") + ":/adreno-opencl",
703+
"--volume": os.environ.get("CI_TEST_INVENTORY", "/Inventory") + ":/Inventory",
704+
"--env": "CI_TEST_INVENTORY=/Inventory",
703705
"--net": "host",
704706
},
705707
env={

0 commit comments

Comments
 (0)