Skip to content

Commit ea06434

Browse files
committed
remove report and upload workflows
Signed-off-by: Dan Huang <[email protected]>
1 parent b9cdcec commit ea06434

File tree

4 files changed

+1
-311
lines changed

4 files changed

+1
-311
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -55,27 +55,3 @@ jobs:
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

.github/workflows/report.yml

Lines changed: 0 additions & 128 deletions
This file was deleted.

.github/workflows/test-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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:

.github/workflows/upload.yml

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)