Skip to content

Commit

Permalink
docs: DIRAC release v7r3p37 notes and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
atsareg committed Jun 28, 2023
1 parent 0495fe8 commit 0141786
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
[v7r3p37]

*WorkloadManagement

FIX: (#7043) fix(StalledJobAgent): after a job was Killed, we have to force the Failed.
FIX: (#6972) JobStatus: add staging to checking transition, needed by StorageManagementSystem (Stager)
NEW: (#6963) tests for RemoteRunner
CHANGE: (#6963) RemoteRunner can deal with MP applications, clean job outputs and process more applications
FIX: (#6963) Modify the DIRACVersion in the PushJobAgent
FIX: (#6987) return specific exit code in RemoteRunner in case of failure
FIX: (#6984) Getting the value of /LocalSite/RemoteExecution

*Resources

FIX: (#7037) add workaround for https timeout when dowloading file
FIX: (#6990) ARCLogLevel
NEW: (#6963) cleanJob() in AREX
CHANGE: (#6963) executables from inputs are passed as executables in the XRSL in ARC and AREX

*docs

CHANGE: (#6963) more details in the "supercomputers" section

[v7r3p36]

*Core
Expand Down
2 changes: 1 addition & 1 deletion src/DIRAC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
else:
majorVersion = 7
minorVersion = 3
patchLevel = 36
patchLevel = 37
preVersion = 0

version = "v%sr%s" % (majorVersion, minorVersion)
Expand Down

0 comments on commit 0141786

Please sign in to comment.