mirror of https://github.com/zulip/zulip.git
ci: Disable 8.0 upgrade suite to unbreak CI.
As noted in the comment, hopefully we get to revert this tomorrow, but it still seems worth doing so that PRs can pass CI again.
This commit is contained in:
parent
2980d14cb4
commit
51773d55ed
|
@ -262,9 +262,10 @@ jobs:
|
|||
- docker_image: zulip/ci:bookworm-7.0
|
||||
name: 7.0 Version Upgrade
|
||||
os: bookworm
|
||||
- docker_image: zulip/ci:bookworm-8.0
|
||||
name: 8.0 Version Upgrade
|
||||
os: bookworm
|
||||
# Temporarily disabled so CI passes pending https://github.com/apache/arrow/issues/40744.
|
||||
# - docker_image: zulip/ci:bookworm-8.0
|
||||
# name: 8.0 Version Upgrade
|
||||
# os: bookworm
|
||||
|
||||
name: ${{ matrix.name }}
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue