Skip to content

Commit

Permalink
chore(ci): disable jammy delivery in 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Oct 8, 2024
1 parent 3f11589 commit b120df3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,6 @@ jobs:
include:
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64

name: deliver ${{ matrix.distrib }}

Expand Down Expand Up @@ -464,7 +462,7 @@ jobs:
runs-on: [self-hosted, common]
strategy:
matrix:
distrib: [el8, el9, bookworm, jammy]
distrib: [el8, el9, bookworm]

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gorgone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:

strategy:
matrix:
distrib: [bookworm, jammy]
distrib: [bookworm]

steps:
- name: Checkout sources
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/libzmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ jobs:
include:
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64

name: deliver ${{ matrix.distrib }} ${{ matrix.arch }}

Expand Down Expand Up @@ -209,7 +207,7 @@ jobs:
runs-on: [self-hosted, common]
strategy:
matrix:
distrib: [el8, el9, bookworm, jammy]
distrib: [el8, el9, bookworm]

steps:
- name: Checkout sources
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lua-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ jobs:
include:
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64

name: deliver ${{ matrix.distrib }} ${{ matrix.arch }}

steps:
Expand Down

0 comments on commit b120df3

Please sign in to comment.