Skip to content

irad-orca/rvm-tester

Repository files navigation

RVM Acceptance Tests

To replicate you can run:

  1. Jenkins

    docker run -e JAVA_OPTS=-verbose:class jenkins/jenkins:lts-jdk17 > jenkins.log
    python extract.py --type java --log_file jenkins.log > jenkins.txt
  2. JupyterHub

    docker run -e PYTHONVERBOSE=1 jupyterhub/jupyterhub:5.2.1 > jupyterhub.log
    python extract.py --type python --log_file jupyterhub.log > jupyterhub.txt
  3. Posthog

    docker run -e PYTHONVERBOSE=1 posthog/posthog:release-1.43.1 > posthog.log
    python extract.py --type python --log_file posthog.log > posthog.txt
  4. Ghost

    docker run -e NODE_DEBUG=module ghost:5.98.1 > ghost.log
    python extract.py --type node --log_file ghost.log > ghost.txt
  5. N8N

    docker run -e NODE_DEBUG=module n8nio/n8n:1.67.1 > n8n.log
    python extract.py --type node --log_file n8n.log > n8n.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages