-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathemulator-tests.yml
More file actions
53 lines (47 loc) · 1.15 KB
/
emulator-tests.yml
File metadata and controls
53 lines (47 loc) · 1.15 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
45
46
47
48
49
50
51
52
53
trigger: # run for sdk and extension release branches
batch: true
branches:
include:
- sdk/*
- extensions/*
pr:
branches:
include:
- dev
- release*
schedules:
- cron: "0 8 * * 1,2,3,4,5"
displayName: Monday to Friday 3 AM CST build
branches:
include:
- dev
always: true
resources:
repositories:
- repository: 1es
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
- repository: eng
type: git
name: engineering
ref: refs/tags/release
variables:
- template: /ci/variables/build.yml@eng
- template: /ci/variables/cfs.yml@eng
- template: /eng/templates/utils/variables.yml@self
- template: /eng/templates/utils/emulator-variables.yml@self
extends:
template: v1/1ES.Unofficial.PipelineTemplate.yml@1es
parameters:
pool:
name: 1es-pool-azfunc
image: 1es-windows-2022
os: windows
stages:
- stage: RunEmulatorTests
jobs:
- template: /eng/templates/jobs/ci-emulator-tests.yml@self
parameters:
PoolName: 1es-pool-azfunc
ArtifactFeed: 'internal/PythonWorker_Internal_PublicPackages'