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 bb60ffa commit b7fe09b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .ci/ansible/Containerfile.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM {{ ci_base | default(pulp_default_container) }}
#FROM {{ ci_base | default(pulp_default_container) }}
FROM ghcr.io/pulp/pulp-ci-centos:3.45

RUN dnf remove -y podman ; dnf install -y podman-3.3.1

# Add source directories to container
{% for item in plugins %}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaults:

jobs:
check-commits:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-22.04"
steps:
- uses: "actions/checkout@v4"
with:
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 @@ -155,6 +155,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 plumbum==1.8.3 proxy.py==2.4.7"
echo ::group::PIP_LIST
cmd_prefix bash -c "pip3 list && 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 b7fe09b

Please sign in to comment.