diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2022-07-26 18:40:29 +0200 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2022-07-27 11:34:59 +0200 |
commit | 4654598476f69b98b8ff28b6be7d417626a96de1 (patch) | |
tree | 69b2179e34a55229aef6e7d3cd9901143521e949 /ci | |
parent | ci/pkgtest: remove Ubuntu 21.10 (diff) | |
download | knot-resolver-4654598476f69b98b8ff28b6be7d417626a96de1.tar.xz knot-resolver-4654598476f69b98b8ff28b6be7d417626a96de1.zip |
Revert "ci/pkgtest: switch bad LXC builds to manual start"
This reverts commit ac3e7ac72cc347e01660d074dff94edfad2ba9a0.
They have been fixed and seem reliable now.
Diffstat (limited to 'ci')
-rw-r--r-- | ci/pkgtest.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ci/pkgtest.yaml b/ci/pkgtest.yaml index a66565f0..5456700e 100644 --- a/ci/pkgtest.yaml +++ b/ci/pkgtest.yaml @@ -40,8 +40,6 @@ stages: 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 @@ -80,8 +78,6 @@ debian-11:pkgbuild: 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 @@ -89,8 +85,6 @@ fedora-34:pkgbuild: 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 @@ -98,8 +92,6 @@ fedora-35:pkgbuild: 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 @@ -108,8 +100,6 @@ opensuse-15.2:pkgbuild: 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 @@ -183,8 +173,6 @@ centos-7:pkgtest: 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: @@ -232,8 +220,6 @@ fedora-34:pkgtest: 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) @@ -245,8 +231,6 @@ fedora-35:pkgtest: 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) @@ -258,8 +242,6 @@ opensuse-15.2:pkgtest: 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 @@ -272,8 +254,6 @@ opensuse-15.3:pkgtest: 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 |