Skip to content

Commit

Permalink
remove jammy delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Feb 1, 2024
1 parent 1bb5866 commit b696348
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/actions/promote-to-stable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
shell: bash

- name: Promote DEB package to stable
if: ${{ startsWith(inputs.distrib, 'bullseye') || startsWith(inputs.distrib, 'bookworm' || startsWith(inputs.disttrib, 'jammy') }}
if: ${{ startsWith(inputs.distrib, 'bullseye') || startsWith(inputs.distrib, 'bookworm' }}
run: |
echo "[DEBUG] - Distrib: ${{ inputs.distrib }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:

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

steps:
- name: Checkout sources
Expand All @@ -455,7 +455,7 @@ jobs:
runs-on: [self-hosted, common]
strategy:
matrix:
distrib: [el8, el9, bullseye, bookworm, jammy]
distrib: [el8, el9, bullseye, bookworm]

steps:
- name: Checkout sources
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/perl-crypt-argon2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ jobs:
arch: amd64
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64
- distrib: bullseye
arch: arm64

Expand Down Expand Up @@ -207,8 +205,6 @@ jobs:
arch: amd64
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64
- distrib: bullseye
arch: arm64

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-filesys-smbclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:

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

steps:
- name: Checkout sources
Expand All @@ -197,7 +197,7 @@ jobs:
runs-on: [self-hosted, common]
strategy:
matrix:
distrib: [el8, el9, bullseye, bookworm, jammy]
distrib: [el8, el9, bullseye, bookworm]

steps:
- name: Checkout sources
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-json-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

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

name: Deliver ${{ matrix.distrib }}

Expand All @@ -176,7 +176,7 @@ jobs:
runs-on: [self-hosted, common]
strategy:
matrix:
distrib: [bullseye, bookworm, jammy]
distrib: [bullseye, bookworm]

steps:
- name: Checkout sources
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-keepass-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:

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

steps:
- name: Checkout sources
Expand All @@ -205,7 +205,7 @@ jobs:
runs-on: [self-hosted, common]
strategy:
matrix:
distrib: [el8, el9, bullseye, bookworm, jammy]
distrib: [el8, el9, bullseye, bookworm]

steps:
- name: Checkout sources
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/perl-libssh-session.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ jobs:
arch: arm64
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64

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

Expand Down Expand Up @@ -205,8 +203,6 @@ jobs:
arch: amd64
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64
- distrib: bullseye
arch: arm64

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/perl-net-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ jobs:
arch: amd64
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64
- distrib: bullseye
arch: arm64

Expand Down Expand Up @@ -205,8 +203,6 @@ jobs:
arch: amd64
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64
- distrib: bullseye
arch: arm64

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/perl-openwsman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ jobs:
arch: amd64
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64
- distrib: bullseye
arch: arm64

Expand Down Expand Up @@ -302,8 +300,6 @@ jobs:
arch: amd64
- distrib: bookworm
arch: amd64
- distrib: jammy
arch: amd64
- distrib: bullseye
arch: arm64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perl-vmware-vsphere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

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

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distrib: [bullseye, bookworm, jammy]
distrib: [bullseye, bookworm]

steps:
- name: Checkout sources
Expand Down

0 comments on commit b696348

Please sign in to comment.