Drop incidental network tests from CI (#85425) (#85429)

(cherry picked from commit 35252fd96c)
pull/85443/head
Matt Clay 5 months ago committed by GitHub
parent b860077eff
commit 9b83ff7b3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -204,15 +204,6 @@ stages:
test: 2022/psrp/http test: 2022/psrp/http
- name: 2022 SSH Key - name: 2022 SSH Key
test: 2022/ssh/key test: 2022/ssh/key
- stage: Incidental
dependsOn: []
jobs:
- template: templates/matrix.yml
parameters:
testFormat: i/{0}/1
targets:
- name: IOS Python
test: ios/csr1000v/
- stage: Summary - stage: Summary
condition: succeededOrFailed() condition: succeededOrFailed()
dependsOn: dependsOn:
@ -224,6 +215,5 @@ stages:
- Galaxy - Galaxy
- Generic - Generic
- Incidental_Windows - Incidental_Windows
- Incidental
jobs: jobs:
- template: templates/coverage.yml - template: templates/coverage.yml

Loading…
Cancel
Save