Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/cargo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
build:
# Needs additional disk space for the full build.
runs-on: warp-ubuntu-latest-x64-8x
runs-on: ubuntu-24.04-8x
permissions:
id-token: write
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codex-backport-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:

jobs:
backport:
runs-on: warp-ubuntu-latest-x64-4x
runs-on: ubuntu-24.04-4x
timeout-minutes: 60
env:
CC: clang
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codex-fix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ permissions:

jobs:
fix-ci:
runs-on: warp-ubuntu-latest-x64-4x
runs-on: ubuntu-24.04-4x
timeout-minutes: 60
env:
CC: clang
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/file_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
run:
timeout-minutes: 45
runs-on: warp-ubuntu-latest-x64-8x
runs-on: ubuntu-24.04-8x
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
linux-arm64:
name: Build on Linux Arm64
runs-on: warp-ubuntu-latest-arm64-8x
runs-on: ubuntu-24.04-arm64-8x
timeout-minutes: 60
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: cargo clippy --all-targets -- -D warnings

build-and-test-java:
runs-on: warp-ubuntu-latest-x64-4x
runs-on: ubuntu-24.04-4x
timeout-minutes: 60
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

jumbo-tests:
# jumbo tests need more resources
runs-on: warp-ubuntu-latest-x64-8x
runs-on: ubuntu-24.04-8x
if: github.repository == 'lancedb/lance'
timeout-minutes: 60
permissions:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
- platform: aarch64
manylinux: "2_17"
extra_args: ""
runner: warp-ubuntu-latest-arm64-4x
runner: ubuntu-24.04-arm64-4x
- platform: aarch64
manylinux: "2_28"
extra_args: "--features fp16kernels"
runner: warp-ubuntu-latest-arm64-4x
runner: ubuntu-24.04-arm64-4x
runs-on: ${{ matrix.config.runner }}
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
repo: ${{ steps.handle_tag.outputs.repo }}
windows:
timeout-minutes: 60
runs-on: windows-latest
runs-on: windows-latest-4x
strategy:
matrix:
python-minor-version: ["9"]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env:
jobs:
lint:
timeout-minutes: 45
runs-on: "warp-ubuntu-latest-x64-4x"
runs-on: "ubuntu-24.04-4x"
defaults:
run:
shell: bash
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
matrix:
python-minor-version: ["9", "13"]
name: "Python Linux 3.${{ matrix.python-minor-version }} x86_64"
runs-on: "warp-ubuntu-latest-x64-4x"
runs-on: "ubuntu-24.04-4x"
defaults:
run:
shell: bash
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

linux-arm:
timeout-minutes: 45
runs-on: warp-ubuntu-latest-arm64-4x
runs-on: ubuntu-24.04-arm64-4x
name: Python Linux 3.13 ARM
defaults:
run:
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
skip-torch: "true"

windows:
runs-on: windows-latest
runs-on: windows-latest-4x
timeout-minutes: 90
defaults:
run:
Expand All @@ -240,7 +240,7 @@ jobs:
- uses: ./.github/workflows/run_tests
aws-integtest:
timeout-minutes: 45
runs-on: "warp-ubuntu-latest-x64-4x"
runs-on: "ubuntu-24.04-4x"
defaults:
run:
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
command: check

linux-build:
runs-on: "warp-ubuntu-latest-x64-4x"
runs-on: "ubuntu-24.04-8x"
timeout-minutes: 60
env:
# Need up-to-date compilers for kernels
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
flags: unittests
fail_ci_if_error: false
linux-arm:
runs-on: warp-ubuntu-latest-arm64-4x
runs-on: ubuntu-24.04-arm64-8x
timeout-minutes: 75
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
Expand All @@ -143,7 +143,7 @@ jobs:
ALL_FEATURES=`cargo metadata --format-version=1 --no-deps | jq -r '.packages[] | .features | keys | .[]' | grep -v -e protoc -e slow_tests | sort | uniq | paste -s -d "," -`
cargo test --profile ci --locked --features ${ALL_FEATURES}
query-integration-tests:
runs-on: warp-ubuntu-latest-x64-4x
runs-on: ubuntu-24.04-4x
timeout-minutes: 75
env:
# We use opt-level 1 which makes some tests 5x faster to run.
Expand All @@ -170,7 +170,7 @@ jobs:
run: |
cargo test --locked -p lance --no-default-features --features fp16kernels,slow_tests --test integration_tests
build-no-lock:
runs-on: warp-ubuntu-latest-x64-8x
runs-on: ubuntu-24.04-8x
timeout-minutes: 30
env:
# Need up-to-date compilers for kernels
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
run: |
cargo check --profile ci --benches --features fp16kernels,cli,dynamodb,substrait
windows-build:
runs-on: warp-windows-latest-x64-4x
runs-on: windows-latest-4x
defaults:
run:
working-directory: rust
Expand Down
Loading