Legacy Pipeline
Source code: Old Pipeline.
Stages
The pipeline executes in the following order:
build - Validates project structure via
q2 checktest - Runs tests, linting, and security review
mirror - Mirrors to internal GitLab
dockerize - Builds Docker images (main/master/production only)
scan - Security and license scanning
deploy - Deploys to staging (main/master only)
Test Stage
q2 test - Runs the project test suite
q2 lint - Code linting (allowed to fail)
review buddy - Security analysis on merge requests (see Security Tools)
Scan Stage
License scanning - Checks Python and JavaScript dependencies for blocked licenses (see License Scanning)
bandit-security-scan - Python security vulnerability scanning (see Security Tools)
sqlfluff-scan - SQL linting with T-SQL dialect
Merge Request Jobs
Several jobs only run on merge requests: review buddy, license scans, bandit, and sqlfluff. These provide feedback before code is merged without blocking the main branch pipeline.