centos-7:pkgbuild:
<<: *pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/centos-7
- when: manual # this image fails to start now
- allow_failure: true
before_script:
- export LC_ALL=en_US.UTF-8
- git config --global user.name CI
fedora-34:pkgbuild:
<<: *pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/fedora-34
- when: manual # this image fails to start now
- allow_failure: true
script:
- dnf install -y rpm-build python3-pip
- *apkgbuild
fedora-35:pkgbuild:
<<: *pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/fedora-35
- when: manual # this image fails to start now
- allow_failure: true
script:
- dnf install -y rpm-build python3-pip
- *apkgbuild
opensuse-15.2:pkgbuild:
<<: *pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/opensuse-15.2
- when: manual # this image fails to start now
- allow_failure: true
script:
- zypper addrepo -G -f https://download.opensuse.org/repositories/home:CZ-NIC:knot-resolver-build/openSUSE_Leap_15.2/home:CZ-NIC:knot-resolver-build.repo
- zypper install -y rpm-build python3-pip
opensuse-15.3:pkgbuild:
<<: *pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/opensuse-15.3
- when: manual # this image fails to start now
- allow_failure: true
script:
- zypper addrepo -G -f https://download.opensuse.org/repositories/home:CZ-NIC:knot-resolver-build/openSUSE_Leap_15.3/home:CZ-NIC:knot-resolver-build.repo
- zypper install -y rpm-build python3-pip
needs:
- centos-7:pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/centos-7
- when: manual # this image fails to start now
- allow_failure: true
before_script:
- export LC_ALL=en_US.UTF-8
script:
needs:
- fedora-34:pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/fedora-34
- when: manual # this image fails to start now
- allow_failure: true
script:
- dnf install -y knot-utils findutils
- dnf install -y $(find ./pkg/pkgs -name '*.rpm' | grep -v module | grep -v debug | grep -v devel)
needs:
- fedora-35:pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/fedora-35
- when: manual # this image fails to start now
- allow_failure: true
script:
- dnf install -y knot-utils findutils
- dnf install -y $(find ./pkg/pkgs -name '*.rpm' | grep -v module | grep -v debug | grep -v devel)
needs:
- opensuse-15.2:pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/opensuse-15.2
- when: manual # this image fails to start now
- allow_failure: true
script:
- zypper addrepo -G -f https://download.opensuse.org/repositories/home:CZ-NIC:knot-resolver-build/openSUSE_Leap_15.2/home:CZ-NIC:knot-resolver-build.repo
- zypper install -y knot-utils
needs:
- opensuse-15.3:pkgbuild
image: $CI_REGISTRY/labs/lxc-gitlab-runner/opensuse-15.3
- when: manual # this image fails to start now
- allow_failure: true
script:
- zypper addrepo -G -f https://download.opensuse.org/repositories/home:CZ-NIC:knot-resolver-build/openSUSE_Leap_15.3/home:CZ-NIC:knot-resolver-build.repo
- zypper install -y knot-utils