ci: Temporarily disable Ubuntu 22.04.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-03-02 15:25:46 -08:00 committed by Tim Abbott
parent 36cc322525
commit 3848050456
2 changed files with 0 additions and 10 deletions

View File

@ -114,11 +114,6 @@ jobs:
os: focal
extra_args: ""
- docker_image: zulip/ci:jammy
name: Ubuntu 22.04 production install
os: jammy
extra_args: ""
- docker_image: zulip/ci:buster
name: Debian 10 production install with custom db name and user
os: buster

View File

@ -33,11 +33,6 @@ jobs:
name: Debian 11 Bullseye (Python 3.9, backend)
os: bullseye
include_frontend_tests: false
# Ubuntu 22.04 ships with Python 3.9.10.
- docker_image: zulip/ci:jammy
name: Ubuntu 22.04 Jammy (Python 3.9, backend)
os: jammy
include_frontend_tests: false
runs-on: ubuntu-latest
name: ${{ matrix.name }}