Skip to content
Draft
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
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os:
- ubuntu-latest
- blacksmith-8vcpu-ubuntu-2404
python-version: ["3.10", "3.11", "3.12", "3.13"]

defaults:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
matrix_job_required_check:
name: lint | code & tests
needs: run_lint
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
if: always()
steps:
- name: Check matrix job results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: check if fork and if so wether secrets are available
# run when label is assigned OR when we are not a fork
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci from fork') || (github.event.pull_request.head.repo.full_name == github.repository && (github.event.action == 'opened' || github.event.action == 'synchronize'))}}
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- run: true

Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,46 +20,46 @@ jobs:
matrix:
include:

# macos tests
- os: macos-latest
# macos tests (Blacksmith macOS runners top out at 12 vCPU)
- os: blacksmith-12vcpu-macos-latest
python-version: "3.11"
shell: bash

# linux tests
- os: ubuntu-latest
- os: blacksmith-32vcpu-ubuntu-2404
python-version: "3.10"
shell: bash
- os: ubuntu-latest
- os: blacksmith-32vcpu-ubuntu-2404
python-version: "3.11"
shell: bash
- os: ubuntu-latest
- os: blacksmith-32vcpu-ubuntu-2404
python-version: "3.12"
shell: bash
- os: ubuntu-latest
- os: blacksmith-32vcpu-ubuntu-2404
python-version: "3.13"
shell: bash

- os: "macos-14"
- os: blacksmith-12vcpu-macos-latest
python-version: "3.14"
shell: bash

# linux test with minimal dependencies
- os: ubuntu-latest
- os: blacksmith-32vcpu-ubuntu-2404
python-version: "3.11"
shell: bash
uv_sync_args: '--resolution lowest-direct' # could also be 'direct'

# linux test with newest available allowed packages (will update lockfile, should not be committed if run locally)
- os: ubuntu-latest
- os: blacksmith-32vcpu-ubuntu-2404
python-version: "3.11"
shell: bash
uv_sync_args: '--upgrade' # could also be 'direct'

# windows tests
- os: windows-latest
- os: blacksmith-32vcpu-windows-2025
python-version: "3.11"
shell: cmd
- os: windows-latest
- os: blacksmith-32vcpu-windows-2025
python-version: "3.13"
shell: cmd

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_destinations_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: "ubuntu-latest"
runs-on: blacksmith-8vcpu-ubuntu-2404

# Service containers to run with `container-job`
services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sources_local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: "ubuntu-latest"
runs-on: blacksmith-8vcpu-ubuntu-2404

steps:
- name: Check out
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test_tools_dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,40 @@ jobs:
include:

# macos tests
- os: "macos-14"
- os: blacksmith-12vcpu-macos-latest
python-version: "3.12"
shell: bash

# linux tests
- os: ubuntu-latest
- os: blacksmith-8vcpu-ubuntu-2404
python-version: "3.10"
shell: bash
- os: ubuntu-latest
- os: blacksmith-8vcpu-ubuntu-2404
python-version: "3.11"
shell: bash
- os: ubuntu-latest
- os: blacksmith-8vcpu-ubuntu-2404
python-version: "3.12"
shell: bash
- os: ubuntu-latest
- os: blacksmith-8vcpu-ubuntu-2404
python-version: "3.13"
shell: bash

# linux test with minimal dependencies
- os: ubuntu-latest
- os: blacksmith-8vcpu-ubuntu-2404
python-version: "3.11"
shell: bash
uv_sync_args: '--resolution lowest-direct' # could also be 'direct'

# mac test with newest available allowed packages (will update lockfile, should not be committed if run locally)
# TODO: revert to linux
- os: "macos-14"
- os: blacksmith-12vcpu-macos-latest
python-version: "3.11"
shell: bash
uv_sync_args: '--upgrade' # could also be 'direct'


# windows tests
- os: windows-latest
- os: blacksmith-8vcpu-windows-2025
python-version: "3.12"
shell: cmd

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
matrix_job_required_check:
name: common | common tests
needs: run_common
runs-on: ubuntu-latest
runs-on: blacksmith-2vcpu-ubuntu-2404
if: always()
steps:
- name: Check matrix job results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_tools_dbt_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: "ubuntu-latest"
runs-on: blacksmith-8vcpu-ubuntu-2404

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_tools_dbt_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: "ubuntu-latest"
runs-on: blacksmith-8vcpu-ubuntu-2404

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tools_deploy_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: blacksmith-8vcpu-ubuntu-2404
if: ${{ !github.event.pull_request.head.repo.fork }}
steps:

Expand Down
Loading