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 a5b663e commit 577e179Copy full SHA for 577e179
.buildkite/pipeline.yml
@@ -6,6 +6,7 @@
6
os: linux
7
arch: x86_64
8
command: "julia --project -e 'using Pkg; Pkg.develop(;path=\"lib/TimespanLogging\")'"
9
+
10
.bench: &bench
11
if: build.message =~ /\[run benchmarks\]/
12
agents:
@@ -14,6 +15,7 @@
14
15
16
17
num_cpus: 16
18
19
steps:
20
- label: Julia 1.9
21
timeout_in_minutes: 90
0 commit comments