mirror of https://github.com/zulip/zulip.git
ci: Temporarily disable Ubuntu 22.04.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
36cc322525
commit
3848050456
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue