mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
https://jenkins.galaxyproject.org/job/docker-integration/9044/testReport/junit/test.integration.test_job_recovery/JobRecoveryBeforeHandledIntegerationTestCase/test_recovery/ Likely transiently broken with #7874
17 lines
355 B
XML
17 lines
355 B
XML
<?xml version="1.0"?>
|
|
<job_conf>
|
|
<plugins>
|
|
<plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="1"/>
|
|
</plugins>
|
|
|
|
<handlers>
|
|
<handler id="main"/>
|
|
</handlers>
|
|
|
|
<destinations>
|
|
<destination id="local_dest" runner="local">
|
|
</destination>
|
|
</destinations>
|
|
|
|
</job_conf>
|