Skip to content
Snippets Groups Projects
Commit b511d8b9 authored by Corné Lukken's avatar Corné Lukken
Browse files

TMSS-3170: Go go power rangers

parent 610e0f37
No related branches found
No related tags found
1 merge request!2TMSS-3170: Upgrade to newest template and use pycommon package
Pipeline #103378 passed with warnings
Pipeline: LOFAR TMSS Client

#103379

    default: default:
    image: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG image: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG
    before_script:
    - python --version # For debugging
    cache: cache:
    paths: paths:
    - .cache/pip - .cache/pip
    ...@@ -10,8 +8,6 @@ default: ...@@ -10,8 +8,6 @@ default:
    stages: stages:
    - prepare - prepare
    - lint - lint
    # check if this needs to be a separate step
    # - build_extensions
    - test - test
    - package - package
    - images - images
    ...@@ -21,6 +17,7 @@ stages: ...@@ -21,6 +17,7 @@ stages:
    # Caching of dependencies to speed up builds # Caching of dependencies to speed up builds
    variables: variables:
    PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
    SECURE_LOG_LEVEL: debug
    include: include:
    - template: Security/SAST.gitlab-ci.yml - template: Security/SAST.gitlab-ci.yml
    ...@@ -58,15 +55,9 @@ sast: ...@@ -58,15 +55,9 @@ sast:
    pmd-apex, security-code-scan, sobelow, spotbugs pmd-apex, security-code-scan, sobelow, spotbugs
    stage: test stage: test
    dependency_scanning: gemnasium-python-dependency_scanning:
    # override default before_script, job won't have Python available
    before_script:
    - uname
    secret_detection:
    # override default before_script, job won't have Python available
    before_script: before_script:
    - uname - apt-get -qqy update && apt-get install -qqy libpq-dev
    # Basic setup for all Python versions for which we don't have a base image # Basic setup for all Python versions for which we don't have a base image
    .run_unit_test_version_base: .run_unit_test_version_base:
    ......
    ...@@ -14,7 +14,6 @@ classifiers = ...@@ -14,7 +14,6 @@ classifiers =
    Programming Language :: Python Programming Language :: Python
    Programming Language :: Python :: 3 Programming Language :: Python :: 3
    Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.11
    Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.12
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment