We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bea93 commit cb55c25Copy full SHA for cb55c25
.buildkite/pipeline.yml
@@ -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
@@ -0,0 +1,12 @@
+ - label: ":julia: Run tests on 1.6"
+ - JuliaCI/julia#v1:
+ version: 1.6
+ - JuliaCI/julia-test#v1:
+ use_ssh: true
+ extra_registries: https://github.com/JuliaComputing/JuliaSimRegistry
+ if: build.message !~ /\[skip tests\]/
10
+ timeout_in_minutes: 120
11
+ artifact_paths:
12
+ - "test/logs/*.pdf"
0 commit comments