Skip to content

Commit 546f2d1

Browse files
authored
Merge pull request #578 from JuliaParallel/ci
Update CI jobs
2 parents e7f6bd6 + 904473a commit 546f2d1

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

Diff for: .buildkite/pipeline.yml

+21-11
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,30 @@ steps:
2525
julia_args: "--threads=1"
2626
- JuliaCI/julia-coverage#v1:
2727
codecov: true
28-
- label: Julia 1.10
28+
29+
- label: Julia 1
2930
timeout_in_minutes: 90
3031
<<: *test
3132
plugins:
3233
- JuliaCI/julia#v1:
33-
version: "1.10"
34+
version: "1"
3435
- JuliaCI/julia-test#v1:
3536
julia_args: "--threads=1"
3637
- JuliaCI/julia-coverage#v1:
3738
codecov: true
39+
3840
- label: Julia nightly
3941
timeout_in_minutes: 90
4042
<<: *test
4143
plugins:
4244
- JuliaCI/julia#v1:
43-
version: "1.10-nightly"
45+
version: "nightly"
4446
- JuliaCI/julia-test#v1:
4547
julia_args: "--threads=1"
4648
- JuliaCI/julia-coverage#v1:
4749
codecov: true
48-
- label: Julia 1.9 (macOS)
50+
51+
- label: Julia 1 (macOS)
4952
timeout_in_minutes: 90
5053
<<: *test
5154
agents:
@@ -54,35 +57,38 @@ steps:
5457
arch: x86_64
5558
plugins:
5659
- JuliaCI/julia#v1:
57-
version: "1.9"
60+
version: "1"
5861
- JuliaCI/julia-test#v1:
5962
julia_args: "--threads=1"
6063
- JuliaCI/julia-coverage#v1:
6164
codecov: true
62-
- label: Julia 1.9 - TimespanLogging
65+
66+
- label: Julia 1 - TimespanLogging
6367
timeout_in_minutes: 20
6468
<<: *test
6569
plugins:
6670
- JuliaCI/julia#v1:
67-
version: "1.9"
71+
version: "1"
6872
- JuliaCI/julia-coverage#v1:
6973
codecov: true
7074
command: "julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.test(\"TimespanLogging\")'"
71-
- label: Julia 1.9 - DaggerWebDash
75+
76+
- label: Julia 1 - DaggerWebDash
7277
timeout_in_minutes: 20
7378
<<: *test
7479
plugins:
7580
- JuliaCI/julia#v1:
76-
version: "1.9"
81+
version: "1"
7782
- JuliaCI/julia-coverage#v1:
7883
codecov: true
7984
command: "julia -e 'using Pkg; Pkg.develop(;path=pwd()); Pkg.develop(;path=\"lib/TimespanLogging\"); Pkg.develop(;path=\"lib/DaggerWebDash\"); include(\"lib/DaggerWebDash/test/runtests.jl\")'"
85+
8086
- label: Benchmarks
8187
timeout_in_minutes: 120
8288
<<: *bench
8389
plugins:
8490
- JuliaCI/julia#v1:
85-
version: "1.9"
91+
version: "1"
8692
- JuliaCI/julia-test#v1:
8793
run_tests: false
8894
command: "julia -e 'using Pkg; Pkg.add(\"BenchmarkTools\"); Pkg.develop(;path=pwd())'; JULIA_PROJECT=\"$PWD\" julia --project benchmarks/benchmark.jl"
@@ -93,11 +99,12 @@ steps:
9399
BENCHMARK_SCALE: "5:5:50"
94100
artifacts:
95101
- benchmarks/result*
102+
96103
- label: DTables.jl stability test
97104
timeout_in_minutes: 20
98105
plugins:
99106
- JuliaCI/julia#v1:
100-
version: "1.9"
107+
version: "1"
101108
env:
102109
JULIA_NUM_THREADS: "4"
103110
agents:
@@ -106,3 +113,6 @@ steps:
106113
os: linux
107114
arch: x86_64
108115
command: "git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t4 -e 'using Pkg; Pkg.activate(\"DTables.jl\"); Pkg.develop(;path=\".\"); Pkg.instantiate(); Pkg.test()'"
116+
117+
# env:
118+
# SECRET_CODECOV_TOKEN: ""

0 commit comments

Comments
 (0)