[CI] Disable other unstable tests (#491)

Disable other unstable tests

- validation test_validate_counter_collection_pmc1 for conversion script
- increase timeout for tests/rocprofv3/pc-sampling execution phase
Этот коммит содержится в:
Madsen, Jonathan
2025-06-30 15:53:30 -05:00
коммит произвёл GitHub
родитель 69f71b8097
Коммит f0fe04b95e
5 изменённых файлов: 19 добавлений и 14 удалений
+3 -3
Просмотреть файл
@@ -54,7 +54,7 @@ set(pc-sampling-env-stochastic-exec-mask-manipulation "${PRELOAD_ENV}")
set_tests_properties(
rocprofv3-test-pc-sampling-stochastic-exec-mask-manipulation-input-cmd-execute
PROPERTIES TIMEOUT
45
90
LABELS
"integration-tests;pc-sampling;stochastic"
ENVIRONMENT
@@ -77,7 +77,7 @@ add_test(
set_tests_properties(
rocprofv3-test-pc-sampling-stochastic-exec-mask-manipulation-input-json-execute
PROPERTIES TIMEOUT
45
90
LABELS
"integration-tests;pc-sampling;stochastic"
ENVIRONMENT
@@ -100,7 +100,7 @@ add_test(
set_tests_properties(
rocprofv3-test-pc-sampling-stochastic-exec-mask-manipulation-input-yaml-execute
PROPERTIES TIMEOUT
45
90
LABELS
"integration-tests;pc-sampling;stochastic"
ENVIRONMENT
+3 -3
Просмотреть файл
@@ -60,7 +60,7 @@ set(pc-sampling-env-stochastic-transpose-multiple-agents "${PRELOAD_ENV}")
set_tests_properties(
rocprofv3-test-pc-sampling-stochastic-transpose-multiple-agents-input-cmd-execute
PROPERTIES TIMEOUT
45
90
LABELS
"integration-tests;pc-sampling;stochastic"
ENVIRONMENT
@@ -83,7 +83,7 @@ add_test(
set_tests_properties(
rocprofv3-test-pc-sampling-stochastic-transpose-multiple-agents-input-json-execute
PROPERTIES TIMEOUT
45
90
LABELS
"integration-tests;pc-sampling;stochastic"
ENVIRONMENT
@@ -106,7 +106,7 @@ add_test(
set_tests_properties(
rocprofv3-test-pc-sampling-stochastic-transpose-multiple-agents-input-yaml-execute
PROPERTIES TIMEOUT
45
90
LABELS
"integration-tests;pc-sampling;stochastic"
ENVIRONMENT