55# server release.
66name : Zulip server CI
77
8- on : [push, pull_request]
8+ on : [push, pull_request, workflow_dispatch ]
99
1010defaults :
1111 run :
@@ -17,30 +17,12 @@ jobs:
1717 fail-fast : false
1818 matrix :
1919 include :
20- # Bullseye ships with Python 3.9.2.
21- - docker_image : zulip/ci:bullseye
22- name : Debian 11 (Python 3.9, backend)
23- os : bullseye
24- legacy_client_interface : " 4"
25- server_version : refs/tags/4.0
26- # Ubuntu 22.04 ships with Python 3.10.6.
27- - docker_image : zulip/ci:jammy
28- name : Ubuntu 22.04 (Python 3.10, backend)
29- os : jammy
30- legacy_client_interface : " 6"
31- server_version : refs/tags/6.0
32- # Debian 12 ships with Python 3.11.2.
33- - docker_image : zulip/ci:bookworm
34- name : Debian 12 (Python 3.11, backend + documentation)
35- os : bookworm
36- legacy_client_interface : " 7"
37- server_version : refs/tags/7.0
3820 # Ubuntu 24.04 ships with Python 3.12.3.
3921 - docker_image : zulip/ci:noble
4022 name : Ubuntu 24.04 (Python 3.12, backend)
4123 os : noble
42- legacy_client_interface : " 8 "
43- server_version : refs/tags/8.5
24+ legacy_client_interface : " 10 "
25+ server_version : refs/heads/ci-attempt
4426
4527 runs-on : ubuntu-latest
4628 name : ${{ matrix.name }} (Zulip ${{matrix.server_version}})
6345 - name : " Check out Zulip server ${{ matrix.server_version }}"
6446 uses : actions/checkout@v4
6547 with :
66- repository : zulip /zulip
48+ repository : niloth-p /zulip
6749 ref : ${{ matrix.server_version }}
6850 path : server
6951
0 commit comments