From 51773d55ed1b71bb1e679997e283109513d213ed Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sun, 24 Mar 2024 21:18:22 -0700 Subject: [PATCH] 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. --- .github/workflows/production-suite.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/production-suite.yml b/.github/workflows/production-suite.yml index 9f6b105f68..0ac08563d2 100644 --- a/.github/workflows/production-suite.yml +++ b/.github/workflows/production-suite.yml @@ -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: