Update Jenkinsfile
[ci] Update list of disable tests for automation
[ROCm/hip commit: 2a5a2c66c4]
This commit is contained in:
Vendored
+3
-2
@@ -167,7 +167,8 @@ def docker_build_inside_image( def build_image, String inside_args, String platf
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Cap the maximum amount of testing, in case of hangs
|
// Cap the maximum amount of testing, in case of hangs
|
||||||
// Excluding hipPrintfKernel test from automation; variable fails on CI test machines
|
// Excluding hipVectorTypes test from automation; due to regression from HCC commit 2367133
|
||||||
|
// Excluding hipFloatMath test from automation; due to regression from ROCDL commit 2fc04e1
|
||||||
timeout(time: 1, unit: 'HOURS')
|
timeout(time: 1, unit: 'HOURS')
|
||||||
{
|
{
|
||||||
stage("${platform} unit testing")
|
stage("${platform} unit testing")
|
||||||
@@ -177,7 +178,7 @@ def docker_build_inside_image( def build_image, String inside_args, String platf
|
|||||||
cd ${build_dir_rel}
|
cd ${build_dir_rel}
|
||||||
make install -j\$(nproc)
|
make install -j\$(nproc)
|
||||||
make build_tests -i -j\$(nproc)
|
make build_tests -i -j\$(nproc)
|
||||||
ctest -E hipVectorTypes
|
ctest -E "(hipVectorTypes.tst|hipVectorTypesDevice.tst|hipFloatMath.tst)"
|
||||||
"""
|
"""
|
||||||
// If unit tests output a junit or xunit file in the future, jenkins can parse that file
|
// If unit tests output a junit or xunit file in the future, jenkins can parse that file
|
||||||
// to display test results on the dashboard
|
// to display test results on the dashboard
|
||||||
|
|||||||
Reference in New Issue
Block a user