dev/ci/README.md in passenger-5.2.3 vs dev/ci/README.md in passenger-5.3.0

- old
+ new

@@ -12,10 +12,12 @@ | +-- Load: dev/ci/scripts/setup-host | | | +-- Relax file permissions (if in Jenkins) | | | +-- Create cache directories + | | + | +-- Create buildout directory | Invoke: dev/ci/run-tests-with-docker <test name> | +-- Exec: Docker container Entrypoint: dev/ci/scripts/docker-entrypoint.sh @@ -38,10 +40,13 @@ | | | | | +-- Load: dev/ci/tests/<test name>/setup | | | +-- Load: dev/ci/tests/<test name>/run | + +-- (if docker-entrypoint-stage2.sh exited with an error) + | Populate buildout/testlogs + | +-- (if docker-entrypoint-stage2.sh exited with an error, | and DEBUG_CONSOLE is set to 0) | Print error message and exit | +-- (if docker-entrypoint-stage2.sh exited with an error, @@ -61,10 +66,12 @@ | | | +-- Relax file permissions (if in Jenkins) | | | +-- Create cache directories | | + | +-- Create buildout directory + | | | +-- Exec: dev/ci/scripts/debug-console-wrapper.sh dev/ci/scripts/setup-host-natively.sh <test name> | | | +-- Invoke: dev/ci/scripts/setup-host-natively.sh | | | | | +-- Load: dev/ci/lib/setup-container.sh @@ -79,15 +86,18 @@ | | | | | | | +-- Set RVM version and various envvars | | | | | +-- Load: dev/ci/tests/<test name>/setup | | - | +-- (if setup-host exited with an error, + | +-- (if setup-host-natively.sh exited with an error) + | | Populate buildout/testlogs + | | + | +-- (if setup-host-natively.sh exited with an error, | | and DEBUG_CONSOLE is set to 0) | | Print error message and exit | | - | +-- (if setup-host exited with an error, + | +-- (if setup-host-natively.sh exited with an error, | and DEBUG_CONSOLE is set to 1) | | | +-- Load: dev/ci/lib/set-container-envvars.sh | | | | | +-- Set RVM version and various envvars @@ -103,9 +113,12 @@ | +-- Load: dev/lib/set-container-envvars.sh | | | | | +-- Set RVM version and various envvars | | | +-- Load: dev/ci/tests/<test name>/run + | + +-- (if run-tests-natively-stage2.sh exited with an error) + | Populate buildout/testlogs | +-- (if run-tests-natively-stage2.sh exited with an error, | and DEBUG_CONSOLE is set to 0) | Print error message and exit |