Skip to content

Commit cb55c25

Browse files
committed
Add the pipiline.yml for buildkite
- Runs (only) the overall tests on buildkite
1 parent 61bea93 commit cb55c25

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
steps:
2+
- label: ":runner: Dynamically launch Pipelines"
3+
plugins:
4+
- staticfloat/forerunner#0c78044b02ced95d8b9ca6fda7883fba45862fd2:
5+
# This will create one job overall, throwing all path information away
6+
watch:
7+
- path: src/*.*.jl
8+
- path: .*\\.toml
9+
target: .buildkite/test_sciml.yml

.buildkite/test_sciml.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
steps:
2+
- label: ":julia: Run tests on 1.6"
3+
plugins:
4+
- JuliaCI/julia#v1:
5+
version: 1.6
6+
- JuliaCI/julia-test#v1:
7+
use_ssh: true
8+
extra_registries: https://github.com/JuliaComputing/JuliaSimRegistry
9+
if: build.message !~ /\[skip tests\]/
10+
timeout_in_minutes: 120
11+
artifact_paths:
12+
- "test/logs/*.pdf"

0 commit comments

Comments
 (0)