From e77dcc99d567513560c5a33cc9b3606e4a619ff0 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 15 Oct 2023 02:33:30 +0000 Subject: [PATCH] Update CI files [noissue] --- .ci/ansible/Containerfile.j2 | 19 +++++++++---------- .github/template_gitref | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.ci/ansible/Containerfile.j2 b/.ci/ansible/Containerfile.j2 index 482ee277..0eb5d5cc 100644 --- a/.ci/ansible/Containerfile.j2 +++ b/.ci/ansible/Containerfile.j2 @@ -8,23 +8,22 @@ ADD ./{{ item.name }} ./{{ item.name }} {% endfor %} # Install python packages -# Hacking botocore (https://github.com/boto/botocore/pull/1990) RUN pip3 install -{%- if s3_test | default(false) -%} -{{ " " }}django-storages[boto3] git+https://github.com/fabricio-aguiar/botocore.git@fix-100-continue -{%- endif -%} -{%- if azure_test | default(false) -%} -{{ " " }}django-storages[azure]>=1.12.2 -{%- endif -%} -{%- if gcp_test | default(false) -%} -{{ " " }}django-storages[google]>=1.13.2 -{%- endif -%} {%- for item in plugins -%} {%- if item.name == "pulp-certguard" -%} {{ " " }}python-dateutil rhsm {%- endif -%} {{ " " }}{{ item.source }} +{%- if item.name == "pulpcore" -%} +{%- if s3_test | default(false) -%} +[s3] +{%- elif azure_test | default(false) -%} +[azure] +{%- elif gcp_test | default(false) -%} +[google] +{%- endif -%} +{%- endif -%} {%- if item.ci_requirements | default(false) -%} {{ " " }}-r ./{{ item.name }}/ci_requirements.txt {%- endif -%} diff --git a/.github/template_gitref b/.github/template_gitref index e0764316..d03ba7e1 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-248-g4bfc3e1 +2021.08.26-249-gca8f021