Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

ci: run on 1.10 and 1 #81

Merged
merged 3 commits into from
Oct 8, 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
4 changes: 4 additions & 0 deletions .buildkite/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ steps:
matrix:
setup:
julia:
- "1.10"
- "1"
group:
- CUDA
Expand Down Expand Up @@ -78,6 +79,7 @@ steps:
matrix:
setup:
julia:
- "1.10"
- "1"

- group: ":telescope: Downstream AMD GPU"
Expand Down Expand Up @@ -134,6 +136,7 @@ steps:
matrix:
setup:
julia:
- "1.10"
- "1"

- group: ":julia: oneAPI GPU"
Expand All @@ -159,6 +162,7 @@ steps:
matrix:
setup:
julia:
- "1.10"
- "1"

env:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
fail-fast: false
matrix:
version:
- "min"
- "1"
os:
- ubuntu-latest
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
name: Downstream ${{ matrix.package.repo }}/${{ matrix.package.group }}
if: ${{ !contains(github.event.head_commit.message, '[skip tests]') && contains(github.event.pull_request.labels.*.name, 'run downstream test') }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 240
env:
GROUP: ${{ matrix.package.group }}
strategy:
Expand Down Expand Up @@ -132,7 +133,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1"
- "1.10"
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down
Loading