Skip to content

Commit

Permalink
gitlab-ci: Drop Fedora 34
Browse files Browse the repository at this point in the history
It should be enough to run on the latest Fedora version. This should save us
some CI minutes. We have CentOS runners and I would prefer to add CentOS9
Stream.

Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
  • Loading branch information
cryptomilk committed Mar 23, 2022
1 parent 0e81b79 commit 4993fae
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 335 deletions.
8 changes: 1 addition & 7 deletions .gitlab-ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ variables:
# Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render
#
SAMBA_CI_CONTAINER_TAG: 24c7cabf5c7c515ffac905cddc533a26d70abd09
SAMBA_CI_CONTAINER_TAG: 101efe433173bdb306063c6d91d5c991a858a9c9
#
# We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184.
Expand All @@ -60,7 +60,6 @@ variables:
SAMBA_CI_CONTAINER_IMAGE_debian11: debian11
SAMBA_CI_CONTAINER_IMAGE_opensuse151: opensuse151
SAMBA_CI_CONTAINER_IMAGE_opensuse152: opensuse152
SAMBA_CI_CONTAINER_IMAGE_fedora34: fedora34
SAMBA_CI_CONTAINER_IMAGE_fedora35: fedora35
SAMBA_CI_CONTAINER_IMAGE_f35mit120: f35mit120
SAMBA_CI_CONTAINER_IMAGE_centos7: centos7
Expand Down Expand Up @@ -628,11 +627,6 @@ centos8s-samba-o3:
variables:
SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_centos8s}

fedora34-samba-o3:
extends: .samba-o3-template
variables:
SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora34}

fedora35-samba-o3:
extends: .samba-o3-template
variables:
Expand Down
3 changes: 0 additions & 3 deletions bootstrap/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ debian10:
debian11:
extends: .build_image_template

fedora34:
extends: .build_image_template

fedora35:
extends: .build_image_template

Expand Down
12 changes: 0 additions & 12 deletions bootstrap/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,18 +495,6 @@
'mold': '',
}
},
'fedora34': {
'docker_image': 'fedora:34',
'vagrant_box': 'fedora/34-cloud-base',
'bootstrap': DNF_BOOTSTRAP,
'replace': {
'lsb-release': 'redhat-lsb',
'perl-FindBin': '',
'python3-iso8601': 'python3-dateutil',
'libtracker-sparql-2.0-dev': '', # only tracker 3.x is available
'mold': '',
}
},
'fedora35': {
'docker_image': 'fedora:35',
'vagrant_box': 'fedora/35-cloud-base',
Expand Down
7 changes: 0 additions & 7 deletions bootstrap/generated-dists/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ Vagrant.configure("2") do |config|
v.vm.provision :shell, path: "f35mit120/locale.sh"
end

config.vm.define "fedora34" do |v|
v.vm.box = "fedora/34-cloud-base"
v.vm.hostname = "fedora34"
v.vm.provision :shell, path: "fedora34/bootstrap.sh"
v.vm.provision :shell, path: "fedora34/locale.sh"
end

config.vm.define "fedora35" do |v|
v.vm.box = "fedora/35-cloud-base"
v.vm.hostname = "fedora35"
Expand Down
29 changes: 0 additions & 29 deletions bootstrap/generated-dists/fedora34/Dockerfile

This file was deleted.

117 changes: 0 additions & 117 deletions bootstrap/generated-dists/fedora34/bootstrap.sh

This file was deleted.

55 changes: 0 additions & 55 deletions bootstrap/generated-dists/fedora34/locale.sh

This file was deleted.

104 changes: 0 additions & 104 deletions bootstrap/generated-dists/fedora34/packages.yml

This file was deleted.

2 changes: 1 addition & 1 deletion bootstrap/sha1sum.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24c7cabf5c7c515ffac905cddc533a26d70abd09
101efe433173bdb306063c6d91d5c991a858a9c9

0 comments on commit 4993fae

Please sign in to comment.