Skip to content

Commit 8c44bef

Browse files
committed
Minor changes
Signed-off-by: Amit Raj <[email protected]>
1 parent dd7bec5 commit 8c44bef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pipeline {
2828
'''
2929
}
3030
}
31+
3132
stage('Non CLI Tests') {
3233
parallel {
3334
stage('Run Non-CLI Non-QAIC Tests') {
@@ -126,7 +127,8 @@ pipeline {
126127
{
127128
build job: 'qefficient_vllm_upstream',
128129
parameters: [string(name: 'NAME', value: "${BUILD_TAG}")],
129-
propagate: true
130+
propagate: true,
131+
wait: true
130132
}
131133
}
132134
}
@@ -148,4 +150,4 @@ pipeline {
148150
deleteDir()
149151
}
150152
}
151-
}
153+
}

0 commit comments

Comments
 (0)