File tree Expand file tree Collapse file tree 4 files changed +1
-311
lines changed
Expand file tree Collapse file tree 4 files changed +1
-311
lines changed Original file line number Diff line number Diff line change 5555 whl : ${{ needs.BUILD.outputs.whl }}
5656 code_coverage : ${{ matrix.test_config.code_coverage || false }}
5757 secrets : inherit
58-
59- UPLOAD :
60- needs : [TEST]
61- uses : ./.github/workflows/upload.yml
62- with :
63- label : gcp-k8s-vllm-util
64- timeout : 40
65- run_id : ${{ github.run_id }}
66- push_to_pypi : ${{ inputs.push_to_pypi }}
67- secrets : inherit
68-
69- REPORT :
70- needs : [BUILD, TEST]
71- if : success() || failure()
72- uses : ./.github/workflows/report.yml
73- with :
74- label : rh-reporter
75- timeout : 40
76- run_id : ${{ github.run_id }}
77- run_name : compressed-tensors
78- wheel : ${{ needs.BUILD.outputs.whl }}
79- wf_category : ${{ inputs.wf_category }}
80- gitref : ${{ inputs.gitref }}
81- secrets : inherit
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414 python-tests :
1515 runs-on : ubuntu-22.04
1616 env :
17- HF_TOKEN : ${{ secrets.NM_HF_TOKEN_READ_ONLY }}
17+ HF_TOKEN : ${{ secrets.HF_RED_HAT_READ_ONLY }}
1818 steps :
1919 - uses : actions/setup-python@v5
2020 with :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments