Skip to content

Commit

Permalink
Try enabling 1.9 CI again.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Mar 17, 2023
1 parent 61af6de commit 00aa4c3
Showing 1 changed file with 12 additions and 43 deletions.
55 changes: 12 additions & 43 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ steps:
- group: ":julia: Julia"
key: "julia"
steps:
- label: "Julia 1.8"
- label: "Julia {{matrix.julia}}"
plugins:
- JuliaCI/julia#v1:
version: 1.8
version: "{{matrix.julia}}"
- JuliaCI/julia-test#v1:
test_args: "--quickfail"
- JuliaCI/julia-coverage#v1:
Expand All @@ -21,47 +21,16 @@ steps:
arch: "aarch64"
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 60

# FIXME: 1.9 CI fails on the juliaecosystem machines, but works locally...
# - label: "Julia 1.9"
# plugins:
# - JuliaCI/julia#v1:
# version: 1.9-nightly
# - JuliaCI/julia-test#v1:
# test_args: "--quickfail"
# - JuliaCI/julia-coverage#v1:
# codecov: true
# dirs:
# - src
# - lib
# - examples
# agents:
# queue: "juliaecosystem"
# os: "macos"
# arch: "aarch64"
# if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
# timeout_in_minutes: 60

# - label: "Julia nightly"
# plugins:
# - JuliaCI/julia#v1:
# version: nightly
# - JuliaCI/julia-test#v1:
# test_args: "--quickfail"
# - JuliaCI/julia-coverage#v1:
# codecov: true
# dirs:
# - src
# - lib
# - examples
# agents:
# queue: "juliaecosystem"
# os: "macos"
# arch: "aarch64"
# if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
# timeout_in_minutes: 60
# soft_fail:
# - exit_status: 1
matrix:
setup:
julia:
- "1.8"
- "1.9-nightly"
#- "nightly"
adjustments:
- with:
julia: "1.9-nightly"
soft_fail: true

# special tests
- group: ":eyes: Special"
Expand Down

0 comments on commit 00aa4c3

Please sign in to comment.