From eb7eef664f97f79cccb41d59a95dde6c4043db50 Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Tue, 12 Aug 2025 14:26:48 -0300 Subject: [PATCH] Add missing flag to azure scenario on install.sh --- templates/github/.github/workflows/scripts/install.sh.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/github/.github/workflows/scripts/install.sh.j2 b/templates/github/.github/workflows/scripts/install.sh.j2 index 324055ae..40820462 100755 --- a/templates/github/.github/workflows/scripts/install.sh.j2 +++ b/templates/github/.github/workflows/scripts/install.sh.j2 @@ -154,6 +154,7 @@ if [ "$TEST" = "azure" ]; then sed -i -e '$a azure_test: true\ pulp_scenario_settings: {{ pulp_settings_azure | tojson }}\ pulp_scenario_env: {{ pulp_env_azure | tojson }}\ +test_storages_compat_layer: {{ test_storages_compat_layer | tojson }}\ ' vars/main.yaml fi {%- endif %}