Skip to content

1.5

Compare
Choose a tag to compare
@shreyb shreyb released this 14 Nov 16:02
· 165 commits to master since this release
5e3b72c

Features

  • New executable, jobsub, which currently lists all the supported jobsub_* commands (#471)
  • AL9 support (#466)
  • Any time a tarball is being uploaded to the Rapid Code Distribution Service (RCDS), we will now show the hash RCDS uses to publish the tarball in CVMFS in stdout (#460)
  • If a tarball to be uploaded to RCDS contains a file larger than 1GiB, we will make the submission fail, since RCDS would silently (to users) fail during publishing if we allowed the submission to proceed (#470)
  • Send CVMFS revision info to Elasticsearch (via ifdh log) at end of job (#489)
  • Debug output includes timestamp and submit hostname (#496)

Bugfixes

  • Using officially supported scitokens python libraries for token decoding so users' IFDH setup does not interfere with token parsing operations of jobsub_lite (#480)
  • Credentials not obtained for file upload for the pnfs dropbox case (--tar-file-name tardir/dropbox://) (#477, #479)
  • TRACEPARENT formatting in v1.4 preventing environment variables from being passed to lens (#473, #479)
  • jobsub_q totals off by one (#494)

Other Code Improvements

  • Remove -global where applicable in jobsub_cmd --> condor_cmd translation (#458)
  • Adding jobsub_cleanup_cred script (#486)
  • Fixed tokens and get_parser unit tests to work with new scitokens library (#490)