Skip to content

Commit

Permalink
Merge pull request #3007 from sedefsavas/disable-gpu
Browse files Browse the repository at this point in the history
Disable GPU test until it is fixed
  • Loading branch information
k8s-ci-robot authored Dec 8, 2021
2 parents 3e61428 + 1175192 commit f1dbc04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
# See the OWNERS docs: https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md

aliases:
# Correct as of 2021/08/13
# Correct as of 2021/12/02
sig-cluster-lifecycle-leads:
- fabriziopandini
- justinsb
- neolit123
- timothysc
# Correct as of 2021/08/13
# Correct as of 2021/12/02
cluster-api-admins:
- CecileRobertMichon
- vincepri
# Correct as of 2021/08/13
# Correct as of 2021/12/02
cluster-api-maintainers:
- CecileRobertMichon
- enxebre
- fabriziopandini
- vincepri
cluster-api-aws-maintainers:
- randomvariable
- richardcase
- sedefsavas
cluster-api-aws-reviewers:
- Ankitasw
- dthorsen
- dlipovetsky
- shivi28
- Ankitasw
2 changes: 1 addition & 1 deletion test/e2e/suites/unmanaged/unmanaged_functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
})
})

ginkgo.Describe("GPU-enabled cluster test", func() {
ginkgo.PDescribe("GPU-enabled cluster test", func() {
ginkgo.It("should create cluster with single worker", func() {
specName := "functional-gpu-cluster"
requiredResources := &shared.TestResource{EC2: 1, IGW: 1, NGW: 1, VPC: 1, ClassicLB: 1, EIP: 1}
Expand Down

0 comments on commit f1dbc04

Please sign in to comment.