diff --git a/.azure-pipelines/code-scan-neural-insights.yaml b/.azure-pipelines/code-scan-neural-insights.yaml deleted file mode 100644 index eaf741c7ec1..00000000000 --- a/.azure-pipelines/code-scan-neural-insights.yaml +++ /dev/null @@ -1,59 +0,0 @@ -trigger: none - -pr: - autoCancel: true - drafts: false - branches: - include: - - master - paths: - include: - - neural_insights - - setup.py - - .azure-pipelines/code-scan-neural-insights.yml - -pool: - vmImage: "ubuntu-latest" - -variables: - CODE_SCAN_LOG_PATH: ".azure-pipelines/scripts/codeScan/scanLog" - -stages: - - stage: DocStyleCodeScan - displayName: DocStyle Code Scan - dependsOn: [] - jobs: - - job: DocStyle - displayName: DocStyle - steps: - - template: template/code-scan-template.yml - parameters: - codeScanFileName: "pydocstyle" - uploadPath: "pydocstyle.log" - scanModule: "neural_insights" - - - stage: BanditCodeScan - displayName: Bandit Code Scan - dependsOn: [] - jobs: - - job: Bandit - displayName: Bandit - steps: - - template: template/code-scan-template.yml - parameters: - codeScanFileName: "bandit" - uploadPath: "bandit.log" - scanModule: "neural_insights" - - - stage: PylintCodeScan - displayName: Pylint Code Scan - dependsOn: [] - jobs: - - job: Pylint - displayName: Pylint - steps: - - template: template/code-scan-template.yml - parameters: - codeScanFileName: "pylint" - uploadPath: "pylint.json" - scanModule: "neural_insights" diff --git a/.azure-pipelines/ut-neural-insights.yaml b/.azure-pipelines/ut-neural-insights.yaml deleted file mode 100644 index b73026c623b..00000000000 --- a/.azure-pipelines/ut-neural-insights.yaml +++ /dev/null @@ -1,33 +0,0 @@ -trigger: none - -pr: - autoCancel: true - drafts: false - branches: - include: - - master - paths: - include: - - neural_insights - - setup.py - - .azure-pipelines/ut-neural-insights.yaml - -pool: ICX-16C - -variables: - UPLOAD_PATH: $(Build.SourcesDirectory)/log_dir - -stages: - - stage: - displayName: Unit Test for Neural Insights - jobs: - - job: - steps: - - template: template/ut-template.yml - parameters: - dockerConfigName: 'commonDockerConfig' - utScriptFileName: 'run_neural_insights' - uploadPath: $(UPLOAD_PATH) - utArtifact: 'ut_neural-insights' - utTestMode: "no-coverage" - utContainerName: "utTest-nInsights" diff --git a/.github/checkgroup.yml b/.github/checkgroup.yml index 4cf4d63d13e..0b30c23eafa 100644 --- a/.github/checkgroup.yml +++ b/.github/checkgroup.yml @@ -13,17 +13,6 @@ subprojects: - "Code-Scan (DocStyle Code Scan DocStyle)" - "Code-Scan (Pylint Code Scan Pylint)" - - id: "Code Scan Neural-Insights Tests workflow" - paths: - - "neural_insights/**" - - "setup.py" - - ".azure-pipelines/code-scan-neural-insights.yml" - checks: - - "Code-Scan-Neural-Insights" - - "Code-Scan-Neural-Insights (Bandit Code Scan Bandit)" - - "Code-Scan-Neural-Insights (DocStyle Code Scan DocStyle)" - - "Code-Scan-Neural-Insights (Pylint Code Scan Pylint)" - - id: "Code Scan Neural-Solution Tests workflow" paths: - "neural_solution/**" @@ -137,13 +126,6 @@ subprojects: checks: - "UT-ITREX" - - id: "Unit Tests Neural-Insights workflow" - paths: - - "neural_insights/**" - - "setup.py" - checks: - - "UT-Neural-Insights" - - id: "Unit Tests Neural-Solution workflow" paths: - "neural_solution/**"