File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ [v7r3p37]
2
+
3
+ *WorkloadManagement
4
+
5
+ FIX: (#7043) fix(StalledJobAgent): after a job was Killed, we have to force the Failed.
6
+ FIX: (#6972) JobStatus: add staging to checking transition, needed by StorageManagementSystem (Stager)
7
+ NEW: (#6963) tests for RemoteRunner
8
+ CHANGE: (#6963) RemoteRunner can deal with MP applications, clean job outputs and process more applications
9
+ FIX: (#6963) Modify the DIRACVersion in the PushJobAgent
10
+ FIX: (#6987) return specific exit code in RemoteRunner in case of failure
11
+ FIX: (#6984) Getting the value of /LocalSite/RemoteExecution
12
+
13
+ *Resources
14
+
15
+ FIX: (#7037) add workaround for https timeout when dowloading file
16
+ FIX: (#6990) ARCLogLevel
17
+ NEW: (#6963) cleanJob() in AREX
18
+ CHANGE: (#6963) executables from inputs are passed as executables in the XRSL in ARC and AREX
19
+
20
+ *docs
21
+
22
+ CHANGE: (#6963) more details in the "supercomputers" section
23
+
1
24
[v7r3p36]
2
25
3
26
*Core
Original file line number Diff line number Diff line change 106
106
else :
107
107
majorVersion = 7
108
108
minorVersion = 3
109
- patchLevel = 36
109
+ patchLevel = 37
110
110
preVersion = 0
111
111
112
112
version = "v%sr%s" % (majorVersion , minorVersion )
You can’t perform that action at this time.
0 commit comments