Skip to content

Commit

Permalink
Merge branch 'release/1.2' into fix_workload_sock_denied
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesBouvier authored Oct 16, 2021
2 parents b3e64b4 + e5c2291 commit cf06747
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions builds/e2e/isa-95-smoke-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
trigger: none
pr: none

# Test schedule the same between master and release/1.2, but offset 12 hours.
schedules:
- cron: "0 0 * * *"
displayName: Daily build master
branches:
include:
- master
always: true
- cron: "0 12 * * *"
displayName: Daily build release/1.2
branches:
include:
- release/1.2
always: true

variables:
NugetSecurityAnalysisWarningLevel: warn
itProxy: http://10.16.8.4:3128
Expand All @@ -12,17 +27,9 @@ resources:
- pipeline: images
source: 'Azure-IoT-Edge-Core Build Images'
branch: 'release/1.2'
trigger:
branches:
- master
- release/*
- pipeline: packages
source: 'Azure-IoT-Edge-Core Edgelet Packages'
branch: 'release/1.2'
trigger:
branches:
- master
- release/*

stages:
- stage: LockAgents
Expand Down

0 comments on commit cf06747

Please sign in to comment.