Skip to content

Commit

Permalink
ci: add NNODE, NeuralAdapter, IntegroDiff in GHA from buildkite to ha…
Browse files Browse the repository at this point in the history
…ve them in Downgrade CI
  • Loading branch information
sathvikbhagavan committed Apr 4, 2024
1 parent 99a3639 commit 1c110c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- Logging
- Forward
- DGM
- NNODE
- NeuralAdapter
- IntegroDiff
version:
- "1"
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- Logging
- Forward
- DGM
- NNODE
- NeuralAdapter
- IntegroDiff
version:
- "1"
steps:
Expand Down

0 comments on commit 1c110c5

Please sign in to comment.