Opened 19 months ago
Closed 17 months 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 Changed 19 months ago by
comment:14 Changed 17 months ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 6623: