Skip to content

Replace QA test pipelines with Integration test for Java(Semgrep)

Vishwa Bhat requested to merge vbhat161-java-integration-test into main

What does this MR do?

  • Replaces java test downstream pipelines with the integration-test approach.
  • Following QA pipelines are removed from CI and replaced by integration-test cases
    • Semgrep: java-maven-qa (Java Ver 11 and 17), java-maven-multimodules-qa
    • Pulled from Spotbugs: custom-ca-qa (Out of scope, read here), java-gradle-qa

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Vishwa Bhat

Merge request reports