From 8179e3aff0f85848a65f7a5fa6d8e28b50775d3b Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 7 Oct 2024 21:58:12 -0400 Subject: [PATCH 1/3] ci: run on 1.10 and 1 --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3408886..79ee574 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,6 +28,7 @@ jobs: fail-fast: false matrix: version: + - "min" - "1" os: - ubuntu-latest From 82ad4ddca091d9d82510b88f1f0fc19045821f47 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 7 Oct 2024 21:59:12 -0400 Subject: [PATCH 2/3] ci: run on `1.10` and `1` --- .buildkite/testing.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/testing.yml b/.buildkite/testing.yml index cea25e4..e00a987 100644 --- a/.buildkite/testing.yml +++ b/.buildkite/testing.yml @@ -22,6 +22,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" group: - CUDA @@ -78,6 +79,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" - group: ":telescope: Downstream AMD GPU" @@ -134,6 +136,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" - group: ":julia: oneAPI GPU" @@ -159,6 +162,7 @@ steps: matrix: setup: julia: + - "1.10" - "1" env: From c709ba3748c204d93446378da6a5af18416d1f25 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 7 Oct 2024 22:04:03 -0400 Subject: [PATCH 3/3] ci: run on `1.10` and `1` --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 79ee574..7222d54 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -73,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: @@ -133,7 +133,7 @@ jobs: fail-fast: false matrix: version: - - "1" + - "1.10" steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2