Skip to content

Commit

Permalink
Revert changes to manual e2e workflow (#608)
Browse files Browse the repository at this point in the history
A recent change (see 0180a54) was made to both the manual and scheduled end-to-end test workflows, but should have only been made to scheduled because manual only operates on a single given branch. This update reverts the change on the manual workflow.
  • Loading branch information
damonbarry authored Apr 10, 2024
1 parent 0180a54 commit db52f9b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/e2e-tests-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:

matrix:
os:
- 'centos:7'
- 'debian:10'
- 'debian:11'
# EL8 VMs spontaneously lose ssh after installing updates. Disable it for now.
# - 'platform:el8'
Expand All @@ -65,12 +63,6 @@ jobs:
- 'manual-x509'
- 'dps-symmetric-key'
- 'dps-x509'
exclude:
# centos:7 and debian:10 are supported in 1.4, not 1.5
- os: 'centos:7'
branch: 'main'
- os: 'debian:10'
branch: 'main'

max-parallel: 10

Expand Down

0 comments on commit db52f9b

Please sign in to comment.