Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve how directories are specfied in Jenkinsfile #955

Draft
wants to merge 4 commits into
base: development
Choose a base branch
from

Commits on Nov 25, 2023

  1. Improve how directories are specfied in Jenkinsfile

    Ensure that directories that are specific to our internal details can
    easily be converted to environment variables.
    arteymix committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    67da12e View commit details
    Browse the repository at this point in the history
  2. Separate slow unit tests from integration tests

    Two benefits: they are run in parallel and we don't have to lock the
    test database for more than necessary.
    arteymix committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    067443d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d29e115 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ea00a2 View commit details
    Browse the repository at this point in the history