Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh(ci): remove buster from build and delivery (#471) #472

Merged
merged 1 commit into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/delivery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:

- name: Build name for DEB
shell: bash
if: ${{ inputs.distrib == 'buster' || inputs.distrib == 'bullseye' }}
if: ${{ inputs.distrib == 'bullseye' }}
run: |
echo "build=debbuild-centreon-collect" >> $GITHUB_ENV
echo "extfile=deb" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/get-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:

- name: Build name for DEB
shell: bash
if: ${{ inputs.distrib == 'buster' || inputs.distrib == 'bullseye' }}
if: ${{ inputs.distrib == 'bullseye' }}
run: |
echo "build=debbuild-centreon-collect" >> $GITHUB_ENV
echo "extfile=deb" >> $GITHUB_ENV
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
include:
- image: centos7
- image: alma8
- image: debian-buster
- image: debian-bullseye
steps:
- name: Checkout sources
Expand Down Expand Up @@ -142,8 +141,6 @@ jobs:
strategy:
matrix:
include:
- image: debian-buster
distrib: buster
- image: debian-bullseye
distrib: bullseye
steps:
Expand Down Expand Up @@ -182,7 +179,7 @@ jobs:
name: Delivery
strategy:
matrix:
distrib: [buster, bullseye]
distrib: [bullseye]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
distrib: centos7
- project: collect
distrib: alma8
- project: collect
distrib: debian-buster
- project: collect
distrib: debian-bullseye
- project: gorgone
Expand Down
46 changes: 0 additions & 46 deletions ci/docker/Dockerfile.collect-debian-buster

This file was deleted.