|
|
bool | verbose |
| | Enable verbose output.
|
| |
|
bool | always_update_base_environment |
| | Update base environment immediately after activation.
|
| |
|
bool | continue_on_error |
| | Do not stop on test failures.
|
| |
|
bool | conda_fresh_start |
| | Always install a new copy of Conda.
|
| |
|
bool | enable_docker |
| | Enable docker image builds.
|
| |
|
bool | enable_artifactory |
| | Enable artifactory uploads.
|
| |
|
bool | enable_artifactory_build_info |
| | Enable build info (best disabled for pure test runs)
|
| |
|
bool | enable_artifactory_upload |
| | Enable artifactory file upload (dry-run when false)
|
| |
|
bool | enable_testing |
| | Enable package testing.
|
| |
|
bool | enable_overwrite |
| | Enable release file clobbering.
|
| |
|
bool | enable_rewrite_spec_stage_2 |
| | Enable automatic @STR@ replacement in output files.
|
| |
|
bool | enable_parallel |
| | Enable testing in parallel.
|
| |
|
bool | enable_task_logging |
| | Enable logging task output to a file.
|
| |
|
long | cpu_limit |
| | Limit parallel processing to n cores (default: max - 1)
|
| |
|
long | parallel_fail_fast |
| | Fail immediately on error.
|
| |
|
int | pool_status_interval |
| | Report "Task is running" every n seconds.
|
| |
|
struct StrList * | conda_packages |
| | Conda packages to install after initial activation.
|
| |
|
struct StrList * | pip_packages |
| | Pip packages to install after initial activation.
|
| |
|
char * | tmpdir |
| | Path to temporary storage directory.
|
| |
|
char * | conda_install_prefix |
| | Path to install conda.
|
| |
|
char * | sysconfdir |
| | Path where STASIS reads its configuration files (mission directory, etc)
|
| |
|
int | task_timeout |
| |
|
char * | wheel_builder |
| | !< Time in seconds before task is terminated
|
| |
|
char * | wheel_builder_manylinux_image |
| | !< Backend to build wheels (build, cibuildwheel, manylinux)
|
| |
|
struct { | |
| |
|
char * tox_posargs | |
| |
|
char * conda_reactivate | |
| |
| } | workaround | |
| | !< Image to use for a Manylinux build
|
| |
|
struct STASIS_GLOBAL::Jfrog | jfrog |
| |
|
struct EnvCtl * | envctl |
| |