From 4bb95f885ba5928d1268a25d4fb6ec07250884fb Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Sat, 24 Feb 2024 14:48:41 -0600 Subject: [PATCH] Update run-ci.py (#534) --- source/scripts/run-ci.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/scripts/run-ci.py b/source/scripts/run-ci.py index c966c72b71..9fc9c59e1f 100755 --- a/source/scripts/run-ci.py +++ b/source/scripts/run-ci.py @@ -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