Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
revert timeout increase, disable ssh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Oct 6, 2020
1 parent 8c0595f commit 4de0f53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pipelines/e2e-job-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:
jobs:
- job: ${{ parameters.name }}
dependsOn: unit_tests
timeoutInMinutes: 180
timeoutInMinutes: 150
cancelTimeoutInMinutes: 5
strategy:
maxParallel: 0
Expand All @@ -35,6 +35,7 @@ jobs:
SUBSCRIPTION_ID: '$(SUBSCRIPTION_ID_E2E_KUBERNETES)'
MSI_USER_ASSIGNED_ID: '$(MSI_USER_ASSIGNED_ID_AKS_ENGINE_E2E)'
CONTAINER_RUNTIME: ${{ parameters.containerRuntime }}
BLOCK_SSH: ${{ parameters.runSSHTests }}

steps:
- template: e2e-step-template.yaml
Expand Down
4 changes: 4 additions & 0 deletions .pipelines/pr-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
createVNET: true
enableKMSEncryption: false
containerRuntime: 'docker'
runSSHTests: true

- template: e2e-job-template.yaml
parameters:
Expand All @@ -75,6 +76,7 @@ jobs:
createVNET: true
enableKMSEncryption: false
containerRuntime: 'docker'
runSSHTests: true

- template: e2e-job-template.yaml
parameters:
Expand All @@ -84,6 +86,7 @@ jobs:
createVNET: true
enableKMSEncryption: false
containerRuntime: 'containerd'
runSSHTests: false

- template: e2e-job-template.yaml
parameters:
Expand All @@ -93,3 +96,4 @@ jobs:
createVNET: true
enableKMSEncryption: false
containerRuntime: 'containerd'
runSSHTests: false

0 comments on commit 4de0f53

Please sign in to comment.