Opened 3 years ago
Closed 3 years ago
#1375 closed enhancement (fixed)
Changes that are needed or useful for running jobs inside a container
Reported by: | Nicklas Nordborg | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Job scheduler extension v1.5 |
Component: | net.sf.basedb.opengrid | Keywords: | |
Cc: |
Description
I expect that we want to add some functionality and change some things to make it easier to implement support for running jobs inside a container.
Some things that have been discovered so far:
- The options that causes
set -e
andumask
to be included are better handled in the actual scripts. TheJobConfig.setFailImmediately()
andJobConfig.setCreatePrivateFiles()
should be deprecated and not used. - The
job.sh
scripts need to export variables (eg.TMPDIR
andWD
otherwise they will not be available in scripts that are started as sub-scripts. - more...
Change History (14)
comment:1 by , 3 years ago
comment:14 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6623: