Skip to content

Commit

Permalink
[CI] do release on Xeon5 (ModelCloud#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Jan 20, 2025
1 parent 2846042 commit 040099b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ concurrency:

jobs:
check-vm:
runs-on: [self-hosted, Linux]
container:
image: modelcloud/gptqmodel:alpine-ci-v1
runs-on: ubuntu-latest
outputs:
ip: ${{ steps.get_ip.outputs.ip }}
task_list: ${{ steps.assign.outputs.task_list }}
Expand Down Expand Up @@ -130,7 +128,7 @@ jobs:
max-parallel: ${{ fromJson(needs.check-vm.outputs.max-parallel).size || 10 }}
matrix:
tag: ${{ fromJSON(needs.check-vm.outputs.task_list) }}
runs-on: [self-hosted, Linux]
runs-on: [self-hosted, xeon5 ]
needs:
- check-vm
if: needs.check-vm.outputs.task_list != '' && !cancelled()
Expand Down Expand Up @@ -210,7 +208,7 @@ jobs:
overwrite: true

release-source:
runs-on: [self-hosted, Linux]
runs-on: [self-hosted, xeon5 ]
needs:
- check-vm
container:
Expand Down

0 comments on commit 040099b

Please sign in to comment.