mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Merge branch 'release_23.0' into dev
This commit is contained in:
@@ -211,7 +211,7 @@ class CondorJobRunner(AsynchronousJobRunner):
|
||||
if job_failed:
|
||||
log.debug(f"({galaxy_id_tag}/{job_id}) job failed")
|
||||
cjs.failed = True
|
||||
self.work_queue.put((self.finish_job, cjs))
|
||||
self.work_queue.put((self.fail_job, cjs))
|
||||
continue
|
||||
cjs.runnning = job_running
|
||||
new_watched.append(cjs)
|
||||
|
||||
@@ -9,7 +9,7 @@ History
|
||||
|
||||
|
||||
---------------------
|
||||
22.1.0.dev0
|
||||
22.1.1 (2022-08-22)
|
||||
---------------------
|
||||
|
||||
* Initial release
|
||||
|
||||
@@ -10,7 +10,7 @@ History
|
||||
|
||||
|
||||
---------------------
|
||||
22.1.0
|
||||
22.1.1 (2022-08-22)
|
||||
---------------------
|
||||
|
||||
* Initial standalone release of this package.
|
||||
|
||||
@@ -3,9 +3,9 @@ History
|
||||
|
||||
.. to_doc
|
||||
|
||||
---------------------
|
||||
22.9.0.dev0
|
||||
---------------------
|
||||
--------------------------
|
||||
22.9.0.dev0 (2022-06-24)
|
||||
--------------------------
|
||||
|
||||
* First release from the 22.09 branch of Galaxy.
|
||||
|
||||
|
||||
@@ -81,11 +81,17 @@ History
|
||||
* Bugfixes to work around & annotate expected tool test failures.
|
||||
|
||||
---------------------
|
||||
20.9.0.dev2
|
||||
20.9.0 (2020-10-28)
|
||||
---------------------
|
||||
|
||||
* First release from the 20.09 branch of Galaxy.
|
||||
|
||||
--------------------------
|
||||
20.9.0.dev2 (2020-08-02)
|
||||
--------------------------
|
||||
|
||||
* First release from the 20.09 branch of Galaxy.
|
||||
|
||||
---------------------
|
||||
20.5.0 (2020-07-04)
|
||||
---------------------
|
||||
|
||||
@@ -3,9 +3,9 @@ History
|
||||
|
||||
.. to_doc
|
||||
|
||||
---------------------
|
||||
22.9.0.dev0
|
||||
---------------------
|
||||
--------------------------
|
||||
22.9.0.dev0 (2022-06-24)
|
||||
--------------------------
|
||||
|
||||
* First release from the 22.09 branch of Galaxy.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user