SciML / DiffEqGPU.jl

GPU-acceleration routines for DifferentialEquations.jl and the broader SciML scientific machine learning ecosystem
https://docs.sciml.ai/DiffEqGPU/stable/
MIT License
285 stars 29 forks source link

Add the `pipeline.yml` file for Buildkite #88

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

cc: @ChrisRackauckas

maleadt commented 3 years ago

FWIW, It's possible to do 1.6-nightly instead of nightly. Also, adding a skip ci or skip tests rule is often convenient (see the JuliaGPU/buildkite README).

DilumAluthge commented 3 years ago

Done and done.

DilumAluthge commented 3 years ago

For now, I'll comment out the regular nightly and only run the 1.6-nightly.

maleadt commented 3 years ago

You want if: build.message !~ /\[skip tests\]/, skip ci is handled by buildkite itself. Also, you didn't add it to the nightly target.

maleadt commented 3 years ago

And `1.6-nightly requires v0.6 of the julia plugin.