Skip to content

Commit 29c0a4a

Browse files
address Copilot review comments
Signed-off-by: bogdan-petkovic <bogdan.petkovic@htecgroup.com>
1 parent 947e828 commit 29c0a4a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

mlir/utils/jenkins/Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ pipeline {
327327
echo "Container environment:"
328328
nodeUtils.showEnv()
329329
ciLogic.setHeartbeat()
330-
buildUtils.buildUtils.buildProject('check-rocmlir-build-only ci-performance-scripts', '')
330+
buildUtils.buildProject('check-rocmlir-build-only ci-performance-scripts', '')
331331
}
332332

333333
stage("Parameter Sweep") {
@@ -559,7 +559,9 @@ PY
559559
skipDefaultCheckout()
560560
}
561561
steps {
562-
reportUtils.archivePerfDB()
562+
script {
563+
reportUtils.archivePerfDB()
564+
}
563565
}
564566
post {
565567
always {

0 commit comments

Comments
 (0)