From f43aee0cf8228cf1243a92d27edbd3cc3a1faf16 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Fri, 25 Oct 2024 10:28:54 -0400 Subject: [PATCH] ci(buildkite): add downstream testing for NeuralOperators --- .buildkite/testing.yml | 5 ++--- Project.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.buildkite/testing.yml b/.buildkite/testing.yml index a4cfaa6e..ad88470c 100644 --- a/.buildkite/testing.yml +++ b/.buildkite/testing.yml @@ -38,7 +38,6 @@ steps: - src - ext env: - RETESTITEMS_NWORKERS: 2 BACKEND_GROUP: "AMDGPU" agents: queue: "juliagpu" @@ -126,6 +125,7 @@ steps: repo: - "Boltz" - "Lux" + - "NeuralOperators" - group: ":telescope: Downstream AMD GPU" steps: @@ -143,8 +143,6 @@ steps: queue: "juliagpu" rocm: "*" rocmgpu: "*" - env: - RETESTITEMS_NWORKERS: 2 if: build.message !~ /\[skip tests\]/ && build.message !~ /\[skip downstream\]/ && build.message !~ /\[skip ci\]/ && build.branch != "main" timeout_in_minutes: 240 matrix: @@ -152,6 +150,7 @@ steps: repo: - "Boltz" - "Lux" + - "NeuralOperators" env: JULIA_PKG_SERVER: "" diff --git a/Project.toml b/Project.toml index 7225334c..6f6005b7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LuxLib" uuid = "82251201-b29d-42c6-8e01-566dec8acb11" authors = ["Avik Pal and contributors"] -version = "1.3.4" +version = "1.3.5" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"