Skip to content

Commit

Permalink
Merge pull request #2695 from CliMA/ncc/up-pkgs-2
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
navidcy committed Aug 29, 2022
2 parents 8cfc875 + 325b783 commit af21542
Show file tree
Hide file tree
Showing 6 changed files with 277 additions and 205 deletions.
27 changes: 27 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,33 @@ steps:
architecture: CPU
depends_on: "init_cpu"

#####
##### Lagrangian particles tracking
#####

- label: "🍂 gpu lagrangian particles tests"
env:
JULIA_DEPOT_PATH: "$SVERDRUP_HOME/.julia-$BUILDKITE_BUILD_NUMBER"
TEST_GROUP: "lagrangian"
commands:
- "$SVERDRUP_HOME/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project -e 'using Pkg; Pkg.test()'"
agents:
queue: Oceananigans
architecture: GPU
depends_on: "init_gpu"

- label: "🍃 cpu lagrangian particles tests"
env:
JULIA_DEPOT_PATH: "$TARTARUS_HOME/.julia-$BUILDKITE_BUILD_NUMBER"
TEST_GROUP: "lagrangian"
CUDA_VISIBLE_DEVICES: "-1"
commands:
- "$TARTARUS_HOME/julia-$JULIA_VERSION/bin/julia -O0 --color=yes --project -e 'using Pkg; Pkg.test()'"
agents:
queue: Oceananigans
architecture: CPU
depends_on: "init_cpu"

#####
##### AbstractOperations
#####
Expand Down
Loading

0 comments on commit af21542

Please sign in to comment.