CI: Relax timestamp checking (#1189)
* Relax timestamp checking - Prevent recurring CI failures that have no remedy until HSA/driver issues are resolved * Replace "cc" abbreviation in tests with "counter-collection" * Update CODEOWNERS to explicitly include jrmadsen for source/include * Extra logging in rocprofiler tool library * Tweak aborted-app test - remove counter collection as part of the test
This commit is contained in:
committed by
GitHub
parent
6564419357
commit
98858b60ec
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"jobs": [
|
||||
{
|
||||
"pmc":["SQ_WAVES"],
|
||||
"kernel_include_regex": "addition",
|
||||
"kernel_exclude_regex": "subtract",
|
||||
"hip_runtime_trace": true,
|
||||
"kernel_trace": true,
|
||||
"output_file": "out",
|
||||
"output_format": [
|
||||
"json"
|
||||
"csv",
|
||||
"json",
|
||||
"pftrace"
|
||||
],
|
||||
"truncate_kernels": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user