Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi committed Oct 17, 2024
1 parent e00c5c4 commit e316de1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/ansible/Containerfile.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM {{ ci_base | default(pulp_default_container) }}
#FROM {{ ci_base | default(pulp_default_container) }}
FROM ghcr.io/pulp/pulp-ci-centos:3.39.19

# Add source directories to container
{% for item in plugins %}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ if [[ "$TEST" = "azure" ]]; then
az storage container create --name pulp-test --connection-string $AZURE_STORAGE_CONNECTION_STRING
fi

cmd_prefix bash -c "pip3 install yarl==1.11.1 django-auth-ldap==4.8.0 python-gnupg==0.5.2 isodate==0.6.1 charset-normalizer==3.3.2 psycopg2==2.9.9 pycryptodomex==3.20.0 plumbum==1.8.3 tomli==2.0.1 proxy.py==2.4.7"
echo ::group::PIP_LIST
cmd_prefix bash -c "pip3 list && pip3 install pipdeptree && pipdeptree"
echo ::endgroup::
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# remember to also update unittest_requirements.txt when updating this file
pulpcore>=3.21.6,<3.25
pulpcore==3.21.33,<3.25
pyjwkest>=1.4,<=1.4.2
pyjwt[crypto]>=2.4,<=2.5
jsonschema>=4.4,<4.17
Expand Down

0 comments on commit e316de1

Please sign in to comment.