Skip to content
Snippets Groups Projects
Verified Commit 171144fd authored by Craig Smith's avatar Craig Smith
Browse files

Remove old QA as they don't seen to do anything

parent ad11ad82
No related branches found
No related tags found
No related merge requests found
Pipeline #954304562 passed
Pipeline: Custom CA

#954307807

    ......@@ -6,42 +6,6 @@ variables:
    include:
    - https://gitlab.com/gitlab-org/security-products/ci-templates/raw/master/includes-dev/analyzer.yml
    .qa-downstream-sast:
    variables:
    SAST_EXCLUDED_ANALYZERS: "eslint, semgrep"
    nodejs-qa:
    extends: .qa-downstream-sast
    variables:
    SAST_REPORT_URL: "$CI_PROJECT_URL/raw/$CI_COMMIT_REF_NAME/qa/expect/nodejs/gl-sast-report.json"
    trigger:
    project: gitlab-org/security-products/tests/nodejs
    branch: master
    nodejs-qa-cert:
    extends: nodejs-qa
    variables:
    ADDITIONAL_CA_CERT_BUNDLE: |
    -----BEGIN CERTIFICATE-----
    certificate-contents-go-here
    -----END CERTIFICATE-----
    nodejs-custom-ruleset-file-qa:
    extends: .qa-downstream-sast
    variables:
    SAST_REPORT_URL: "$CI_PROJECT_URL/raw/$CI_COMMIT_REF_NAME/qa/expect/nodejs-custom-ruleset-file/gl-sast-report.json"
    trigger:
    project: gitlab-org/security-products/tests/nodejs
    branch: custom-config-file
    nodejs-custom-ruleset-raw-qa:
    extends: .qa-downstream-sast
    variables:
    SAST_REPORT_URL: "$CI_PROJECT_URL/raw/$CI_COMMIT_REF_NAME/qa/expect/nodejs-custom-ruleset-raw/gl-sast-report.json"
    trigger:
    project: gitlab-org/security-products/tests/nodejs
    branch: custom-config-raw
    integration-test:
    image:
    name: registry.gitlab.com/gitlab-org/security-products/analyzers/integration-test:stable
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment