Skip to content

Commit

Permalink
Install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-urdin committed Oct 3, 2024
1 parent abd2359 commit 8710903
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM ubuntu:22.04
ENV GNOCCHI_WORKSPACE /github/workspace
ENV DEBIAN_FRONTEND noninteractive

RUN echo test

#NOTE(tobias-urdin): need gnupg for apt-key
RUN apt-get update -y && apt-get install -qy gnupg software-properties-common
RUN add-apt-repository -y ppa:deadsnakes/ppa
Expand Down
2 changes: 2 additions & 0 deletions run-upgrade-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e

export GNOCCHI_TEST_DEBUG=1

if [ "$1" == "postgresql-file" ]; then
eval $(pifpaf --env-prefix INDEXER run postgresql)
elif [ "$1" == "mysql-ceph" ]; then
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ passenv =
GNOCCHI_TEST_*
AWS_*
setenv =
GNOCCHI_TEST_DEBUG=1
GNOCCHI_TEST_STORAGE_DRIVER=file
GNOCCHI_TEST_INDEXER_DRIVER=postgresql
GNOCCHI_TEST_STORAGE_DRIVERS=file swift ceph s3 redis
Expand Down Expand Up @@ -71,6 +72,7 @@ setenv =
GNOCCHI_VERSION_FROM=stable/4.4
GNOCCHI_VARIANT=test,postgresql,file
deps =
setuptools
gnocchiclient>=2.8.0,!=7.0.7
pifpaf
xattr!=0.9.4
Expand All @@ -85,6 +87,7 @@ setenv =
GNOCCHI_VERSION_FROM=stable/4.4
GNOCCHI_VARIANT=test,mysql,ceph,ceph_recommended_lib
deps =
setuptools
gnocchiclient>=2.8.0,!=7.0.7
pifpaf[ceph]
xattr!=0.9.4
Expand Down

0 comments on commit 8710903

Please sign in to comment.