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
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/end_game.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ assignees: ''
1. **Documentation Review**

- [ ] Update and confirm accuracy of `README.md` and [Spice.ai Docs](https://github.com/spiceai/docs).
- [ ] Ensure version numbers and references match the release.

1. **Cookbook Recipes**

Expand Down Expand Up @@ -204,6 +203,9 @@ assignees: ''
- [ ] Update [brew taps](https://github.com/spiceai/homebrew-spiceai) after the final build completes.
- [ ] Remove or mark the released version in the [ROADMAP](https://github.com/spiceai/spiceai/blob/trunk/docs/ROADMAP.md).
- [ ] Update the supported version in `SECURITY.md` if necessary.
- [ ] QA DRI: Run SpiceQA via SCP over the following recipes using the template prompt from the [SpiceQA workflow](https://github.com/spiceai/cookbook/blob/trunk/.github/workflows/spice-qa.yml#L45):
- [ ] File Data Connector
- [ ] Dremio Data Connector
- [ ] QA DRI: Add metrics to [QA analytics](https://github.com/spiceai/spiceai/blob/trunk/docs/release_notes/qa_analytics.csv).
- Use number of recipes total from [spiceai.org/docs/cookbook](https://spiceai.org/docs/cookbook).

Expand All @@ -215,3 +217,4 @@ assignees: ''
- [ ] Telegram: [spiceai](https://t.me/spiceai)
- [ ] Blog: [spiceai.org/blog](https://spiceai.org/blog)
- [ ] Update docs banner version in [docusaurus.config.ts](https://github.com/spiceai/docs/blob/trunk/website/docusaurus.config.ts#L95).
- [ ] Ensure version numbers and references match the release.
18 changes: 1 addition & 17 deletions .github/workflows/e2e_test_release_install_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:
type: choice
options:
- "all"
- "Linux x64 (GPU T4)"
- "macOS aarch64 (GPU M4)"
- "Windows x64 (GPU T4)"
- "Linux aarch64"
- "macOS aarch64"
- "Windows x64"
Expand All @@ -30,27 +28,13 @@ jobs:
with:
script: |
const matrix = [
{
name: "Linux x64 (GPU T4)",
runner: "ubuntu-gpu-t4-4-core",
target_os: "linux",
target_arch: "x86_64",
tags: ["cuda"]
},
{
name: "macOS aarch64 (GPU M4)",
runner: "spiceai-macos",
target_os: "darwin",
target_arch: "aarch64",
tags: ["metal"]
},
{
name: "Windows x64 (GPU T4)",
runner: "windows-gpu-t4-4-core",
target_os: "windows",
target_arch: "x86_64",
tags: ["cuda"]
},
{
name: "Linux aarch64",
runner: "hosted-linux-arm-runner",
Expand Down Expand Up @@ -115,7 +99,7 @@ jobs:
# nvidia-smi is not available on windows-gpu-t4-4-core, installing CUDA Toolkit
- name: Install CUDA Toolkit (Windows)
if: matrix.target.runner == 'windows-gpu-t4-4-core'
uses: Jimver/cuda-toolkit@v0.2.22
uses: Jimver/cuda-toolkit@v0.2.23
id: cuda-toolkit
with:
method: network
Expand Down
Loading
Loading