Skip to content

Commit fadcbf7

Browse files
committed
add test
1 parent aa0bed9 commit fadcbf7

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

pkg/resourceinterpreter/default/thirdparty/resourcecustomizations/batch.volcano.sh/v1alpha1/Job/customizations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,4 @@ spec:
207207
end
208208
209209
return status
210-
end
210+
end

pkg/resourceinterpreter/default/thirdparty/resourcecustomizations/batch.volcano.sh/v1alpha1/Job/customizations_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ tests:
66
operation: InterpretHealth
77
- observedInputPath: testdata/observed-job.yaml
88
operation: InterpretStatus
9-

pkg/resourceinterpreter/default/thirdparty/resourcecustomizations/batch.volcano.sh/v1alpha1/Job/testdata/desired-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ spec:
5656
cpu: 100m
5757
nodeSelector:
5858
kubernetes.io/os: linux
59-
restartPolicy: OnFailure
59+
restartPolicy: OnFailure

pkg/resourceinterpreter/default/thirdparty/resourcecustomizations/batch.volcano.sh/v1alpha1/Job/testdata/status-file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ status:
2828
Succeeded: 3
2929
terminating: 0
3030
unknown: 0
31-
version: 1
31+
version: 1

0 commit comments

Comments
 (0)