From f4914cd40a935f25e6955865d45a567268f06000 Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Tue, 9 Jun 2026 22:42:30 +0200 Subject: [PATCH] SRE-3833 ci: remove obsolete code discoverGitReferenceBuild is useless in the Jenkinsfile context and has no effect on build results. It is called from inside unitTestPost. Signed-off-by: Tomasz Gromadzki Priority: 2 Cancel-prev-build: false Skip-unit-test: true Skip-unit-test-memcheck: true Skip-func-vm-all: true Skip-test-el-9-rpms: true Skip-test-leap-15-rpms: true Skip-func-hw-test: true Skip-func-test-el9: true Skip-func-test-leap15: true Skip-test-el-8-rpms: true Skip-func-hw-test: true Skip-func-test-el8: true --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bd4bf753c3c..20527929984 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -995,9 +995,6 @@ pipeline { testResults: 'nlt-junit.xml', with_valgrind: '', FI: true - discoverGitReferenceBuild referenceJob: 'daos-stack/daos/master', - scm: 'daos-stack/daos', - requiredResult: hudson.model.Result.UNSTABLE archiveArtifacts artifacts: 'nlt_logs/fault-injection/', allowEmptyArchive: true job_status_update()