From 04c2a098b6a871201cc9c7b5b2ae6055230823c8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 3 Jun 2019 12:59:44 -0400 Subject: Update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e62576b..9b17fe9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Inside of a CI/CD pipeline. Create reproducible pipeline deliveries --config Required: dm yaml configuration -o --output-dir store delivery-related results in dir +-t --test-dir store test-related results in dir -p --install-prefix path to install miniconda --install-variant miniconda Python variant -i --install-version version of miniconda installer @@ -95,6 +96,19 @@ test_conda_requirements: # Note: Packages are not incorporated into the delivery test_pip_requirements: - ci-watson + +# Extend the test runtime environment for a package +test_extended: + drizzlepac: + test_args: "--slow" + runtime: + SPECIAL_VARIABLE: "1" + commands: + - ./run_this.sh + - ./and_that.sh + + another_package: + # ... ``` ## Execution example -- cgit