Merge pull request #8 from stanleytsang-amd/less_mem_types_unittests
Disabling host and fine memory types for CI testing
이 커밋은 다음에 포함됨:
+1
-1
@@ -27,7 +27,7 @@ def runTestCommand (platform, project)
|
||||
def command = """#!/usr/bin/env bash
|
||||
set -x
|
||||
cd ${project.paths.project_build_prefix}
|
||||
python3 -m pytest -k "not MPI" --verbose --junitxml=./testreport.xml
|
||||
python3 -m pytest -k "not MPI and not host and not fine" --verbose --junitxml=./testreport.xml
|
||||
"""
|
||||
|
||||
platform.runCommand(this, command)
|
||||
|
||||
새 이슈에서 참조
사용자 차단