File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "mock_return" : " Delay test successful returned after waiting 5 minutes." ,
2222 "mock_delay" : 120
2323 }
24+ },
25+ {
26+ "hardwareConfig" : {
27+ "endpointConfig" : {
28+ "gpuIds" : " AMPERE_16" ,
29+ "name" : " runpod-python E2E Test - Generator Handler"
30+ },
31+ "templateConfig" : {
32+ "dockerArgs" : " python3 -u /handler.py --generator --return_aggregate_stream"
33+ }
34+ },
35+ "input" : {
36+ "mock_return" : [
37+ " value1" ,
38+ " value2" ,
39+ " value3"
40+ ]
41+ }
42+ },
43+ {
44+ "hardwareConfig" : {
45+ "endpointConfig" : {
46+ "gpuIds" : " AMPERE_16" ,
47+ "name" : " runpod-python E2E Test - Async Generator Handler"
48+ },
49+ "templateConfig" : {
50+ "dockerArgs" : " python3 -u /handler.py --async_generator --return_aggregate_stream"
51+ }
52+ },
53+ "input" : {
54+ "mock_return" : [
55+ " value1" ,
56+ " value2" ,
57+ " value3"
58+ ]
59+ }
2460 }
2561]
Original file line number Diff line number Diff line change 2525 - name : Clone and patch mock-worker
2626 run : |
2727 git clone https://github.com/runpod-workers/mock-worker
28- echo "Installing runpod-python from ${{ github.event.pull_request.head.sha }}"
2928 echo "git+https://github.com/runpod/runpod-python.git@${{ github.event.pull_request.head.sha }}" > mock-worker/builder/requirements.txt
3029
3130 - name : Set up QEMU
You can’t perform that action at this time.
0 commit comments