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

remove neural insight CI #1903

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 0 additions & 59 deletions .azure-pipelines/code-scan-neural-insights.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .azure-pipelines/ut-neural-insights.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/checkgroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"
Expand Down Expand Up @@ -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/**"
Expand Down
Loading