Skip to content

Commit

Permalink
test: mount cvmfs in pilot container
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Aug 13, 2024
1 parent fd7bb26 commit 8612cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: cvmfs-contrib/github-action-cvmfs@v4
- name: Test CernVM-FS
run: ls /cvmfs/dirac.egi.eu
- name: Installing dependencies
run: |
python -m pip install \
Expand Down
2 changes: 2 additions & 0 deletions tests/CI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ services:
user: "${DIRAC_UID}:${DIRAC_GID}"
depends_on:
- dirac-server
volumes:
- /cvmfs:/cvmfs:ro
ulimits:
nofile: 8192
pull_policy: always
Expand Down

0 comments on commit 8612cf7

Please sign in to comment.