Skip to content

Commit

Permalink
Medium Duration Tests: Disable automatic triggers in favor of periodi…
Browse files Browse the repository at this point in the history
…c triggers (Azure#5256) (Azure#5257)

Disable automatic triggers in favor of periodic triggers for:
1. Nested E2E
2. Connectivity
3. Nested Connectivity

Once this is checked in I will add the periodic triggers through the DevOps interface.
  • Loading branch information
and-rewsmith authored Jul 16, 2021
1 parent 221048a commit 9b89f92
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions builds/e2e/connectivity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,9 @@ resources:
- pipeline: images
source: 'Azure-IoT-Edge-Core Build Images'
branch: 'master'
trigger:
branches:
- master
- release/*
- pipeline: packages
source: 'Azure-IoT-Edge-Core Edgelet Packages'
branch: 'master'
trigger:
branches:
- master
- release/*

jobs:
################################################################################
Expand Down
8 changes: 0 additions & 8 deletions builds/e2e/nested-connectivity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,9 @@ resources:
- pipeline: images
source: 'Azure-IoT-Edge-Core Build Images'
branch: 'master'
trigger:
branches:
- master
- release/*
- pipeline: packages
source: 'Azure-IoT-Edge-Core Edgelet Packages'
branch: 'master'
trigger:
branches:
- master
- release/*

stages:
- stage: SetupVMs
Expand Down
8 changes: 0 additions & 8 deletions builds/e2e/nested-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,9 @@ resources:
- pipeline: images
source: 'Azure-IoT-Edge-Core Build Images'
branch: 'master'
trigger:
branches:
- master
- release/*
- pipeline: packages
source: 'Azure-IoT-Edge-Core Edgelet Packages'
branch: 'master'
trigger:
branches:
- master
- release/*

stages:
- stage: SetupVM
Expand Down

0 comments on commit 9b89f92

Please sign in to comment.