From fc74008bef8f1a1edba2824a4f9e3c211bca5dc8 Mon Sep 17 00:00:00 2001 From: Lubos Mjachky Date: Fri, 8 Sep 2023 17:22:46 +0200 Subject: [PATCH] Use the old pulp-ci-centos:https image with updated service files This is a temporary workaround that makes the CI green once again. The referenced image uses the pulp-ci-centos:https base image. On top of it, there are layers that contain updated service files which allows us to properly run pulpcore-api and pulpcore-content services. We will revert the commit once we will be able to resolve the execution of nested containers. ref https://github.com/pulp/pulpcore/commit/4def68e1f1bd4ffcae5352ee9d6ff7404759a19e#diff-15df6aebb457ef62acf7707d2032bf15dc24646d040d1bf2f892929263ce570dR16 ref https://github.com/pulp/pulp-oci-images/issues/540 [noissue] (cherry picked from commit abdcf7c7c7d9422e2591d622cc65932227d22b8b) --- .github/workflows/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/install.sh b/.github/workflows/scripts/install.sh index ba64af82f..1022df814 100755 --- a/.github/workflows/scripts/install.sh +++ b/.github/workflows/scripts/install.sh @@ -71,7 +71,7 @@ cat >> vars/main.yaml << VARSYAML pulp_settings: {"allowed_content_checksums": ["sha1", "sha224", "sha256", "sha384", "sha512"], "allowed_export_paths": ["/tmp"], "allowed_import_paths": ["/tmp"], "flatpak_index": true} pulp_scheme: https -pulp_container_tag: https +pulp_container_tag: https-pulp_container-ci VARSYAML