MyEzAI
ModelOps Demo
Public showcase
No login · private visitor sandbox · synthetic data
Model repo
Reset
Repository
azure-pipelines.yml
Azure DevOps Demo Models · main
azure-pipelines.yml
azure-pipelines.yml · 451 bytes · read-only public source view
Back to folder
azure-pipelines.yml
yaml
trigger: branches: include: - main pool: vmImage: ubuntu-latest steps: - task: UsePythonVersion@0 inputs: versionSpec: '3.12' - script: python tools/validate_catalog.py displayName: Validate catalogue and manifests - script: python tools/smoke_all_models.py displayName: Smoke-test universal runner - task: PublishPipelineArtifact@1 inputs: targetPath: .artifacts artifact: demo-model-results
Confirm action