Merge branch 'release_23.0' into dev

This commit is contained in:
mvdbeek
2023-05-17 12:15:05 +02:00
6 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -9,7 +9,7 @@ History
---------------------
22.1.0.dev0
22.1.1 (2022-08-22)
---------------------
* Initial release
+1 -1
View File
@@ -10,7 +10,7 @@ History
---------------------
22.1.0
22.1.1 (2022-08-22)
---------------------
* Initial standalone release of this package.
+3 -3
View File
@@ -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.
+7 -1
View File
@@ -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 -3
View File
@@ -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.