зеркало из https://github.com/microsoft/CCF.git
30 строки
696 B
YAML
30 строки
696 B
YAML
trigger:
|
|
batch: true
|
|
branches:
|
|
include:
|
|
- main
|
|
|
|
pr:
|
|
branches:
|
|
include:
|
|
- main
|
|
paths:
|
|
include:
|
|
- .attestation_container_canary
|
|
- attestation-container/*
|
|
- .azure_pipelines_attestation_container.yml
|
|
- .azure-pipelines-templates/*
|
|
- scripts/azure_deployment/*
|
|
|
|
jobs:
|
|
- template: .azure-pipelines-templates/deploy_attestation_container.yml
|
|
parameters:
|
|
used_by:
|
|
- test_attestation_container
|
|
|
|
- template: .azure-pipelines-templates/test_attestation_container.yml
|
|
parameters:
|
|
job_name: test_attestation_container
|
|
display_name: "Test Attestation Container"
|
|
depends_on: deploy_attestation_container
|