4949 required : true
5050
5151env :
52- VENV_BASE : " WHL-TEST"
52+ VENV_BUILD_BASE : " BUILD"
53+ VENV_WHL_BASE : " WHL-TEST"
5354 WHL_TEST_RESULTS : " whl-test-results"
5455
5556jobs :
8182 uses : ./.github/actions/nm-set-python/
8283 with :
8384 python : ${{ inputs.python }}
84- venv : ${{ env.VENV_BASE }}
85+ venv : ${{ env.VENV_BUILD_BASE }}
8586
8687 - name : create testmo run
8788 id : create_testmo_run
@@ -102,14 +103,15 @@ jobs:
102103 with :
103104 Gi_per_thread : ${{ inputs.Gi_per_thread }}
104105 python : ${{ inputs.python }}
105- venv : ${{ env.VENV_BASE }}
106+ venv : ${{ env.VENV_BUILD_BASE }}
106107 pypi : ${{ secrets.NM_PRIVATE_PYPI_LOCATION }}
107108
108109 - name : build whl
109110 id : build_whl
110111 uses : ./.github/actions/nm-build-vllm-whl/
111112 with :
112113 python : ${{ inputs.python }}
114+ venv : ${{ env.VENV_BUILD_BASE }}
113115
114116 - name : upload whl
115117 uses : actions/upload-artifact@v4
@@ -119,8 +121,17 @@ jobs:
119121 path : dist/${{ steps.build_whl.outputs.whl }}
120122 retention-days : 15
121123
124+ - name : summary
125+ uses : ./.github/actions/nm-whl-summary/
126+ with :
127+ label : ${{ inputs.build_label }}
128+ gitref : ${{ inputs.gitref }}
129+ testmo_run_url : https://neuralmagic.testmo.net/automation/runs/view/${{ steps.create_testmo_run.outputs.id }}
130+ python : ${{ inputs.python }}
131+ whl : ${{ steps.build_whl.outputs.whl }}
132+
122133 - name : complete testmo run
123- uses : ./.github/actions/testmo-run-complete/
134+ uses : ./.github/actions/nm- testmo-run-complete/
124135 if : success() || failure()
125136 with :
126137 testmo_url : https://neuralmagic.testmo.net
0 commit comments