-
Notifications
You must be signed in to change notification settings - Fork 615
Expand file tree
/
Copy pathazure-pipelines-bench.yml
More file actions
44 lines (41 loc) · 1.5 KB
/
azure-pipelines-bench.yml
File metadata and controls
44 lines (41 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
trigger:
branches:
include:
- main
pr:
- main
# The `resources` specify the location and version of the Pipeline Template.
resources:
repositories:
- repository: fastPipelines
type: git
name: open-source/FASTPipelineTemplates
ref: main
- repository: 1esPipelines
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
extends:
# The pipeline extends the 1ES PT which will inject different SDL and compliance tasks.
# For non-production pipelines, use "Unofficial" as defined below.
# For productions pipelines, use "Official".
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
parameters:
# Update the pool with your team's 1ES hosted pool.
pool:
name: OneESPool # Name of your hosted pool
image: HostedPoolLinuxImage # Name of the image in your pool. If not specified, first image of the pool is used
os: linux # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS
sdl:
sourceAnalysisPool:
name: OneESPool # Name of your hosted pool
image: HostedPoolWindowsImage # Name of the image in your pool. If not specified, first image of the pool is used
os: windows # OS of the image. Allowed values: windows, linux, macOS
settings:
networkIsolationPolicy: Permissive
stages:
- stage: Stage
jobs:
- job: HostJob
steps:
- template: FAST.Benchmarks.PipelineTemplate.yml@fastPipelines # Template reference