From 084d719406c6bc8d631fd18bef280eb3c7a6266f Mon Sep 17 00:00:00 2001 From: sophiaxu0424 Date: Wed, 9 Oct 2024 21:08:44 -0400 Subject: [PATCH] Revert changes to upload perf logs from jvmtest folder to artifactory, as it has been using reportDir for now Fixes: https://github.ibm.com/runtimes/automation/issues/80 Signed-off-by: sophiaxu0424 --- buildenv/jenkins/JenkinsfileBase | 1 - 1 file changed, 1 deletion(-) diff --git a/buildenv/jenkins/JenkinsfileBase b/buildenv/jenkins/JenkinsfileBase index aa784067e7..41329ec259 100644 --- a/buildenv/jenkins/JenkinsfileBase +++ b/buildenv/jenkins/JenkinsfileBase @@ -904,7 +904,6 @@ def post(output_name) { def pattern = "${env.WORKSPACE}/*_output.*" uploadToArtifactory(pattern) } - archiveFile("jvmtest/perf/**/leftoverResults/", false) } else if ((currentBuild.result == 'UNSTABLE' || currentBuild.result == 'FAILURE' || currentBuild.result == 'ABORTED') || params.ARCHIVE_TEST_RESULTS) { def test_output_tar_name = "${output_name}_test_output${suffix}" if (tar_cmd.startsWith('tar')) {