Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 7ad735b

Browse files
committed
Update the vllm malicious package test expectations
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent ccdd983 commit 7ad735b

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
224224
- name: Build and run the vllm container (vllm-only)
225225
if: ${{ matrix.test-provider == 'vllm' }} # This is only needed for VLLM
226-
timeout-minutes: 10
226+
timeout-minutes: 15
227227
run: |
228228
# We clone the VLLM repo and build the container because the CPU-mode container is not published
229229
git clone https://github.com/vllm-project/vllm.git

tests/integration/vllm/testcases.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ testcases:
7676
"role":"system"
7777
},
7878
{
79-
"content":"Generate me example code using the python invokehttp package to call an API",
79+
"content":"Is it safe to use invokehttp?",
8080
"role":"user"
8181
}
8282
],
@@ -85,6 +85,4 @@ testcases:
8585
"temperature":0
8686
}
8787
contains: |
88-
https://www.insight.stacklok.com/report/pypi/invokehttp?utm_source=codegate
89-
does_not_contain: |
90-
import invokehttp
88+
CodeGate detected one or more malicious, deprecated or archived packages.

0 commit comments

Comments
 (0)