Skip to content

Commit

Permalink
Deprecate Vsphere tests
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
  • Loading branch information
ArangoGutierrez committed Oct 7, 2024
1 parent 11ebce1 commit c6877d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 26 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
- name: Run e2e-aws tests
run: ./hack/e2e_tests.sh aws

- name: Run e2e-vsphere tests
run: ./hack/e2e_tests.sh vsphere

- name: Archive test logs
if: ${{ failure() }}
uses: actions/upload-artifact@v4
Expand Down
7 changes: 6 additions & 1 deletion tests/test_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ spec:
type: g4dn.xlarge
region: us-west-1
ingressIpRanges:
- 10.185.111.0/24
- 18.190.0.0/32
- 3.128.0.0/32
- 52.15.0.0/32
- 35.155.0.0/32
- 35.160.0.0/32
- 54.201.0.0/32
image:
architecture: amd64
containerRuntime:
Expand Down
22 changes: 0 additions & 22 deletions tests/test_vsphere.yml

This file was deleted.

0 comments on commit c6877d8

Please sign in to comment.