mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
- Add script to hit the API with workflows requests. - Update testing Dockerfile to allow just booting up with a fixed master API key for this test to leverage. - WIP: on updating test Dockerfile to work with slurm, multiple handlers, uwsgi, etc...
Setup Docker environment for use with testing using the following commands (until this is on Docker hub).
% cd test/base
% docker build -t galaxyprojectdotorg/testing-base .
This will create a docker container ready to run most of Galaxy tests (functional tests for specific bioinformatics tools may still fail for now until they are migrated out of Galaxy and to the tool shed).