aidasoft/Run code on top of an LCG view

Spawns appropriate docker image and executes user code in the environment of a specified LCG view

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
containerWhich container to use as base to setup a view. By default the container is inferred from `view-path` (default: `auto`)noauto
coverity-containerLocation of container that has Coverity Scan installed (default: `ghcr.io/aidasoft/coverity:latest` but not public)noghcr.io/aidasoft/coverity:latest
coverity-cmake-commandCMake command for building your project, assuming in source buildno""
coverity-projectCoverity project name in URL encoding ( / -> %2F e.g. AIDASoft%2FDD4hep)no""
coverity-project-tokenCoverity project token to interact with the coverity serverno""
github-patGitHub Personal Access Token for reading the Coverity image as it cannot be publicno""
platformLCG view platform you are targeting (e.g. x86_64-centos8-gcc10-opt)no""
releaseLCG view release you are targeting (e.g. LCG_99)no""
release-platformLCG view release platform string you are targeting (e.g. LCG_99/x86_64-centos8-gcc10-optno""
runThey payload code you want to execute on top of the viewno""
run_local_checkoutRun the local checkout of the action and not the main repo codenofalse
setup-scriptInitialization/Setup script for a view that sets the environment (e.g. setup.sh)nosetup.sh
view-pathCustom path where the setup script for the view is locationno""
ccache-keyBase key for ccache noccache
container-runtimeContainer runtime to use to launch container (only for linux)nodocker

no outputs