Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 209361f

Browse files
pulpbotdkliban
authored andcommitted
Update CI files
[noissue]
1 parent 803f9bd commit 209361f

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.ci/ansible/Containerfile.j2

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,22 @@ ADD ./{{ item.name }} ./{{ item.name }}
88
{% endfor %}
99

1010
# Install python packages
11-
# Hacking botocore (https://github.com/boto/botocore/pull/1990)
1211

1312
RUN pip3 install
14-
{%- if s3_test | default(false) -%}
15-
{{ " " }}django-storages[boto3] git+https://github.com/fabricio-aguiar/botocore.git@fix-100-continue
16-
{%- endif -%}
17-
{%- if azure_test | default(false) -%}
18-
{{ " " }}django-storages[azure]>=1.12.2
19-
{%- endif -%}
20-
{%- if gcp_test | default(false) -%}
21-
{{ " " }}django-storages[google]>=1.13.2
22-
{%- endif -%}
2313
{%- for item in plugins -%}
2414
{%- if item.name == "pulp-certguard" -%}
2515
{{ " " }}python-dateutil rhsm
2616
{%- endif -%}
2717
{{ " " }}{{ item.source }}
18+
{%- if item.name == "pulpcore" -%}
19+
{%- if s3_test | default(false) -%}
20+
[s3]
21+
{%- elif azure_test | default(false) -%}
22+
[azure]
23+
{%- elif gcp_test | default(false) -%}
24+
[google]
25+
{%- endif -%}
26+
{%- endif -%}
2827
{%- if item.ci_requirements | default(false) -%}
2928
{{ " " }}-r ./{{ item.name }}/ci_requirements.txt
3029
{%- endif -%}

.github/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-248-g4bfc3e1
1+
2021.08.26-249-gca8f021

docs/template_gitref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-248-g4bfc3e1
1+
2021.08.26-249-gca8f021

0 commit comments

Comments
 (0)