Update run-ci.py (#534)

This commit is contained in:
Ammar ELWazir
2024-02-24 14:48:41 -06:00
committed by GitHub
parent 875f53b608
commit 4bb95f885b
+2 -2
View File
@@ -12,8 +12,8 @@ import multiprocessing
# this constant is used to define CTEST_PROJECT_NAME
# and default value for CTEST_SUBMIT_URL
_PROJECT_NAME = "rocprofiler-v2-internal"
_BASE_URL = "10.194.116.31/cdash"
_PROJECT_NAME = "rocprofiler-sdk-internal"
_BASE_URL = "rocprofiler0.amd.com:30915"
_GCOVR_GENERATE_CMD = None