Skip to content

Commit

Permalink
update testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
karanataryn committed Jan 29, 2025
1 parent d596f13 commit 560e6b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
analyze:
runs-on: 'ubuntu-latest'
runs-on: 'blacksmith'
permissions:
# required for all workflows
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
dependency-review:
runs-on: ubuntu-latest
runs-on: blacksmith
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
Expand Down
31 changes: 1 addition & 30 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:

jobs:
sycamore-unit-tests:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2204
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -82,35 +82,6 @@ jobs:
- name: DF-6
run: df

rps-unit-test:
runs-on: blacksmith-4vcpu-ubuntu-2204
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: useblacksmith/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install RPS
run: make install_rps
working-directory: lib/remote-processors
- name: Run Tests
run: poetry run pytest remote_processors/test/unit/
working-directory: lib/remote-processors

notebook-tests-fast:
runs-on: blacksmith-8vcpu-ubuntu-2204
strategy:
Expand Down

0 comments on commit 560e6b7

Please sign in to comment.