Skip to content

Commit ebeb69a

Browse files
committed
ahthgab
1 parent bae016f commit ebeb69a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.buildkite/pipeline.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ steps:
2929
- JuliaCI/julia-coverage#v1:
3030
codecov: true
3131
commands: |
32-
julia --project -i -e '
32+
julia --project -e '
3333
using Pkg
3434
3535
println("--- :julia: Instantiating project")
3636
Pkg.add("pocl_jll")
37+
Pkg.add("InteractiveUtils")
3738
Pkg.develop(path="lib/intrinsics")
3839
40+
println("+++ :julia: Running tests")
3941
using InteractiveUtils
4042
InteractiveUtils.versioninfo()
41-
42-
println("+++ :julia: Running tests")
43-
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
43+
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose --jobs=2`)'
4444
agents:
4545
queue: "juliaecosystem"
4646
os: "macos"
@@ -55,18 +55,18 @@ steps:
5555
- JuliaCI/julia-coverage#v1:
5656
codecov: true
5757
commands: |
58-
julia --project -i -e '
58+
julia --project -e '
5959
using Pkg
6060
6161
println("--- :julia: Instantiating project")
6262
Pkg.add("pocl_jll")
63+
Pkg.add("InteractiveUtils")
6364
Pkg.develop(path="lib/intrinsics")
6465
66+
println("+++ :julia: Running tests")
6567
using InteractiveUtils
6668
InteractiveUtils.versioninfo()
67-
68-
println("+++ :julia: Running tests")
69-
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
69+
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose --jobs=2`)'
7070
agents:
7171
queue: "juliaecosystem"
7272
os: "macos"
@@ -82,18 +82,18 @@ steps:
8282
- JuliaCI/julia-coverage#v1:
8383
codecov: true
8484
commands: |
85-
julia --project -i -e '
85+
julia --project -e '
8686
using Pkg
8787
8888
println("--- :julia: Instantiating project")
8989
Pkg.add("pocl_jll")
90+
Pkg.add("InteractiveUtils")
9091
Pkg.develop(path="lib/intrinsics")
9192
93+
println("+++ :julia: Running tests")
9294
using InteractiveUtils
9395
InteractiveUtils.versioninfo()
94-
95-
println("+++ :julia: Running tests")
96-
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
96+
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose --jobs=2`)'
9797
agents:
9898
queue: "juliaecosystem"
9999
os: "macos"
@@ -108,18 +108,18 @@ steps:
108108
- JuliaCI/julia-coverage#v1:
109109
codecov: true
110110
commands: |
111-
julia --project -i -e '
111+
julia --project -e '
112112
using Pkg
113113
114114
println("--- :julia: Instantiating project")
115115
Pkg.add("pocl_jll")
116+
Pkg.add("InteractiveUtils")
116117
Pkg.develop(path="lib/intrinsics")
117118
119+
println("+++ :julia: Running tests")
118120
using InteractiveUtils
119121
InteractiveUtils.versioninfo()
120-
121-
println("+++ :julia: Running tests")
122-
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose`)'
122+
Pkg.test(; coverage=true, test_args=`--platform=pocl --verbose --jobs=2`)'
123123
agents:
124124
queue: "juliaecosystem"
125125
os: "macos"

0 commit comments

Comments
 (0)