set schedule
This commit is contained in:
parent
b9a313e0d3
commit
7afd483cb1
1 changed files with 13 additions and 4 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
schedules:
|
||||||
|
- cron: "0 0 * * *"
|
||||||
|
displayName: Daily midnight run
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- main
|
||||||
|
- release/*
|
||||||
|
|
||||||
|
pr: none
|
||||||
trigger: none
|
trigger: none
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
|
@ -52,14 +61,14 @@ jobs:
|
||||||
buildName: CentOSStream8_Offline
|
buildName: CentOSStream8_Offline
|
||||||
targetRid: centos.8-x64
|
targetRid: centos.8-x64
|
||||||
architecture: x64
|
architecture: x64
|
||||||
enablePoison: true
|
enablePoison: false
|
||||||
|
|
||||||
- template: templates/jobs/sdk-comparison-tests.yml
|
- template: templates/jobs/sdk-comparison-tests.yml
|
||||||
parameters:
|
parameters:
|
||||||
buildName: CentOSStream9_Offline
|
buildName: CentOSStream9_Offline
|
||||||
targetRid: centos.9-x64
|
targetRid: centos.9-x64
|
||||||
architecture: x64
|
architecture: x64
|
||||||
enablePoison: true
|
enablePoison: false
|
||||||
|
|
||||||
- template: templates/jobs/sdk-comparison-tests.yml
|
- template: templates/jobs/sdk-comparison-tests.yml
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -73,11 +82,11 @@ jobs:
|
||||||
buildName: Ubuntu2004_Offline
|
buildName: Ubuntu2004_Offline
|
||||||
targetRid: ubuntu.2004-x64
|
targetRid: ubuntu.2004-x64
|
||||||
architecture: x64
|
architecture: x64
|
||||||
enablePoison: true
|
enablePoison: false
|
||||||
|
|
||||||
- template: templates/jobs/sdk-comparison-tests.yml
|
- template: templates/jobs/sdk-comparison-tests.yml
|
||||||
parameters:
|
parameters:
|
||||||
buildName: Debian11_Offline
|
buildName: Debian11_Offline
|
||||||
targetRid: debian.11-arm64
|
targetRid: debian.11-arm64
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
enablePoison: true
|
enablePoison: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue