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 47b365e commit d9c167fCopy full SHA for d9c167f
.buildkite/pipeline.yml
@@ -1,7 +1,7 @@
1
steps:
2
- group: ":test_tube: Tests"
3
4
- - label: "CUDA Julia v{{matrix.version}} -- {{matrix.group}}"
+ - label: ":julia: :linux: CUDA Julia v{{matrix.version}} -- {{matrix.group}}"
5
matrix:
6
setup:
7
version:
@@ -33,7 +33,7 @@ steps:
33
env:
34
REACTANT_TEST_GROUP: "{{matrix.group}}"
35
if: build.message !~ /\[skip tests\]/
36
- timeout_in_minutes: 60
+ timeout_in_minutes: 120
37
38
- label: ":julia: :linux: aarch64 - Julia v{{matrix.version}} -- {{matrix.group}}"
39
@@ -70,7 +70,7 @@ steps:
70
71
72
73
74
75
- group: ":racehorse: Benchmarks"
76
0 commit comments