Fixed typo in Jenkinsfile

[ROCm/hip commit: b1619122fd]
This commit is contained in:
Maneesh Gupta
2022-07-29 15:45:57 +05:30
committed by GitHub
parent 2e94fbf1c2
commit ea0ae7d4ee
+2 -2
View File
@@ -52,7 +52,7 @@ def hipBuildTest(String backendLabel) {
}
}
timeout(time: 1, unit: 'HOURS') {
stage('HIP Unit Tests - HIT framework ${backendLabel}') {
stage("HIP Unit Tests - HIT framework ${backendLabel}") {
dir("${WORKSPACE}/hipamd/build") {
sh """#!/usr/bin/env bash
set -x
@@ -94,7 +94,7 @@ def hipBuildTest(String backendLabel) {
}
}
timeout(time: 1, unit: 'HOURS') {
stage('HIP Unit Tests - Catch2 framework ${backendLabel}') {
stage("HIP Unit Tests - Catch2 framework ${backendLabel}") {
dir("${WORKSPACE}/hipamd/build") {
sh """#!/usr/bin/env bash
set -x