Skip to content

Commit

Permalink
enh(ci): remove buster from build and delivery (#471) (#473)
Browse files Browse the repository at this point in the history
* enh(ci): remove buster from build and delivery

* remove buster dockerfile
  • Loading branch information
tuntoja committed Dec 21, 2022
1 parent 59da5fa commit 7e8c647
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/actions/delivery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 @@ -64,7 +64,6 @@ jobs:
include:
- image: centos7
- image: alma8
- image: debian-buster
- image: debian-bullseye
steps:
- name: Checkout sources
Expand Down Expand Up @@ -143,8 +142,6 @@ jobs:
strategy:
matrix:
include:
- image: debian-buster
distrib: buster
- image: debian-bullseye
distrib: bullseye
steps:
Expand Down Expand Up @@ -183,7 +180,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.

0 comments on commit 7e8c647

Please sign in to comment.