Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use "cpu" and "docker" runners #1794

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
58 changes: 0 additions & 58 deletions .github/dockerfiles/runner-base/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions .github/dockerfiles/runner-base/README.md

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ permissions: read-all
jobs:
pre-commit:
name: Pre-commit checks
runs-on:
- glados
- spr
- cpu
runs-on: Linux
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
coverity:
name: Coverity

runs-on:
- glados
- cpu
runs-on: Linux
defaults:
run:
shell: bash -noprofile --norc -eo pipefail {0}
Expand Down Expand Up @@ -44,7 +42,7 @@ jobs:
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
run: |
cd $HOME
wget https://scan.coverity.com/download/linux64 --no-verbose --post-data "token=$COVERITY_TOKEN&project=intel%2Fintel-xpu-backend-for-triton" -O coverity.tgz
curl -sSL --data-binary "token=$COVERITY_TOKEN&project=intel%2Fintel-xpu-backend-for-triton" -o coverity.tgz https://scan.coverity.com/download/linux64
tar zxf coverity.tgz
mv -T cov-analysis-linux64-* coverity

Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/docker-runner.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/e2e-accuracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ permissions: read-all
jobs:
setup:
name: Setup
runs-on:
- glados
- spr
- cpu
runs-on: Linux
outputs:
suite: ${{ steps.set-matrix.outputs.suite }}
mode: ${{ steps.set-matrix.outputs.mode }}
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/e2e-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ permissions: read-all
jobs:
setup:
name: Setup
runs-on:
- glados
- spr
- cpu
runs-on: Linux
outputs:
suite: ${{ steps.set-matrix.outputs.suite }}
mode: ${{ steps.set-matrix.outputs.mode }}
Expand Down