Skip to content

Commit

Permalink
Allow 1.7 and nightly to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Nov 9, 2021
1 parent 7d8df55 commit 84b53ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ steps:
cap: "recent"
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 60
soft_fail:
- exit_status: 1

- label: "Julia nightly"
plugins:
Expand All @@ -36,6 +38,8 @@ steps:
cap: "recent"
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 60
soft_fail:
- exit_status: 1

env:
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
Expand Down

0 comments on commit 84b53ff

Please sign in to comment.