Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 0 additions & 111 deletions .github/workflows/build-and-publish-release-images.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
markdown-link-check:
runs-on: ubuntu-latest
runs-on: ibm-wdc-k8s-vllm-h100-util
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
quality-check:
runs-on: ubuntu-22.04
runs-on: ibm-wdc-k8s-vllm-h100-util
steps:
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ready-label-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
ready-label-check:
runs-on: ubuntu-latest
runs-on: ibm-wdc-k8s-vllm-h100-util
steps:
- name: Fail if ready label has not been applied to PR
if: "!contains(github.event.pull_request.labels.*.name, 'ready')"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write
pull-requests: write
actions: write
runs-on: ubuntu-latest
runs-on: ibm-wdc-k8s-vllm-h100-util
steps:
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-check-transformers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:

jobs:
detect-changes:
runs-on: ubuntu-latest
runs-on: ibm-wdc-k8s-vllm-h100-util

outputs:
matched-changes: ${{ steps.changed-files.outputs.all_changed_files }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
coverage report --data-file="$COVERAGE_FILE" --skip-empty --format="markdown" > "$GITHUB_STEP_SUMMARY"

combine-coverage:
runs-on: ubuntu-22.04
runs-on: ibm-wdc-k8s-vllm-h100-util
needs: [base-tests, pytorch-tests]
if: (success() || failure()) && inputs.code_coverage
steps:
Expand Down
Loading