Skip to content

Commit 7076a76

Browse files
committed
Disabled vLLM tests as these are failing due to authentication related issues.
Signed-off-by: Meet Patel <[email protected]>
1 parent e479263 commit 7076a76

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

scripts/Jenkinsfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ pipeline {
105105
}
106106
}
107107
}
108-
stage('vLLM Tests') {
108+
// stage('vLLM Tests') {
109109

110-
steps
111-
{
112-
build job: 'qefficient_vllm_upstream',
113-
parameters: [string(name: 'NAME', value: "${BUILD_TAG}")],
114-
propagate: true,
115-
wait: true
116-
}
117-
}
110+
// steps
111+
// {
112+
// build job: 'qefficient_vllm_upstream',
113+
// parameters: [string(name: 'NAME', value: "${BUILD_TAG}")],
114+
// propagate: true,
115+
// wait: true
116+
// }
117+
// }
118118
stage('QNN CLI Tests') {
119119
steps {
120120
timeout(time: 30, unit: 'MINUTES') {

0 commit comments

Comments
 (0)