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:
Jonathan R. Madsen
2024-11-06 23:32:47 -06:00
committed by GitHub
parent 6564419357
commit 98858b60ec
12 changed files with 127 additions and 87 deletions
+3 -2
View File
@@ -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
}