Skip to content

Commit fd412c6

Browse files
authored
Create sinple buildkite pipeline (#2368)
1 parent aad2399 commit fd412c6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
steps:
2+
- label: "CUDA Julia {{matrix.version}}"
3+
matrix:
4+
setup:
5+
version:
6+
- "1.10"
7+
plugins:
8+
- JuliaCI/julia#v1:
9+
version: "{{matrix.version}}"
10+
command: |
11+
true
12+
agents:
13+
queue: "juliagpu"
14+
cuda: "*"
15+
if: build.message !~ /\[skip ci\]/
16+
timeout_in_minutes: 60
17+
soft_fail:
18+
- exit_status: 3

0 commit comments

Comments
 (0)