Skip to content

Commit ee028a6

Browse files
committed
updating files
1 parent a29814d commit ee028a6

File tree

6 files changed

+2
-347
lines changed

6 files changed

+2
-347
lines changed

Diff for: test/e2e/instascale_machinepool_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
mcadv1beta1 "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/apis/controller/v1beta1"
2525

2626
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
27-
2827
)
2928

3029
func TestInstascaleMachinePool(t *testing.T) {

Diff for: test/e2e/instascale_machineset_test.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ import (
44
"testing"
55

66
. "github.com/onsi/gomega"
7+
. "github.com/project-codeflare/codeflare-common/support"
78
mcadv1beta1 "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/apis/controller/v1beta1"
89

910
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
10-
11-
. "github.com/project-codeflare/codeflare-operator/test/support"
1211
)
1312

1413
func TestInstascaleMachineSet(t *testing.T) {
@@ -31,7 +30,7 @@ func TestInstascaleMachineSet(t *testing.T) {
3130
"mnist.py": ReadFile(test, "mnist.py"),
3231
})
3332

34-
// // Setup batch job and AppWrapper
33+
// Setup batch job and AppWrapper
3534
aw := instaScaleJobAppWrapper(test, namespace, cm)
3635

3736
// look for machine set with aw name - expect to find it

Diff for: test/support/client.go

-137
This file was deleted.

Diff for: test/support/environment.go

-104
This file was deleted.

Diff for: test/support/machine.go

-32
This file was deleted.

Diff for: test/support/ray.go

-70
This file was deleted.

0 commit comments

Comments
 (0)