diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7a4e4387ae..a83997c38d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -16,31 +16,6 @@ steps: # Don't run Buildkite if the commit message includes the text [skip tests] if: build.message !~ /\[skip tests\]/ - - label: "{{matrix.group}} v{{matrix.version}}" - matrix: - setup: - version: - - "1" - group: - - "NNODE" - - "NeuralAdapter" - - "IntegroDiff" - env: - BUILDKITE_PLUGIN_JULIA_VERSION: "{{matrix.version}}" - GROUP: "{{matrix.group}}" - plugins: - - JuliaCI/julia#v1 - - JuliaCI/julia-test#v1: - coverage: false - julia_args: "--threads=auto" - agents: - os: "linux" - queue: "juliaecosystem" - arch: "x86_64" - timeout_in_minutes: 680 - # Don't run Buildkite if the commit message includes the text [skip tests] - if: build.message !~ /\[skip tests\]/ - - label: "Documentation" plugins: - JuliaCI/julia#v1: diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 97b6f7f8f6..c11720597b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,6 +26,9 @@ jobs: - Logging - Forward - DGM + - NNODE + - NeuralAdapter + - IntegroDiff version: - "1" steps: diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 190d11e1f6..631e42015b 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -26,6 +26,9 @@ jobs: - Logging - Forward - DGM + - NNODE + - NeuralAdapter + - IntegroDiff version: - "1" steps: