- opensuse-15.4-amd64
- opensuse-15.5-amd64
- opensuse-16.0-amd64
- - fedora-32-amd64
- fedora-33-amd64
- fedora-34-amd64
- fedora-35-amd64
- fedora-41-amd64
- fedora-42-amd64
- fedora-43-amd64
+ - fedora-44-amd64
- debian-11-amd64
- debian-11-i386
- debian-12-amd64
<<: *docker-build
-docker-fedora-32-amd64:
- variables:
- IMG_NAME: "fedora-32-amd64"
-
- rules:
- # Only rebuild if explicitly requested
- - if: '"$[[ inputs.docker-all ]]" == "true"'
- - if: '"fedora-32-amd64" =~ /$[[ inputs.docker-regex ]]/'
- - if: '"fedora-32-amd64" == "$[[ inputs.docker-one ]]"'
- - when: never
-
- <<: *docker-build
-
docker-fedora-33-amd64:
variables:
IMG_NAME: "fedora-33-amd64"
<<: *docker-build
+docker-fedora-44-amd64:
+ variables:
+ IMG_NAME: "fedora-44-amd64"
+
+ rules:
+ # Only rebuild if explicitly requested
+ - if: '"$[[ inputs.docker-all ]]" == "true"'
+ - if: '"fedora-44-amd64" =~ /$[[ inputs.docker-regex ]]/'
+ - if: '"fedora-44-amd64" == "$[[ inputs.docker-one ]]"'
+ - when: never
+
+ <<: *docker-build
+
docker-debian-11-amd64:
variables:
IMG_NAME: "debian-11-amd64"
optional: true
image: registry.nic.cz/labs/bird:opensuse-16.0-amd64
-build-fedora-32-amd64:
- <<: *build-docker-linux-amd64
- needs:
- - job: docker-fedora-32-amd64
- optional: true
- image: registry.nic.cz/labs/bird:fedora-32-amd64
-
build-fedora-33-amd64:
<<: *build-docker-linux-amd64
needs:
optional: true
image: registry.nic.cz/labs/bird:fedora-43-amd64
+build-fedora-44-amd64:
+ <<: *build-docker-linux-amd64
+ needs:
+ - job: docker-fedora-44-amd64
+ optional: true
+ image: registry.nic.cz/labs/bird:fedora-44-amd64
+
build-debian-11-amd64:
<<: *build-docker-linux-amd64
needs:
- job: build-release
image: registry.nic.cz/labs/bird:opensuse-16.0-amd64
-pkg-fedora-32-amd64:
- <<: *pkg-rpm
- needs:
- - job: build-fedora-32-amd64
- artifacts: false
- - job: build-release
- image: registry.nic.cz/labs/bird:fedora-32-amd64
-
pkg-fedora-33-amd64:
<<: *pkg-rpm
needs:
- job: build-release
image: registry.nic.cz/labs/bird:fedora-43-amd64
+pkg-fedora-44-amd64:
+ <<: *pkg-rpm
+ needs:
+ - job: build-fedora-44-amd64
+ artifacts: false
+ - job: build-release
+ image: registry.nic.cz/labs/bird:fedora-44-amd64
+
pkg-debian-11-amd64:
<<: *pkg-deb
needs:
variables:
RPM_INSTALL_CMD: zypper --non-interactive --no-gpg-checks in
-install-fedora-32-amd64:
- <<: *install-rpm
- needs:
- - job: pkg-fedora-32-amd64
- image: registry.nic.cz/labs/bird:fedora-32-amd64
- variables:
- RPM_INSTALL_CMD: rpm -i
-
install-fedora-33-amd64:
<<: *install-rpm
needs:
variables:
RPM_INSTALL_CMD: rpm -i
+install-fedora-44-amd64:
+ <<: *install-rpm
+ needs:
+ - job: pkg-fedora-44-amd64
+ image: registry.nic.cz/labs/bird:fedora-44-amd64
+ variables:
+ RPM_INSTALL_CMD: rpm -i
+
install-debian-11-amd64:
<<: *install-deb
needs:
{% endfor %}
# Last 12 versions of Fedora
- {% for num in (32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43) -%}
+ {% for num in (33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44) -%}
- name: fedora-{{ num }}-amd64
type: rpm
docker:
{%- if num <= 36 %}
alternative_lsb: redhat-lsb-core
{%- endif %}
- {%- if num > 32 %}
systemd: true
- {%- endif %}
{% endfor %}