Disabling host and fine memory types for CI testing

[ROCm/rccl-tests commit: 5373e3c630]
This commit is contained in:
Stanley Tsang
2021-03-16 20:38:13 +00:00
parent 1a07751dbe
commit a2a57c12e3
+1 -1
View File
@@ -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)