Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REF: use xnat4test for CI #164

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

jhuguetn
Copy link
Contributor

@jhuguetn jhuguetn commented Nov 7, 2022

Replace xnat-docker-compose setting used in CI for testing administrative and user related pyxnat features for a simpler approach using a single Docker container deployment of XNAT via xnat4tests.

New XNAT deployment is installed as a Python dependency package and can be operated via CLI in the CI workflow script. XNAT instance is now operable by default at localhost:8080 (instead of localhost:80).

An additional/unrelated change has been included (REF: use randomly created projects for sessionmirror tests), to avoid collisions between CI workflow runs when testing sessionmirror script against the very same XNAT (central) entities. Now uses randomly generated projects created (and removed) on the fly at execution time.

PR closes #163.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xnat-docker-compose pinned to specific tag due to CI-related errors
1 participant