From 43739171dd0d111a18af6c8641f1f90fc385ae26 Mon Sep 17 00:00:00 2001 From: andrew clark Date: Tue, 7 Oct 2025 08:54:39 -0600 Subject: [PATCH] Testing pipeline --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 916585186f..1eb052b4a1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1830,7 +1830,7 @@ pipeline { always { script { if (env.SHOULD_RUN_CI.toBoolean() && !(params.RUN_PERFORMANCE_TESTS.toBoolean() || params.BUILD_INSTANCES_ONLY.toBoolean() || params.RUN_CK_TILE_FMHA_TESTS.toBoolean()) && params.BUILD_LEGACY_OS.toBoolean()) { - // Report the skipped stage's status. + // Report the skipped stage's status def variant = "Process results" gitStatusWrapper(credentialsId: "${env.ck_git_creds}", gitHubContext: "${variant}", account: 'ROCm', repo: 'composable_kernel') { echo "Process Performance Test Results stage skipped."